VS:SetWallThickness

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the thickness of an unstyled wall without components. Will return false for a styled wall or a wall with components. To change the thickness of a wall with components, add, remove or resize components with InsertNewComponent, DeleteComponent, and SetComponent Width

FUNCTION SetWallThickness(
h :HANDLE;
thicknessDistance :REAL) : BOOLEAN;
def vs.SetWallThickness(h, thicknessDistance):
    return BOOLEAN

Parameters

h HANDLE
thicknessDistance REAL

Remarks

NZH 5-10-05

Version

Availability: from VectorWorks12.0