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

CopyConstruction Object  | CopyConstruction Members

Send comments on this topic.