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| Name | Type | Description |
|---|---|---|
| wallHd | HANDLE | Handle to wall. |
| offDistance | REAL | Offset distance of peak from wall start. |
| heightDistance | REAL | Height of peak. |
Availability: from VectorWorks9.0