Description
Adds a reference plane which consists of the specified plane geometry to both model and project tree. Then it returns an RFErrorCode value indicating whether there occurs an error or not.
Syntax
Function RFRefGeomTools.AddRefPlane(pPlane As RFPlane, pUVector As RFVector3, pRefGeomID As RFEntityID) As RFErrorCode
The AddRefPlane syntax has these parts:
| Part | Description |
|---|---|
| pPlane | [IN] RFPlane Required. Plane's geometry data. |
| pUVector | [IN] RFVector3 Required. Vector lying on the plane. |
| pRefGeomID | [OUT] RFEntityID Required. The RFEntityID of reference plane which is added. |
Remarks