Returns TRUE if the position where the load is attached is moved/rotated. Gets the offset applied to the load in object local coordinates and the rotation angle applied to the position. HasWitnessLine point weather the object is already connected via a witness line
FUNCTION OLDGetPositionTransf(
handle : HANDLE;
loadIndex : INTEGER;
VAR offsetDistance : VECTOR;
VAR rotationAngle : REAL;
VAR hasWitnessLine : BOOLEAN): BOOLEAN;def vs.OLDGetPositionTransf(handle, loadIndex):
return (BOOLEAN, offsetDistance, rotationAngle, hasWitnessLine)| Name | Type | Description |
|---|---|---|
| handle | HANDLE | |
| loadIndex | INTEGER | |
| offsetDistance | VECTOR | |
| rotationAngle | REAL | |
| hasWitnessLine | BOOLEAN |
Availability: from Vectorworks 2019