Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 570 Bytes

File metadata and controls

30 lines (23 loc) · 570 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

  • Objects - Walls