We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

Libraries & objects
About Archicad and BIMcloud libraries, their management and migration, objects and other library parts, etc.

Ceiling Plan Model View Option

Anonymous
Not applicable
Anyone doing any work with the Floor Plan/Ceiling Plan Mpdel View Options yet? We have casework objects which will label themselves appropriately but the label are going to show up in the ceiling plans if we leave them like this. The advent of this new toggle will be a great solution if we can figure it out. Has anyone been working with this at all?
1 REPLY 1
Anonymous
Not applicable
I haven't had the chance to use it yet but it should be something like:
r = REQUEST ("floor_plan_option","", plan_type)

IF plan_type = 0 THEN
    ! draw floor plan stuff
ELSE
    ! draw ceiling plan stuff
ENDIF