Imports IFC file without showing any dialog.
PROCEDURE IFC_ImportNoUI(strFilePath : STRING);def vs.IFC_ImportNoUI(strFilePath):
return None| Name | Type | Description |
|---|---|---|
| strFilePath | STRING | File path. |
==== VectorScript ====
PROCEDURE Test;
BEGIN
IFC_ImportNoUI('D:\Import\Test.ifc');
END;
RUN(Test);==== Python ====
vs.IFC_ImportNoUI('D:\Import\Test.ifc')Availability: from Vectorworks 2014
- IFC