Description
Creates two offset curves of a specified NURBS curve and returns an RFErrorCode value indicating whether an error occurs.
Syntax
Function RFCurveTools.OffsetNurbsCurveOnShell(curveID As RFEntityID, distance As Double, pLeftCurveID As RFEntityID, pRightCurveID As RFEntityID) As RFErrorCode
The OffsetNurbsCurveOnShell syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to offset. |
| distance | [IN] Double Required. Offset distance. |
| pLeftCurveID | [OUT] RFEntityID Required. NURBS curve's RFEntityID which is newly offseted in left-hand side. |
| pRightCurveID | [OUT] RFEntityID Required. NURBS curve's RFEntityID which is newly offseted in right-hand side. |
Remarks