There was a question on 3D simulation. The following machines are available: turn L300, mill M460 / M560 / Millac, turnmill Multus.

On the lathe everything is fine. The workpiece is drawn:
DEF WORK
PS RC,[0, 0],[36, 12]
END
DRAW

On the milling machine. There is a question. I found two variants of the description:

1 Option
CLEAR
DEF WORK[1]
ORIGIN H1
CYLNDR 0P,[0,0],24,-17,1
CYLNDR 0H,[0,0],08,-17,1
END
DRAW

The program works, but does not draw. Maybe in the parameters something is not worth it?

Option 2
CLEAR
DEF WORK
PS LC,[0,0],[20,60]
PS LC,[0,0],[20,20],0
END
DRAW

Here he swears at the wrong record. I copied the correct entry from the error description, but it still curses.

Here's how to properly record it and what to do to draw a workpiece?

On Multus. In the usual simulation window, the workpiece is registered as on the lathe and everything works. Here I wonder if it is possible to edit the workpiece in the CAS (Collision Avoidance System) in a similar manner in the code of the program, so as not to climb every time in the settings and edit the model. Well, at the same time, also need to edit the parameters with a cam based on the diameter of the workpiece.

I read all available manuals and did not find anything.
Thank you in advance.