Description
Sets the plane geometry to the specified reference plane entity ID.
Syntax
Function RFRefGeomTools.SetRefPlane(refGeomID As RFEntityID, pPlane As RFPlane, pUVector As RFVector3) As RFErrorCode
The SetRefCoordinateUVAxis syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pPlane | [IN] RFPlane Required. Plane's geometry data. |
| pUVector | [IN] RFVector3 Required. Vector lying on the plane. |