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 SummaryMethods inherited from interface com.solibri.smc.api.model.components.FlightgetBottomCenterPoint, getBottomDirection, getBottomElevation, getBottomSegment, getBottomWidth, getHandrails, getHeight, getTopCenterPoint, getTopDirection, getTopElevation, getTopSegment, getTopWidth
- 
Method Details- 
getSlopedouble 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
 
- 
getLengthdouble getLength()Returns the length of the ramp flight element.- Returns:
- the length
- Since:
- 9.10.2
 
 
-