2021-08-16
07:56 AM
- last edited on
2021-09-13
11:52 PM
by
Noemi Balogh
2021-08-16 09:18 AM
jeronimoHill wrote:
I was looking for how to create a mirror parameter in existing AC library parts through GDL scripting, so the object can be mirrored with a simple click, rather than mirror the geometry manually (for instance, a sink but with the door turning the other way).
IF flip_sink = 1 then MUL2 -1,1 sink script here DEL 1 ENDIF3D script...
IF flip_sink = 1 then MULx -1 sink script here DEL 1 ENDIF