Package | Description |
---|---|
net.rimptec.cad.catia |
Modifier and Type | Method and Description |
---|---|
static CatConstraintType |
CatConstraintType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatConstraintType[] |
CatConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
Constraints.addBiEltCst(CatConstraintType param1,
Reference param2,
Reference param3) |
Constraint |
Constraints.addMonoEltCst(CatConstraintType param1,
Reference param2) |
Constraint |
Constraints.addTriEltCst(CatConstraintType param1,
Reference param2,
Reference param3,
Reference param4) |