Interface RampFlight
- All Superinterfaces:
 Flight,RampElement
The RampFlight interface provides geometric information about the ramp flight shape. This can be retrieved through
 the 
Ramp interface.- Since:
 - 9.10.2
 
- 
Method Summary
Methods inherited from interface com.solibri.smc.api.model.components.Flight
getBottomCenterPoint, getBottomDirection, getBottomElevation, getBottomSegment, getBottomWidth, getHandrails, getHeight, getTopCenterPoint, getTopDirection, getTopElevation, getTopSegment, getTopWidth 
- 
Method Details
- 
getSlope
double getSlope()Returns the slope of the ramp flight element. Slope is calculated between a flight normal vector and xy-plane.- Returns:
 - the slope
 - Since:
 - 9.10.2
 
 - 
getLength
double getLength()Returns the length of the ramp flight element.- Returns:
 - the length
 - Since:
 - 9.10.2
 
 
 -