Description
Sets the vector geometry to the specified reference vector entity ID.
Syntax
Function RFRefGeomTools.SetRefVector(refGeomID As RFEntityID, pVector As RFLine) As RFErrorCode
The SetRefTorus syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pVector | [IN] RFLine Required. Vector data. |