Archicad 28 C++ API
Loading...
Searching...
No Matches
API_StairModelViewOptions Struct Reference

Represents the model view options of Stairs made with Stair Tool. The entire structure is Archicad only. More...

#include <APIdefs_ViewSettings.hpp>

Public Attributes

char stair3DDetailLevel
 Detail level of Stairs in 3D display. (API_Stair3DDetail... etc.)
 
char stairFloorPlanVisualization
 Visualization mode for Stairs in Floor Plan view (API_StairFloorPlanVisual... etc.)
 
bool showStairHeadroom
 Show the headroom above the stair.
 
bool stairFloorPlanCompWalkingLine
 Walking Line is visible in Floor Plan Visualization.
 
bool stairFloorPlanCompNumbering
 Numbering is visible in Floor Plan Visualization.
 
bool stairFloorPlanCompUPDOWNText
 UP-DOWN Text is visible in Floor Plan Visualization.
 
bool stairFloorPlanCompDescription
 Description is visible in Floor Plan Visualization.
 
bool stairFloorPlanCompTreadAccessories
 Accessories of Treads are visible in Floor Plan Visualization.
 
bool stairFloorPlanCompStructureBeamSupport
 Structure beams of Stairs are visible in Floor Plan Visualization.
 
bool stairFloorPlanCompStructureStringers
 Stringers are visible in Floor Plan Visualization.
 
bool stairFloorPlanCompStructureCantilevered
 Cantilevered structure is visible in Floor Plan Visualization.
 
bool stairReflectedCompWalkingLine
 Walking Line is visible in Reflected Ceiling Plan Display.
 
bool stairReflectedCompDescription
 Description is visible in Reflected Ceiling Plan Display.
 
bool stairReflectedCompStructureBeamSupport
 Structural beams of Stairs are visible in Reflected Ceiling Plan Display.
 
bool stairReflectedCompStructureStringers
 Stringers of Stairs are visible in Reflected Ceiling Plan Display.
 
bool stairReflectedCompStructureCantilevered
 Cantilevered structure is visible in Reflected Ceiling Plan Display.
 
API_AttributeIndex stairSchemeSurfaceIndex
 Index of the Surface attribute to use in Schematic 3D Display Detail.
 
API_AttributeIndex stairSchemeCutLineIndex
 Index of the Line attribute to use in Schematic 3D Display Detail as Cut Line.
 
short stairSchemeCutLinePenIndex
 Index of the Pen in the current Pen Table to use in Schematic 3D Display Detail as the Cut Line Pen.
 
API_AttributeIndex stairSchemeUncutLineIndex
 Index of the Line attribute to use in Schematic 3D Display Detail as Uncut Line.
 
short stairSchemeUncutLinePenIndex
 Index of the Pen in the current Pen Table to use in Schematic 3D Display Detail as the Uncut Line Pen.
 

Detailed Description

Represents the model view options of Stairs made with Stair Tool. The entire structure is Archicad only.

Remarks
These settings correspond to the relevant items in the Document/Set Model View/Model View Options dialog/Stair Options page.
Stair MVO