Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 584 Bytes

File metadata and controls

40 lines (31 loc) · 584 Bytes

IFC_ImportNoUI

Description

Imports IFC file without showing any dialog.

PROCEDURE IFC_ImportNoUI(strFilePath : STRING);
def vs.IFC_ImportNoUI(strFilePath):
    return None

Parameters

Name Type Description
strFilePath STRING File path.

Examples

VectorScript

PROCEDURE Test;

BEGIN
	IFC_ImportNoUI('D:\Import\Test.ifc');
END;

RUN(Test);

Python

vs.IFC_ImportNoUI('D:\Import\Test.ifc')

Version

Availability: from Vectorworks 2014

Category