Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 482 Bytes

File metadata and controls

27 lines (21 loc) · 482 Bytes

ExportSAT

Description

Export the selection into a ACIS SAT 3D model file.

FUNCTION ExportSAT(
				filePath       : STRING;
				solidAsSurface : BOOLEAN): BOOLEAN;
def vs.ExportSAT(filePath, solidAsSurface):
    return BOOLEAN

Parameters

Name Type Description
filePath STRING Output file path.
solidAsSurface BOOLEAN

Version

Availability: from Vectorworks 2013

Category