All Frameworks Class Hierarchy This Framework Indexes
PartInterfaces Interface CATITritangentFillet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITritangentFillet
Interface to represent the tritangent fillet shape.
Role: A tritangent fillet shape is built between 3 faces.
Two faces will be relimited, the third is used as "face to be removed".
and will disappear within the resulting shape.
Method Index
- o
GetFace1()
-
- o
GetFace2()
-
- o
GetFaceToRemove()
- Returns the removed face.
- o
GetFirstFace()
- Returns the first filleted face.
- o
GetRemoveFace()
-
- o
GetSecondFace()
- Returns the second filleted face.
- o
SetFace1(CATIMfBRepFeature_var)
-
- o
SetFace2(CATIMfBRepFeature_var)
-
- o
SetFaceToRemove(CATIMfBRep_var)
- Sets or removes the face to be removed.
- o
SetFirstFace(CATIMfBRep_var)
- Sets or removes the first face to be filleted.
- o
SetRemoveFace(CATIMfBRepFeature_var)
-
- o
SetSecondFace(CATIMfBRep_var)
- Sets or removes the second face to be filleted.
Methods
o GetFace1
| public virtual GetFace1( | ) |
-
- Deprecated:
- V5R14 #GetFirstFace
Use GetFirstFace method instead.
o GetFace2
| public virtual GetFace2( | ) |
-
- Deprecated:
- V5R14 #GetSecondFace
Use GetSecondFace method instead.
o GetFaceToRemove
| public virtual GetFaceToRemove( | ) |
-
Returns the removed face.
The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
o GetFirstFace
| public virtual GetFirstFace( | ) |
-
Returns the first filleted face.
The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
o GetRemoveFace
| public virtual GetRemoveFace( | ) |
-
- Deprecated:
- V5R14 #GetFaceToRemove
Use GetFaceToRemove method instead.
o GetSecondFace
| public virtual GetSecondFace( | ) |
-
Returns the second filleted face.
The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
o SetFace1
| public virtual SetFace1( | | ihRsur1) |
-
- Deprecated:
- V5R14 #SetFirstFace
Use SetFirstFace method instead.
o SetFace2
| public virtual SetFace2( | | ihRsur2) |
-
- Deprecated:
- V5R14 #SetSecondFace
Use SetSecondFace method instead.
o SetFaceToRemove
| public virtual SetFaceToRemove( | | ihRsur) |
-
Sets or removes the face to be removed.
- 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.
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 SetRemoveFace
| public virtual SetRemoveFace( | | ihRemoveRsur) |
-
- Deprecated:
- V5R14 #SetFaceToRemove
Use SetFaceToRemove method instead.
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: CATITritangentFillet.h
If needed, your Imakefile.mk should include the module: CATPartInterfaces