All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

PartInterfaces Interface CATITaperedHole

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---PartInterfaces.CATIShape
        |
        +---PartInterfaces.CATINewHole
          |
          +---CATITaperedHole
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATITaperedHole

Class to manage tapered hole feature.
Role: This class inherits from CATINewHole. It is used to manage angle of a tapered hole.

See also:
CATINewHole


Method Index


o GetAngle(CATICkeParm_var&)
Returns parameter linked to tapered angle.
o GetAngle(double&)
Returns the value of tapered angle.
o SetAngle(double)
Sets angle value of tapered angle.

Methods


o GetAngle
public virtual void GetAngle(CATICkeParm_var& oAngleParm) = 0
Returns parameter linked to tapered angle.
Parameters:
oAngleParm
Parameter linked to tapered angle.
o GetAngle
public virtual void GetAngle(double& oAngle) = 0
Returns the value of tapered angle.
Parameters:
oAngle
Value of tapered angle.
o SetAngle
public virtual void SetAngle( const double iAngle) = 0
Sets angle value of tapered angle.
Parameters:
iAngle
Value of tapered angle.

This object is included in the file: CATITaperedHole.h
If needed, your Imakefile.mk should include the module: CATPartInterfaces

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