Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 670 Bytes

File metadata and controls

32 lines (25 loc) · 670 Bytes

AddWallBottomPeak

Description

Adds a peak to the bottom of the referenced wall.

PROCEDURE AddWallBottomPeak(
				wallHd         : HANDLE;
				offDistance    : REAL;
				heightDistance : REAL);
def vs.AddWallBottomPeak(wallHd, offDistance, heightDistance):
    return None

Parameters

Name Type Description
wallHd HANDLE Handle to wall.
offDistance REAL Offset distance of peak from wall start.
heightDistance REAL Height of peak.

Examples

CreateWallObject

Version

Availability: from VectorWorks9.0

Category