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