Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 459 Bytes

File metadata and controls

24 lines (19 loc) · 459 Bytes

ExportSTEP

FUNCTION ExportSTEP(
				filePath               : DYNARRAY[] of CHAR;
				exportSolidsAsSurfaces : BOOLEAN): BOOLEAN;
def vs.ExportSTEP(filePath, exportSolidsAsSurfaces):
    return BOOLEAN

Parameters

Name Type Description
filePath DYNARRAY[] of CHAR
exportSolidsAsSurfaces BOOLEAN

Version

Availability: from Vectorworks 2018

Category