All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgActivityReplayControlPoints

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

Usage: you can freely reimplement this interface.


interface CATIMfgActivityReplayControlPoints

Interface to implement on Machining Operations.

This interface is used in the "Tool Path Replay" command to control on which specific points of the tool path the display of the tool path has to be stopped.
The CAA2 developper has to implement ListOfControlSyntaxes method that returns a list of user syntaxes : "Tool Path Replay" command will stop the display when encountering one of these user syntaxes in the current tool path that is replayed.


Method Index


o StopOnControlUserSyntaxes(CATListValCATUnicodeString&)
List of control user syntaxes.

Methods


o StopOnControlUserSyntaxes
public virtual HRESULT StopOnControlUserSyntaxes(CATListValCATUnicodeString& oListOfControlUserSyntaxes) = 0
List of control user syntaxes.
Parameters:
oListOfControlUserSyntaxes
The list of control user syntaxes

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

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