public interface Flight
Modifier and Type | Method and Description |
---|---|
Vector3d |
getBottomCenterPoint()
Returns the 2D center point of the flight bottom segment.
|
Vector3d |
getBottomDirection()
Returns the 2D direction vector towards where the flight's bottom end is pointing at.
|
double |
getBottomElevation()
Returns the elevation at the bottom of the flight element.
|
Segment2d |
getBottomSegment()
Returns the flight bottom 2D segment.
|
double |
getBottomWidth()
Returns the width of the flight element at the bottom.
|
Collection<Handrail> |
getHandrails()
Returns the list of handrail elements of the flight.
|
double |
getHeight()
Returns the height of the flight element.
|
Vector3d |
getTopCenterPoint()
Returns the 2D center point of the flight top segment.
|
Vector3d |
getTopDirection()
Returns the 2D direction vector towards where the flight's top end is pointing at.
|
double |
getTopElevation()
Returns the elevation at the top of the flight element.
|
Segment2d |
getTopSegment()
Returns the flight top 2D segment.
|
double |
getTopWidth()
Returns the width of the flight element at the top.
|
Vector3d getBottomCenterPoint()
Vector3d getTopCenterPoint()
Vector3d getBottomDirection()
double getBottomElevation()
Segment2d getBottomSegment()
double getBottomWidth()
Vector3d getTopDirection()
double getTopElevation()
Segment2d getTopSegment()
double getTopWidth()
double getHeight()
Collection<Handrail> getHandrails()
Copyright © 2019 Solibri, Inc.. All rights reserved.