All Frameworks Class Hierarchy This Framework Indexes
PartInterfaces Interface CATIFaceFillet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIFaceFillet
Interface to represent the face fillet shape.
Role: A face fillet shape is built between two faces with a radius.
Method Index
- o
GetFace1()
-
- o
GetFace2()
-
- o
GetFirstFace()
- Returns the first filleted face.
- o
GetRadius()
- Returns the face fillet radius.
- o
GetSecondFace()
- Returns the second filleted face.
- o
ModifyRadius(double)
- Sets the face fillet radius.
- o
SetFace1(CATIMfBRepFeature_var)
-
- o
SetFace2(CATIMfBRepFeature_var)
-
- o
SetFirstFace(CATIMfBRep_var)
- Sets or removes the first face to be filleted.
- o
SetSecondFace(CATIMfBRep_var)
- Sets or removes the second face to be filleted.
Methods
o GetFace1
| public virtual GetFace1( | ) |
-
- Deprecated:
- V5R12 #GetFirstFace
Use GetFirstFace method instead.
o GetFace2
| public virtual GetFace2( | ) |
-
- Deprecated:
- V5R12 #GetSecondFace
Use GetSecondFace method instead.
o GetFirstFace
| public virtual GetFirstFace( | ) |
-
Returns the first filleted face.
The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
o GetRadius
| public virtual GetRadius( | ) |
-
Returns the face fillet radius.
Legal values: The radius value must be greater
than 0 but not equal to 0.
o GetSecondFace
| public virtual GetSecondFace( | ) |
-
Returns the second filleted face.
The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
o ModifyRadius
| public virtual ModifyRadius( | | iRadius) |
-
Sets the face fillet radius.
- Parameters:
-
- iRadius
- Specifies the radius value.
Legal values: The radius value must be greater
than 0 but not equal to 0.
o SetFace1
| public virtual SetFace1( | | ihRsur1) |
-
- Deprecated:
- V5R12 #SetFirstFace
Use SetFirstFace method instead.
o SetFace2
| public virtual SetFace2( | | ihRsur2) |
-
- Deprecated:
- V5R12 #SetSecondFace
Use SetSecondFace method instead.
o SetFirstFace
| public virtual SetFirstFace( | | ihRsur) |
-
Sets or removes the first face to be filleted.
- Parameters:
-
- ihRsur1
- Case remove a face, ihRsur1 must be equal to NULL_var.
Case set a face, the CATIMfBRep_var should be a
Rsur feature (CATIMfRsur) created with CATIMfBRepFactory.
This face should not be already used in the fillet.
This face should belong to the same mechanical body.
o SetSecondFace
| public virtual SetSecondFace( | | ihRsur) |
-
Sets or removes the second face to be filleted.
- Parameters:
-
- ihRsur2
- Case remove a face, ihRsur2 must be equal to NULL_var.
Case set a face, the CATIMfBRep_var should be a
Rsur feature (CATIMfRsur) created with CATIMfBRepFactory.
This face should not be already used in the fillet.
This face should belong to the same mechanical body.
This object is included in the file: CATIFaceFillet.h
If needed, your Imakefile.mk should include the module: CATPartInterfaces