Uses of Interface
com.solibri.smc.api.model.components.StairElement
-
Packages that use StairElement Package Description com.solibri.smc.api.model.components -
-
Uses of StairElement in com.solibri.smc.api.model.components
Subinterfaces of StairElement in com.solibri.smc.api.model.components Modifier and Type Interface Description interface
Landing
The Landing interface provides geometric information about the landing shape.interface
StairFlight
The StairFlight interface provides geometric information about the stair flight shape.Methods in com.solibri.smc.api.model.components that return types with arguments of type StairElement Modifier and Type Method Description List<StairElement>
Stair. getStairElements()
Returns the list of stair elements from bottom to top.
-