Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 448 Bytes

File metadata and controls

35 lines (27 loc) · 448 Bytes

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