Interface INodalBody
Last update: 16.07.2025Namespace: 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
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
The success flag