| Package | Description |
|---|---|
| com.solibri.smc.api.model |
| Modifier and Type | Method and Description |
|---|---|
Relation.Direction |
Relation.getDirection()
Returns the direction of this relation.
|
static Relation.Direction |
Relation.Direction.valueOf(String name)
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 Type | Method and Description |
|---|---|
static Relation |
Relation.of(Relation.Type type,
Relation.Direction direction)
Returns a relation with the given type and direction.
|
Copyright © 2020 Solibri, Inc.. All rights reserved.