Gets the thickness of a wall
FUNCTION GetWallThickness(
h : HANDLE;
VAR thicknessDist : REAL): BOOLEAN;def vs.GetWallThickness(h):
return (BOOLEAN, thicknessDist)| Name | Type | Description |
|---|---|---|
| h | HANDLE | |
| thicknessDist | REAL |
Same functionality as WallWidth(h), except that GetWallThickness returns also a Boolean, which may help in program flow branching.
Availability: from VectorWorks12.0