Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 620 Bytes

File metadata and controls

31 lines (24 loc) · 620 Bytes

ExportIGES

Description

Export the document in 3D IGES file. (Initial Graphics Exchange Specification)

FUNCTION ExportIGES(
				fileName             : STRING;
				exportSolidAsSurface : BOOLEAN): BOOLEAN;
def vs.ExportIGES(fileName, exportSolidAsSurface):
    return BOOLEAN

Parameters

Name Type Description
fileName STRING Output file path.
exportSolidAsSurface BOOLEAN Export solit objects as surface.

See Also

VS Functions: ImportIGES

Version

Availability: from Vectorworks 2014

Category