Uses of Interface
com.solibri.smc.api.model.Relation
-
Packages that use Relation Package Description com.solibri.smc.api.model -
-
Uses of Relation in com.solibri.smc.api.model
Methods in com.solibri.smc.api.model that return Relation Modifier and Type Method Description static Relation
Relation. of(Relation.Type type, Relation.Direction direction)
Returns a relation with the given type and direction.Methods in com.solibri.smc.api.model with parameters of type Relation Modifier and Type Method Description Collection<Component>
Component. getRelated(Relation relation)
Returns the components that are related to this component through the given relation.
-