shape $myShape, $mySubdivided; float $diameter; float $y; int $counter; int $i; $myShape = cylinder(); $myShape.loc = (30, 0, 0); $mySubdivided = $myShape.ConvertToSubdivided(); $mySubdivided.loc = (30, 10, 0); $myShape = cylinder(5, 20); $myShape.loc = (10, 0, 0); $myShape.ConvertToMesh(); $myShape = cylinder(); $myShape.loc = (-10, 0, 0); $myShape.CapStart = 0; $myShape.CapEnd = 0; $myShape.startdiameter = 10; $myShape.enddiameter = 5; $myShape.lon = 7; $myShape.lat = 9;