RFRefGeomTools.AddRefCoordinateUVAxis (Available After RapidForm2002 PlusPack1)



Your Ad Here

Description

Adds a reference coordinate which has specified u, v axes and origin to both model and project tree.Then it returns an RFErrorCode value indicating whether there occurs an error or not.

Syntax

Function RFRefGeomTools.AddRefCoordinateUVAxis(pUAxis As RFVector3, pVAxis As RFVector3, pOrigin As RFPoint3, pRefGeomID As RFEntityID) As RFErrorCode

The AddRefCoordinateUVAxis syntax has these parts:

Part Description
pUAxis [INRFVector3 Required. U axis of coordinate.
pVAxis [INRFVector3 Required. V axis of coordinate.
pOrigin [INRFPoint3 Required. Origin of coordinate.
pRefGeomID [OUTRFEntityID Required. The RFEntityID of reference coordinate which is added.

Remarks

Return to Rapidform Index


Your Ad Here