Class CreateAssembledBody
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Operation.Util
Assembly: VMOpCore.dll
The utility class for an assembled body creation.
public class CreateAssembledBody
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
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