Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 488 Bytes

File metadata and controls

27 lines (21 loc) · 488 Bytes

ImportSAT

Description

Import a ACIS SAT 3D model file.

FUNCTION ImportSAT(
				filePath    : STRING;
				doSingleSym : BOOLEAN): HANDLE;
def vs.ImportSAT(filePath, doSingleSym):
    return HANDLE

Parameters

Name Type Description
filePath STRING full path to the file for import
doSingleSym BOOLEAN import the file as a symbol

Version

Availability: from Vectorworks 2013

Category