All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgToolPathConstantToolAxis

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ManufacturingInterfaces.CATIMfgToolPath
        |
        +---ManufacturingInterfaces.CATIMfgToolPathToolAxis
          |
          +---CATIMfgToolPathConstantToolAxis
 

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


interface CATIMfgToolPathConstantToolAxis

Interface dedicated to the tool axis object inside tool path.
Role: This interface offers services to manage parameters of the tool axis object
A tool axis 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 GetToolAxis(CATMathVector&)
Retrieves value of tool axis.
o SetToolAxis(CATMathVector&)
Sets value of tool axis.

Methods


o GetToolAxis
public virtual CATBoolean GetToolAxis(CATMathVector& oToolAxis) =0
Retrieves value of tool axis.
Parameters:
oToolAxis
The tool axis value
o SetToolAxis
public virtual CATBoolean SetToolAxis(CATMathVector& iToolAxis) =0
Sets value of tool axis.
Parameters:
iToolAxis
The tool axis value

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

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