Combines the selected bodies in the multibody part to create a combined feature.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim OperationType As Integer
Dim MainBody As Body2
Dim ToolsCount As Integer
Dim ToolsArr As Body2
Dim value As Feature
value = instance.IInsertCombineFeature(OperationType, MainBody, ToolsCount, ToolsArr)
|
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
- ToolsCount
- Number of bodies to combine
- ToolsArr
- Array of bodies to combine of size ToolsCount
Return Value
Pointer to the IFeature object
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0