public interface Quantities
Component
.Modifier and Type | Interface and Description |
---|---|
static class |
Quantities.Type
Specifies the type of the quantity.
|
Modifier and Type | Method and Description |
---|---|
Optional<Double> |
get(Quantities.Type quantityType)
Returns the value of the quantity of given type.
|
static Quantities |
of(Component component)
Returns the available quantities of the given component.
|
static Quantities of(Component component)
component
- the component whose available quantities are returnedOptional<Double> get(Quantities.Type quantityType)
quantityType
- the type of the quantityCopyright © 2019 Solibri, Inc.. All rights reserved.