RFCurveTools.CreateCircleNurbsCurve



Your Ad Here

Description

Creates the NURBS curve equation representing the specified circle geometry, and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFCurveTools.CreateCircleNurbsCurve(pCenter As RFPoint3, pNormal As RFVector3, radius As Double, pCurveID As RFEntityID) As RFErrorCode

The CreateCircleNurbsCurve syntax has these parts:

Part Description
pCenter [INRFPoint3 Required. Center point of the circle to create.
pNormal [INRFVector3 Required. Normal vector of the circle to create.
radius [INDouble Required. Radius of the circle to create.
pCurveID [OUTRFEntityID Required. Created NURBS curve's RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here