Returns the 3D position and rotation of the specified accessory.
PROCEDURE LDevice_GetAccPos3D(
handle : HANDLE;
cellIndex : LONGINT;
accessoryIndex : LONGINT;
VAR outPosition3D : REAL;
VAR outRotation3D : REAL);def vs.LDevice_GetAccPos3D(handle, cellIndex, accessoryIndex):
return (outPosition3D, outRotation3D)| Name | Type | Description |
|---|---|---|
| handle | HANDLE | |
| cellIndex | LONGINT | |
| accessoryIndex | LONGINT | |
| outPosition3D | REAL | |
| outRotation3D | REAL |
Availability: from Vectorworks 2021