All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

PartInterfaces Interface CATIPrtLimit

PartInterfaces.CATIPrtSimpleLimit
  |
  +---CATIPrtLimit
 

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


interface CATIPrtLimit

Interface which provides an extended limit behaviour to a limit feature.
Role: Some features contain one or several limit components which describe how their own shape is limited. A limit allows users to manage offsets.

See also:
CATIPrismLimit, CATIHoleLimit, CATISweepLimit


Method Index


o GetOffset()
Gets the offset specification.
o GetOffsetParm()
Gets the offset parameter.
o SetOffset(double)
Sets the offset specification in case the limit type is catOffsetLimit.

Methods


o GetOffset
public virtual double GetOffset()const = 0
Gets the offset specification.
Returns:
The offset value.
o GetOffsetParm
public virtual CATICkeParm_var GetOffsetParm()const = 0
Gets the offset parameter.
Returns:
The offset parameter.
o SetOffset
public virtual void SetOffset(double iOffset) = 0
Sets the offset specification in case the limit type is catOffsetLimit.
Parameters:
iOffset
The offset value.

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

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