2021-08-16
04:56 PM
- last edited on
2021-09-14
08:52 AM
by
Noemi Balogh
2021-08-16 06:18 PM
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