Solid Edge Part Type Library
GetBodySelection Method
Specifies whether the design body is included with the model.
Specifies whether construction solid bodies are included with the model.
Specifies whether construction surface bodies are included with the model.
Specifies whether construction curve bodies are included with the model.
Specifies the number of bodies included with the model.
Specifies the bodies included with the model.
Description
This method returns the body selection settings for the referenced CopyConstruction object.
Syntax
Visual Basic
Public Sub GetBodySelection( _
   ByRef IncludeDesignBody As Boolean, _
   ByRef IncludeConstructionSolidBodies As Boolean, _
   ByRef IncludeConstructionSurfaceBodies As Boolean, _
   ByRef IncludeConstructionCurveBodies As Boolean, _
   ByRef NumberOfIncludeBodies As Long, _
   ByRef IncludeBodies() As Object _
) 
Parameters
IncludeDesignBody
Specifies whether the design body is included with the model.
IncludeConstructionSolidBodies
Specifies whether construction solid bodies are included with the model.
IncludeConstructionSurfaceBodies
Specifies whether construction surface bodies are included with the model.
IncludeConstructionCurveBodies
Specifies whether construction curve bodies are included with the model.
NumberOfIncludeBodies
Specifies the number of bodies included with the model.
IncludeBodies
Specifies the bodies included with the model.
See Also

CopyConstruction Object  | CopyConstruction Members