RFCurveTools.OffsetNurbsCurveOnShell2 (Available After RapidForm2004 ServicePack3)



Your Ad Here

Description

Creates a offset curve of a specified NURBS curve and returns an RFErrorCode value indicating whether an error occurs.

Syntax

Function RFCurveTools.OffsetNurbsCurveOnShell2(curveID As RFEntityID, distance As Double, flagLeft As Boolean, pLeftCurveID As RFEntityID, flagRight As Boolean, pRightCurveID As RFEntityID) As RFErrorCode

The OffsetNurbsCurveOnShell2 syntax has these parts:

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