Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 609 Bytes

File metadata and controls

29 lines (23 loc) · 609 Bytes

AddWallPeak

Description

Procedure AddWallPeak creates a wall peak in the referenced wall object.

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

Parameters

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

Version

Availability: from MiniCAD6.0

Category