Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 453 Bytes

File metadata and controls

28 lines (21 loc) · 453 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

  • File I@O