RFRefGeomTools.AddRefCylinderFitPointsWithInitialAxis (Available After RapidForm2002 PlusPack1 ServicePack1)



Your Ad Here

Description

Adds a reference cylinder by fitting a specified unordered point set with initial axis.

Syntax

Function RFRefGeomTools.AddRefCylinderFitPointsWithInitialAxis(pointCount As Long, pPoints As RFPoint3, pStPoint As RFPoint3, pEndPoint As RFPoint3, pRefGeomID As RFEntityID) As RFErrorCode

The AddRefCylinderFitPointsWithInitialAxis syntax has these parts:

Part Description
pointCount [INLong Required. The number of points.
pPoints [INRFPoint3 Required. The first element of RFPoint3 array containing a point set to fit to a reference cylinder.
pStPoint [INRFPoint3 Required. The start point of initial axis.
pEndPoint [INRFPoint3 Required. The end point of initial axis.
pRefGeomID [OUTRFEntityID Required. The RFEntityID of reference cylinder which is added.

Remarks

Return to Rapidform Index


Your Ad Here