Combines the selected bodies in the multibody part to create a combined feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertCombineFeature( _
ByVal OperationType As Integer, _
ByVal MainBody As Body2, _
ByVal ToolVar As Object _
) As Feature |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim OperationType As Integer
Dim MainBody As Body2
Dim ToolVar As Object
Dim value As Feature
value = instance.InsertCombineFeature(OperationType, MainBody, ToolVar)
|
Parameters
- OperationType
One of the following body operations:
- SWBODYADD
- SWBODYCUT
- SWBODYINTERSECT
- MainBody
- For subtract and cut operations, this is the target body; for other operations, this is NULL
- ToolVar
- Array of bodies to combine
Return Value
Pointer to the
IFeature object
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0