RFCurveTools.CreateLineNurbsCurve



Your Ad Here

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 [INRFPoint3 Required. Start point of the line to create.
pEnd [INRFPoint3 Required. End point of the line to create.
pCurveID [OUTRFEntityID Required. Created NURBS curve's RFEntityID.

Remarks

 

Return to Rapidform Index


Your Ad Here