Skip to content

ifc

Define the ifc menu. Needs the ifc configuration. See ifc configuration

actionValues
isPlanView if true, the IFC will open in a 2D view
{
    "label": "IFC",
    "icon": "icon-cactus",
    "action": "ifc"
},
{
    "label": "IFC PlanView",
    "icon": "icon-cactus",
    "action": "ifc",
    "actionValues": [
        {
            "isPlanView": true
        }
    ]
}