VS:ExportSAT: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
 
Line 6: Line 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Export the selection into a SAT file.</desc>
Export the selection into a ACIS SAT 3D model file.</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 11:59, 19 November 2016

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

filePath STRING Output file path.
solidAsSurface BOOLEAN

Return Value

Return TRUE if successful.

Version

Availability: from Vectorworks 2013