All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

PartInterfaces Interface CATIHoleLimit

PartInterfaces.CATIPrtSimpleLimit
  |
  +---PartInterfaces.CATIPrtLimit
    |
    +---CATIHoleLimit
 

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


interface CATIHoleLimit

Class to manage hole bottom limit.
Role: Class CATIHoleLimit inherits from CATIPrtLimit. Methods defined below are specifics to hole limit. They manage angle value of bottom limit in case of V bottom limit.

See also:
CATIPrtLimit


Method Index


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

Methods


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

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

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