Description
Creates an iso-parametric NURBS curve of the NURBS surface.
Syntax
Function RFNurbsSurface.CreateIsoParametricCurve(bUCurve As Boolean, parameter As Double, pCurveID As RFEntityID) As RFErrorCode
The CreateIsoParametricCurve syntax has these parts:
| Part | Description |
|---|---|
| bUCurve | [IN] Boolean Required. It determines whether iso-parametric curve in U parametric direction is required. |
| parameter | [IN] Double Required. Constant parameter in a specified parametric direction. |
| pCurveID | [OUT] RFEntityID Required. RFEntityID of the iso-parametric NURBS curve created from the NURBS surface. |
Remarks