Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class CreateAssembledBody

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Operation.Util
Assembly: VMOpCore.dll

The utility class for an assembled body creation.

public class CreateAssembledBody

Inheritance

objectCreateAssembledBody

Extension Methods

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

Constructors

CreateAssembledBody()

public CreateAssembledBody()

Methods

Create(Document3D, string, TransformBase, string)

Create the assembled body.

public static AssembledBody Create(Document3D activeDocument, string strPartFilePath, TransformBase transf, string strPrefixName)

Parameters

activeDocument Document3D

The active document.

strPartFilePath string

The part file path.

transf TransformBase

The assembled body transformation.

strPrefixName string

The assembled body prefix name.

Returns

AssembledBody

The new assembled body.

Create(Document3D, PartDocument, TransformBase, string)

Create the assembled body.

public static AssembledBody Create(Document3D activeDocument, PartDocument docPart, TransformBase transf, string strPrefixName)

Parameters

activeDocument Document3D

The active document.

docPart PartDocument

The part document.

transf TransformBase

The assembled body transformation.

strPrefixName string

The assembled body prefix name.

Returns

AssembledBody

The new assembled body.

ImportAssembledBody(SubSystemDocument, PartDocument, string)

Import assembled body

public static AssembledBody ImportAssembledBody(SubSystemDocument docSub, PartDocument docPart, string strName)

Parameters

docSub SubSystemDocument

The subsystem document

docPart PartDocument

The part document

strName string

The name

Returns

AssembledBody

nodal body

ImportAssembledBody(SubSystemDocument, PartDocument, TransformBase, string)

Import assembled body

public static AssembledBody ImportAssembledBody(SubSystemDocument docSub, PartDocument docPart, TransformBase transform, string strName)

Parameters

docSub SubSystemDocument

The subsystem document

docPart PartDocument

The part document

transform TransformBase

The transform

strName string

The name

Returns

AssembledBody

nodal body

Connect with Ansys