RFCurveTools.OffsetNurbsCurveOnShell



Your Ad Here

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 [INRFEntityID Required. NURBS curve's RFEntityID to offset.
distance [INDouble Required. Offset distance.
pLeftCurveID [OUTRFEntityID Required. NURBS curve's RFEntityID which is newly offseted in left-hand side.
pRightCurveID [OUTRFEntityID Required. NURBS curve's RFEntityID which is newly offseted in right-hand side.

Remarks

 

Return to Rapidform Index


Your Ad Here