Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 958 Bytes

File metadata and controls

37 lines (30 loc) · 958 Bytes

GetWallCornerHeights

Description

Gets the corner heights of a wall or round wall.

PROCEDURE GetWallCornerHeights(
				theWall               : HANDLE;
				VAR startHeightTop    : REAL;
				VAR startHeightBottom : REAL;
				VAR endHeightTop      : REAL;
				VAR endHeightBottom   : REAL);
def vs.GetWallCornerHeights(theWall):
    return (startHeightTop, startHeightBottom, endHeightTop, endHeightBottom)

Parameters

Name Type Description
theWall HANDLE The wall or round wall
startHeightTop REAL The height of the start top corner
startHeightBottom REAL The height of the start bottom corner
endHeightTop REAL The height of the end top corner
endHeightBottom REAL The height of the end bottom corner

See Also

VS Functions: SetWallCornerHeights

Version

Availability: from Vectorworks 2012

Category