Package | Description |
---|---|
net.rimptec.cad.catia |
Modifier and Type | Method and Description |
---|---|
static CatRepType |
CatRepType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatRepType[] |
CatRepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.addShapeRepresentation(Holder param1,
Holder param2,
CatRepType param3,
boolean param4) |
CATBaseDispatch |
Product.getShapeRepresentation(boolean param1,
Holder param2,
CatRepType param3,
boolean param4) |
boolean |
Product.hasShapeRepresentation(Holder param1,
CatRepType param2,
boolean param3) |
void |
Product.removeShapeRepresentation(Holder param1,
CatRepType param2,
boolean param3) |