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