RFSurfaceTools.TrimNurbsSurface



Your Ad Here

Description

Trims a specified NURBS surface by a set of specified 3D NURBS curves and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFSurfaceTools.TrimNurbsSurface(surfaceID As RFEntityID, curveCount As Long, pBoundaryCurveIDs As RFEntityID) As RFErrorCode

The TrimNurbsSurface syntax has these parts:

Part Description
surfaceID [INRFEntityID Required. NURBS surface's RFEntityID to trim.
curveCount [INLong Required. Number of trimming boundary NURBS curves.
pBoundaryCurveIDs [INRFEntityID Required. The first element of RFEntityID array containing trimming boundary NURBS curves RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here