Uses of Enum
com.solibri.smc.api.model.Relation.Direction
Packages that use Relation.Direction
-
Uses of Relation.Direction in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return Relation.DirectionModifier and TypeMethodDescriptionRelation.getDirection()
Returns the direction of this relation.static Relation.Direction
Returns the enum constant of this type with the specified name.static Relation.Direction[]
Relation.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.solibri.smc.api.model with parameters of type Relation.DirectionModifier and TypeMethodDescriptionstatic Relation
Relation.of
(Relation.Type type, Relation.Direction direction) Returns a relation with the given type and direction.