Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 720 Bytes

File metadata and controls

31 lines (25 loc) · 720 Bytes

Import3DSFile

Description

Imports a 3DS file with a given name and position. To import on the original coordinates, set boolean value atOrigCoords to true. Returns true on success.

FUNCTION Import3DSFile(
				fileName     : DYNARRAY[] of CHAR;
				atOrigCoords : BOOLEAN;
				positionX    : REAL;
				positionY    : REAL): BOOLEAN;
def vs.Import3DSFile(fileName, atOrigCoords, positionX, positionY):
    return BOOLEAN

Parameters

Name Type Description
fileName DYNARRAY[] of CHAR
atOrigCoords BOOLEAN
positionX REAL
positionY REAL

Version

Availability: from Vectorworks 2020

Category