IFC_ImportWithUI Description Imports IFC file using the IFC Import dialog. PROCEDURE IFC_ImportWithUI; def vs.IFC_ImportWithUI(): return None Examples VectorScript PROCEDURE Test; BEGIN ok := IFC_ImportWithUI(); END; RUN(Test); Python ok = vs.IFC_ImportWithUI() Version Availability: from Vectorworks 2014 Category IFC