License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…
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