Uses of Interface
com.solibri.smc.api.model.components.RampElement
-
Packages that use RampElement Package Description com.solibri.smc.api.model.components -
-
Uses of RampElement in com.solibri.smc.api.model.components
Subinterfaces of RampElement in com.solibri.smc.api.model.components Modifier and Type Interface Description interface
Landing
The Landing interface provides geometric information about the landing shape.interface
RampFlight
The RampFlight interface provides geometric information about the ramp flight shape.Methods in com.solibri.smc.api.model.components that return types with arguments of type RampElement Modifier and Type Method Description List<RampElement>
Ramp. getRampElements()
Returns the list of ramp elements from bottom to top.
-