Package | Description |
---|---|
net.rimptec.cad.catia |
Modifier and Type | Method and Description |
---|---|
static CatFilletVariation |
CatFilletVariation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatFilletVariation[] |
CatFilletVariation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VarRadEdgeFillet |
ShapeFactory.addNewEdgeFilletWithVaryingRadius(Reference param1,
CatFilletEdgePropagation param2,
CatFilletVariation param3,
double param4) |
VarRadEdgeFillet |
ShapeFactory.addNewSolidEdgeFilletWithVaryingRadius(Reference param1,
CatFilletEdgePropagation param2,
CatFilletVariation param3,
double param4) |
VarRadEdgeFillet |
ShapeFactory.addNewSurfaceEdgeFilletWithVaryingRadius(Reference param1,
CatFilletEdgePropagation param2,
CatFilletVariation param3,
double param4) |
void |
VarRadEdgeFillet.filletVariation(CatFilletVariation param1) |