CATPartUseItf Interface CATIPdgUseTritangentFillet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPdgUseTritangentFillet
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
GetFaceToRemove()
- Returns the removed face.
- o
GetFirstFace()
- Returns the first filleted face.
- o
GetSecondFace()
- Returns the second filleted face.
- o
SetFaceToRemove(CATIMmiUseBRep_var)
- Sets or removes the face to be removed.
- o
SetFirstFace(CATIMmiUseBRep_var)
- Sets or removes the first face to be filleted.
- o
SetSecondFace(CATIMmiUseBRep_var)
- Sets or removes the second face to be filleted.
Methods
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 GetSecondFace
public virtual GetSecondFace( | ) |
-
Returns the second filleted face.
The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
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 CATIMmiUseBRep_var should be a
Rsur feature (CATIMfRsur) created with CATIMmiBRepFactory.
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 CATIMmiUseBRep_var should be a
Rsur feature (CATIMfRsur) created with CATIMmiBRepFactory.
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 CATIMmiUseBRep_var should be a
Rsur feature (CATIMfRsur) created with CATIMmiBRepFactory.
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: CATIPdgUseTritangentFillet.h
If needed, your Imakefile.mk should include the module: CATPartUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.