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