Interface RampFlight
-
- All Superinterfaces:
Flight
,RampElement
public interface RampFlight extends Flight, RampElement
The RampFlight interface provides geometric information about the ramp flight shape. This can be retrieved through theRamp
interface.- Since:
- 9.10.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getLength()
Returns the length of the ramp flight element.double
getSlope()
Returns the slope of the ramp flight element.-
Methods inherited from interface com.solibri.smc.api.model.components.Flight
getBottomCenterPoint, getBottomDirection, getBottomElevation, getBottomSegment, getBottomWidth, getHandrails, getHeight, getTopCenterPoint, getTopDirection, getTopElevation, getTopSegment, getTopWidth
-
-