Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 611 Bytes

File metadata and controls

41 lines (33 loc) · 611 Bytes

IFC_ExportWithUI

Description

Exports IFC file, showing Export IFC Project dialog

PROCEDURE IFC_ExportWithUI(bExpSingleObj : BOOLEAN);
def vs.IFC_ExportWithUI(bExpSingleObj):
    return None

Parameters

Name Type Description
bExpSingleObj BOOLEAN Set to False.

Examples

VectorScript

PROCEDURE Test;
VAR
	ok : BOOLEAN;
BEGIN
	ok := IFC_ExportWithUI(FALSE);
END;

RUN(Test);

Python

ok = vs.IFC_ExportWithUI(FALSE)

Version

Availability: from Vectorworks 2014

Category