Description
Draws a sphere in the document pane temporarily as specified.
Syntax
Sub RFDrawTools.DrawSphere(pSphere As RFSphere, pColor As RFColor, width As Single, bShaded As Boolean)
The DrawSphere syntax has these parts:
| Part | Description |
|---|---|
| pSphere | [IN] RFSphere Required. Sphere's geometry data. |
| pColor | [IN] RFColor Required. Line color to draw. |
| width | [IN] Single Required. Line width to draw. |
| bShaded | [IN] Boolean Required. It determines whether the rendered sphere is shaded or not. |
Remarks