Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 936 Bytes

File metadata and controls

34 lines (25 loc) · 936 Bytes

WallWidth

Description

Function WallWidth returns the wall width of the referenced wall object.

FUNCTION WallWidth(wallHd : HANDLE): REAL;
def vs.WallWidth(wallHd):
    return REAL

Parameters

Name Type Description
wallHd HANDLE Handle to wall.

Remarks

"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.

See Also

VS Functions: GetWallThickness | HWallWidth

Version

Availability: from MiniCAD6.0

Category