public interface StairFlight extends Flight, StairElement
Stair
interface.Modifier and Type | Method and Description |
---|---|
double |
getRiserHeight()
Returns the riser height of the stair flight element.
|
List<StairStep> |
getSteps()
Returns the list of the step elements from bottom to top.
|
double |
getTreadLength()
Returns the most common tread length of the flight element.
|
double |
getTreadLength(double treadDistance)
Returns the most common tread length of the flight element.
|
getBottomCenterPoint, getBottomDirection, getBottomElevation, getBottomSegment, getBottomWidth, getHandrails, getHeight, getTopCenterPoint, getTopDirection, getTopElevation, getTopSegment, getTopWidth
List<StairStep> getSteps()
double getRiserHeight()
double getTreadLength()
double getTreadLength(double treadDistance)
treadDistance
from the narrower side of each step.treadDistance
- the tread distanceCopyright © 2019 Solibri, Inc.. All rights reserved.