Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class Document3D.ExportBodyInfo

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the information about export body.

public class Document3D.ExportBodyInfo

Inheritance

objectDocument3D.ExportBodyInfo

Extension Methods

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

Constructors

ExportBodyInfo(Body, TMatrix, double, string)

Initializes a new instance of the class.

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 class.

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 class.

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

Body

LengthFactor

public double LengthFactor { get; set; }

Property Value

double

Name

public string Name { get; set; }

Property Value

string

Transform

Gets or sets the transform matrix.

public TMatrix Transform { get; set; }

Property Value

TMatrix

Connect with Ansys