Input:
| (long) operationType
| One of the following body operations:
SWBODYADD
SWBODYCUT- SWBODYINTERSECT
|
Input:
| (LPBODY2) mainBody
| For subtract and cut operations, this is the target body; for other operations, this is NULL
|
Input:
| (long) toolsCount
| Number of bodies to combine
|
Input:
| (LPBODY2*) toolsArr
| Array of bodies to combine of size toolsCount
|
Output:
| (LPFEATURE) retval
| Pointer to the [url=mkMSITStore:C:\Program%20Files\SolidWorks\api\sldworksAPI.chm::/Feature/Feature.htm]Feature[/url] object
|
Return:
| (HRESULT) status
| S_OK if successful
|