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| Name | Type | Description |
|---|---|---|
| fileName | DYNARRAY[] of CHAR | |
| atOrigCoords | BOOLEAN | |
| positionX | REAL | |
| positionY | REAL |
Availability: from Vectorworks 2020