Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1012 Bytes

File metadata and controls

40 lines (32 loc) · 1012 Bytes

SetWallCapsOffsets

Description

Set the wall's caps' offsets.

FUNCTION SetWallCapsOffsets(
				theWall               : HANDLE;
				leftCapLeftDistance   : REAL;
				leftCapRightDistance  : REAL;
				rightCapLeftDistance  : REAL;
				rightCapRightDistance : REAL): BOOLEAN;
def vs.SetWallCapsOffsets(theWall, leftCapLeftDistance, leftCapRightDistance, rightCapLeftDistance, rightCapRightDistance):
    return BOOLEAN

Parameters

Name Type Description
theWall HANDLE The wall.
leftCapLeftDistance REAL The left offset of the left wall cap.
leftCapRightDistance REAL The right offset of the left wall cap.
rightCapLeftDistance REAL The left offset of the right wall cap.
rightCapRightDistance REAL The right offset of the right wall cap.

Remarks

CJG 6-27-06

See Also

VS Functions: GetWallCapsOffsets

Version

Availability: from VectorWorks12.5

Category