Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 425 Bytes

File metadata and controls

36 lines (27 loc) · 425 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

  • IFC