RFCurveTools.RebuildNurbsCurve



Your Ad Here

Description

Increases or decreases the number of control points of a specified NURBS curve according to the specified parameters and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFCurveTools.RebuildNurbsCurve(curveID As RFEntityID, ctrlPtsCount As Long, tolerance As Double, bProjectOnPolygon As Boolean) As RFErrorCode

The RebuildNurbsCurve syntax has these parts:

Part Description
curveID [INRFEntityID Required. NURBS curve's RFEntityID to rebuild.
ctrlPtsCount [INLong Required. New number of control points.
tolerance [INDouble Required. Modification allowance.
bProjectOnPolygon [INBoolean Required. It determines whether the NURBS curve is projected to the connecting shell for the rebuilding.

Remarks

 

Return to Rapidform Index


Your Ad Here