Description
Sets the visibility status of the specified reference torus in the document window.
Syntax
Function RFDrawTools.SetRefTorusVisibility(refGeomID As RFEntityID,bStatus As Boolean) As RFErrorCode
The SetRefTorusVisibility syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference torus's RFEntityID. |
| bStatus | [IN] Boolean Required. It determines whether the reference torus is visible or not. |