All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgReplayToolPathCustom

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

Usage: you can freely reimplement this interface.


interface CATIMfgReplayToolPathCustom

Interface useful to customize visualization of tool path in Replay Tool Path command.

This interface contains a method which allows to create a customized graphic representation which is added to the standard graphic representation .
This interface must be implemented on MfgTPMultipleMotion object.

See also:
CATIMfgTPMultipleMotion


Method Index


o CustomizeToolPathRep(CATBaseUnknown_var&,int,int)
Creates customized graphic representation.

Methods


o CustomizeToolPathRep
public virtual CATRep* CustomizeToolPathRep( const CATBaseUnknown_var& iOperation,
int iStartPoint,
int iEndPoint) = 0
Creates customized graphic representation.
Parameters:
iOperation
The current machining operation
iStartPoint
The index of start point
iEndPoint
The index of end point
Returns:
The graphic representation to add to the standard graphic representation

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

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