VS:SetWallThickness: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:38, 12 August 2013

.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