Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1023 Bytes

File metadata and controls

40 lines (32 loc) · 1023 Bytes

GetWallCapsOffsets

Description

Get the wall's caps' offsets.

PROCEDURE GetWallCapsOffsets(
				theWall                 : HANDLE;
				VAR leftCapLeftOffset   : REAL;
				VAR leftCapRightOffset  : REAL;
				VAR rightCapLeftOffset  : REAL;
				VAR rightCapRightOffset : REAL);
def vs.GetWallCapsOffsets(theWall):
    return (leftCapLeftOffset, leftCapRightOffset, rightCapLeftOffset, rightCapRightOffset)

Parameters

Name Type Description
theWall HANDLE The wall.
leftCapLeftOffset REAL Returns the left offset of the left wall cap.
leftCapRightOffset REAL Returns the right offset of the left wall cap.
rightCapLeftOffset REAL Returns the left offset of the right wall cap.
rightCapRightOffset REAL Returns the right offset of the right wall cap.

Remarks

CJG 6-27-06

See Also

VS Functions: SetWallCapsOffsets

Version

Availability: from VectorWorks12.5

Category