Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 672 Bytes

File metadata and controls

33 lines (27 loc) · 672 Bytes

LDevice_SetAccPos2D

Description

Set the 2D position and rotation of the specified accessory.

PROCEDURE LDevice_SetAccPos2D(
				handle         : HANDLE;
				cellIndex      : LONGINT;
				accessoryIndex : LONGINT;
				position       : REAL;
				rotation       : REAL);
def vs.LDevice_SetAccPos2D(handle, cellIndex, accessoryIndex, position, rotation):
    return None

Parameters

Name Type Description
handle HANDLE
cellIndex LONGINT
accessoryIndex LONGINT
position REAL
rotation REAL

Version

Availability: from Vectorworks 2021

Category