Class Document3D.ExportBodyInfo
Last update: 16.07.2025Namespace: VM.Managed
Assembly: VMAppCore.dll
This class is to represent the information about export body.
public class Document3D.ExportBodyInfo
Inheritance
object ← Document3D.ExportBodyInfo
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ExportBodyInfo(Body, TMatrix, double, string)
Initializes a new instance of the
public ExportBodyInfo(Body body, TMatrix transform, double dLengthFactor, string strName)
Parameters
body Body
The body.
transform TMatrix
The transform.
dLengthFactor double
The length factor.
strName string
The name.
ExportBodyInfo(Body, TMatrix, double)
Initializes a new instance of the
public ExportBodyInfo(Body body, TMatrix transform, double dLengthFactor)
Parameters
body Body
The body.
transform TMatrix
The transform.
dLengthFactor double
The length factor.
ExportBodyInfo(Body, TMatrix)
Initializes a new instance of the
public ExportBodyInfo(Body body, TMatrix transform)
Parameters
body Body
The body.
transform TMatrix
The transform.
Properties
Body
Gets or sets the CAD Body.
public Body Body { get; set; }
Property Value
LengthFactor
public double LengthFactor { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Transform
Gets or sets the transform matrix.
public TMatrix Transform { get; set; }