Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 914 Bytes

File metadata and controls

38 lines (30 loc) · 914 Bytes

SetWallCornerHeights

Description

Sets the corner heights of a wall or round wall.

FUNCTION SetWallCornerHeights(
				theWall           : HANDLE;
				startHeightTop    : REAL;
				startHeightBottom : REAL;
				endHeightTop      : REAL;
				endHeightBottom   : REAL): BOOLEAN;
def vs.SetWallCornerHeights(theWall, startHeightTop, startHeightBottom, endHeightTop, endHeightBottom):
    return BOOLEAN

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: GetWallCornerHeights

Version

Availability: from Vectorworks 2012

Category

  • Objects - Walls