Uses of Enum
com.solibri.smc.api.model.Relation.Direction
-
Uses of Relation.Direction in com.solibri.smc.api.model
Modifier 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.Modifier and TypeMethodDescriptionstatic Relation
Relation.of
(Relation.Type type, Relation.Direction direction) Returns a relation with the given type and direction.