VS:SetWallThickness

From Vectorworks Developer
Jump to navigation Jump to search

.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