- sphere
sphere¶
Works with VSimEM, VSimPD, and VSimVE licenses.
Creates a CSG object that creates a sphere.
sphere Parameters¶
- center (vector float, required)
- Center of sphere. 
- radius (float, required)
- Radius of sphere. 
Example sphere Block¶
<STRgn sphere>
  kind = sphere
  center = [0.0  0.0  0.0]
  radius = 1.0
</STRgn>