All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgActivityToolVisu

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIMfgActivityToolVisu
 

Usage: you can freely reimplement this interface.


interface CATIMfgActivityToolVisu

Interface to define the tool orientation during the Tool Path Replay command.
Role: This interface allows to specifiy the orientation of the tool in the Tool Path Replay command.
Standard behaviour is to display the tool with its axis along the machine spindle axis, and its radial axis perpendicular to the spindle axis and perpendicular to the tangent of the tool path.
This interface has to be implemented on a Manufacturing Operation if the standard behaviour is not the expected one.


Method Index


o GetDirections(CATMathDirection&,CATMathDirection&)
Gives the tool orientation used in Tool Path Replay command.

Methods


o GetDirections
public virtual HRESULT GetDirections(CATMathDirection& oSpindleAxis,
CATMathDirection& oRadialAxis) = 0
Gives the tool orientation used in Tool Path Replay command. 2 vectors define the tool orientation.
Parameters:
oSpindleAxis
This axis will be mapped with the machine spindle axis.
oRadialAxis
This axis will be mapped with a perpendicular to the machine spindle axis.

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

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