Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 848 Bytes

File metadata and controls

51 lines (43 loc) · 848 Bytes

StairSetConstType

Description

Sets construction type of stair - not recommended for use 1: Solid 2: Stringer underneath 3: Stringer outside 4: Concrete 5: CircularWithTangentialSteps /* Special type used by circular stairs only */ See SDKLib/Include/Interfaces/Vectorworks/Extension/IStairCWSupport.h for more details.
FUNCTION StairSetConstType(
				stair            : HANDLE;
				ConstructionType : INTEGER): BOOLEAN;
def vs.StairSetConstType(stair, ConstructionType):
    return BOOLEAN

Parameters

Name Type Description
stair HANDLE
ConstructionType INTEGER

Version

Availability: from Vectorworks 2021

Category

  • Objects - Stairs