All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgToolPathConstantSpindle

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ManufacturingInterfaces.CATIMfgToolPath
        |
        +---ManufacturingInterfaces.CATIMfgToolPathSpindle
          |
          +---CATIMfgToolPathConstantSpindle
 

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


interface CATIMfgToolPathConstantSpindle

Interface dedicated to the spindle feedrate object inside tool path.
Role: This interface offers services to manage parameters of the spindle feedrate object
A spindle 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 GetSpindle(CATICkeParm_var&)
Retrieves value of spindle feedrate.
o SetSpindle(CATICkeParm_var&)
Sets value of spindle feedrate.

Methods


o GetSpindle
public virtual CATBoolean GetSpindle(CATICkeParm_var& Spindle) =0
Retrieves value of spindle feedrate.
Parameters:
oSpindle
The spindle feedrate value modelized by a
CATICkeParm
o SetSpindle
public virtual CATBoolean SetSpindle( const CATICkeParm_var& iSpindle) =0
Sets value of spindle feedrate.
Parameters:
iSpindle
The spindle feedrate value modelized by a
CATICkeParm

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

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