- cylinder
cylinder
Works with VSimEM, VSimPD, and VSimVE licenses.
Creates a CSG object that creates a cylinder.
cylinder Parameters
- axis (vector float, required)
- Axis of cylinder. 
- center (vector float, required)
- Center of cylinder. 
- radius (float, required)
- Radius of cylinder. 
- height (float, required)
- Height of cylinder. 
Example cylinder Block
<STRgn hole>
  kind = cylinder
  center = [0.0  0.0  0.0]
  axis = [0.0  0.0  1.0]
  radius = 0.3
  height = 10.0
</STRgn>