All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

PartInterfaces Interface CATIFaceFillet

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---PartInterfaces.CATIShape
        |
        +---PartInterfaces.CATIFillet
          |
          +---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 CATIMfBRepFeature_var GetFace1()const= 0
Deprecated:
V5R12 #GetFirstFace Use GetFirstFace method instead.
o GetFace2
public virtual CATIMfBRepFeature_var GetFace2()const= 0
Deprecated:
V5R12 #GetSecondFace Use GetSecondFace method instead.
o GetFirstFace
public virtual CATIMfBRep_var GetFirstFace()const= 0
Returns the first filleted face. The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
o GetRadius
public virtual double GetRadius()const= 0
Returns the face fillet radius.
Legal values: The radius value must be greater than 0 but not equal to 0.
o GetSecondFace
public virtual CATIMfBRep_var GetSecondFace()const= 0
Returns the second filleted face. The CATISpecObject_var is a Rsur Feature (CATIMfRsur).
o ModifyRadius
public virtual void ModifyRadius(double iRadius) = 0
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 void SetFace1(CATIMfBRepFeature_var ihRsur1) const= 0
Deprecated:
V5R12 #SetFirstFace Use SetFirstFace method instead.
o SetFace2
public virtual void SetFace2(CATIMfBRepFeature_var ihRsur2) const= 0
Deprecated:
V5R12 #SetSecondFace Use SetSecondFace method instead.
o SetFirstFace
public virtual void SetFirstFace(CATIMfBRep_var ihRsur) const = 0
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 void SetSecondFace(CATIMfBRep_var ihRsur) const = 0
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

Copyright © 2003, Dassault Systèmes. All rights reserved.