RFCurveTools.TrimTwoNurbsCurves



Your Ad Here

Description

Divides specified two NURBS curves at all the intersecting points and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFCurveTools.TrimTwoNurbsCurves(curveID1 As RFEntityID, curveID2 As RFEntityID, maxCurveCount As Long, pOutCurveCount As Long, pOutCurveIDs As RFEntityID) As RFErrorCode

The TrimTwoNurbsCurves syntax has these parts:

Part Description
curveID1 [INRFEntityID Required. First NURBS curve's RFEntityID.
curveID2 [INRFEntityID Required. Second NURBS curve's RFEntityID.
maxCurveCount [INLong Required. The size of pOutCurveIDs array. (Maximum number of divided NURBS curves expected.)
pOutCurveCount [OUTLong Required. Number of divided NURBS curves.
pOutCurveIDs [OUTRFEntityID Required. The first element of RFEntityID array to store divided NURBS curves' RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here