All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgToolPathConstantFeedrate

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ManufacturingInterfaces.CATIMfgToolPath
        |
        +---ManufacturingInterfaces.CATIMfgToolPathFeedrate
          |
          +---CATIMfgToolPathConstantFeedrate
 

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


interface CATIMfgToolPathConstantFeedrate

Interface dedicated to the feedrate object inside tool path.
Role: This interface offers services to manage parameters of the feedrate object
A feedrate object can be linked to a "compound traject" (CATIMfgCompoundTraject), the description of a cycle (CATIMfgToolPathCycle), or to a tool motion (CATIMfgTPMultipleMotion).

See also:
CATIMfgTPMultipleMotion
See also:
CATIMfgCompoundTraject
See also:
CATIMfgToolPathCycle
See also:
CATIMfgToolPathFactory


Method Index


o GetFeedrate(CATICkeParm_var&)
Retrieves value of feedrate.
o SetFeedrate(CATICkeParm_var&)
Sets value of feedrate.

Methods


o GetFeedrate
public virtual CATBoolean GetFeedrate(CATICkeParm_var& oFeedrate) =0
Retrieves value of feedrate.
Parameters:
oFeedrate
The feedrate value modelized by a
CATICkeParm
o SetFeedrate
public virtual CATBoolean SetFeedrate( const CATICkeParm_var& iFeedrate) =0
Sets value of feedrate.
Parameters:
iFeedrate
The feedrate value modelized by a
CATICkeParm

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

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