Interface IMeshEntity
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
Mesh Entity interface
public interface IMeshEntity
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
Body
Gets or sets the body.
InstanceContainer Body { get; set; }
Property Value
InstanceContainer
PropertyOfEntity
Gets the property of entity.
Property PropertyOfEntity { get; }
Property Value
Property
Transformation
Gets or sets the transformation.
TransformBase Transformation { get; set; }
Property Value
TransformBase
TypeOfCreate
Gets the type of create.
CreateType TypeOfCreate { get; }