Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface INodalBody

Last update: 16.07.2025

Namespace: VM.Models.Pre
Assembly: VM.Models.Pre.dll

This interface is to represent the object that has the meshes.

public interface INodalBody

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Properties

MassCenter

Gets the massCenter.

Vector MassCenter { get; }

Property Value

Vector

Methods

InstantiateForDesignEntity(IDesignSubEntity, IObjectBase, out TMatrix, out double)

Instantiate for design entity.

bool InstantiateForDesignEntity(IDesignSubEntity designSubEntity, IObjectBase reference, out TMatrix matrixT, out double scale)

Parameters

designSubEntity IDesignSubEntity

The design sub-entity

reference IObjectBase

The reference

matrixT TMatrix

The matrix

scale double

The scale

Returns

bool

The success flag

Connect with Ansys