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 | [IN] RFVector3 Required. U axis of coordinate. |
| pVAxis | [IN] RFVector3 Required. V axis of coordinate. |
| pOrigin | [IN] RFPoint3 Required. Origin of coordinate. |
| pRefGeomID | [OUT] RFEntityID Required. The RFEntityID of reference coordinate which is added. |
Remarks