Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 482 Bytes

File metadata and controls

28 lines (21 loc) · 482 Bytes

ImportIGES

Description

Import a 3D IGES file. (Initial Graphics Exchange Specification)

FUNCTION ImportIGES(fileName : STRING): BOOLEAN;
def vs.ImportIGES(fileName):
    return BOOLEAN

Parameters

Name Type Description
fileName STRING full path to the file for import

See Also

VS Functions: ExportIGES

Version

Availability: from Vectorworks 2014

Category