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.DirectionReturns 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 RelationRelation.of(Relation.Type type, Relation.Direction direction) Returns a relation with the given type and direction.