Description
Creates the NURBS curve equation representing the specified line geometry, and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFCurveTools.CreateLineNurbsCurve(pStart As RFPoint3, pEnd As RFPoint3, pCurveID As RFEntityID) As RFErrorCode
The CreateLineNurbsCurve syntax has these parts:
| Part | Description |
|---|---|
| pStart | [IN] RFPoint3 Required. Start point of the line to create. |
| pEnd | [IN] RFPoint3 Required. End point of the line to create. |
| pCurveID | [OUT] RFEntityID Required. Created NURBS curve's RFEntityID. |
Remarks