RFMeshTools.TrimMeshByCurves (Available After RapidForm2004 PlusPack2)



Your Ad Here

Description

Trims shell by specified curves and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFMeshTools.TrimMeshByCurves(shellID As RFEntityID, iCurveCount As Long, pCurveIDs As RFEntityID, bDeleteSelectedRegion As Boolean, pNewShellID As RFEntityID) As RFErrorCode

The TrimMeshByCurves syntax has these parts:

Part Description
shellID [INRFEntityID Required. Shell's RFEntityID to be trimmed.
iCurveCount [INLong Required. Number of curves.
pCurveID [INRFEntityID Required. The first element of RFEntityID array storing curves RFEntityID.
bDeleteSelectedRegion [INBoolean Required. It determines whether delete the selected region during this method or not.
pNewShellID [OUTRFEntityID Required. EntityID of shell which is the result of this method.

Remarks

 

Return to Rapidform Index


Your Ad Here