I am attempting to customize the standard cabinets in the ArchiCad Library to function the way we would like them to. I have been able to edit the original part to accomplish 99% of what I needed to do, but I am stuck on one thing:
It seems to me the only way to display/not display knobs on the drawer(s) is to change the selection for the sink ("None" to display the knobs, Any other type to not display the knobs).
Is there a way to set up a boolean that will change the selection for the 'gs_sink_type'?
This is what I have right now:
IF sink_base THEN
gs_sink_type=`Style 2`
ENDIF
Thanks,