cylinder
Works with VSimEM, VSimPD, and VSimMD licenses.
Creates a CSG object that creates a cylinder.
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.
<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>