Function WallWidth returns the wall width of the referenced wall object.
FUNCTION WallWidth(wallHd : HANDLE): REAL;def vs.WallWidth(wallHd):
return REAL| Name | Type | Description |
|---|---|---|
| wallHd | HANDLE | Handle to wall. |
"Function WallWidth returns the wall width of the referenced wall object", whereas HWallWidth changes the width of the referenced wall. GetWallThickness(wallHandle, thicknessDist)
(http://www.nemetschek.net/support/custom/vscript/reference/asp/main.asp?name=GetWallThickness) does the same as WallWidth, but is often more practical and at least looks better in scripts.
VS Functions: GetWallThickness | HWallWidth
Availability: from MiniCAD6.0