All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

PartInterfaces Interface CATICounterBoredHole

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

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


interface CATICounterBoredHole

Class to manage CounterBored hole feature.
Role: This class inherits from CATINewHole. It is used to manage depth and diameter of a CounterBored hole.

See also:
CATINewHole


Method Index


o GetCBDepth(CATICkeParm_var&)
Returns parameter linked to CounterBored depth.
o GetCBDepth(double&)
Returns value of CounterBored depth.
o GetCBDiameter(CATICkeParm_var&)
Returns parameter linked to CounterBored diameter.
o GetCBDiameter(double&)
Returns value of CounterBored diameter.
o SetCBDepth(double)
Sets value of CounterBored depth.
o SetCBDiameter(double)
Sets value of CounterBored diameter.

Methods


o GetCBDepth
public virtual void GetCBDepth(CATICkeParm_var& oDepthParm) = 0
Returns parameter linked to CounterBored depth.
Parameters:
oDepthParm
Parameter linked to CounterBored depth.
o GetCBDepth
public virtual void GetCBDepth(double& oDepth) = 0
Returns value of CounterBored depth.
Parameters:
oDepth
Value of CounterBored depth.
o GetCBDiameter
public virtual void GetCBDiameter(CATICkeParm_var& oDiameterParm) = 0
Returns parameter linked to CounterBored diameter.
Parameters:
oDiameterParm
Parameter linked to CounterBored diameter.
o GetCBDiameter
public virtual void GetCBDiameter(double& oDiameter) = 0
Returns value of CounterBored diameter.
Parameters:
oDiameter
Value of CounterBored diameter.
o SetCBDepth
public virtual void SetCBDepth( const double iDepth) = 0
Sets value of CounterBored depth.
Parameters:
iDepth
Value of CounterBored depth.
o SetCBDiameter
public virtual void SetCBDiameter( const double iDiameter) = 0
Sets value of CounterBored diameter.
Parameters:
iDiameter
Value of CounterBored diameter.

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

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