Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 561 Bytes

File metadata and controls

41 lines (31 loc) · 561 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

  • IFC