All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgToolPathToolAssembly

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ManufacturingInterfaces.CATIMfgToolPath
        |
        +---CATIMfgToolPathToolAssembly
 

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


interface CATIMfgToolPathToolAssembly

Interface dedicated to management of tool or tool assembly inside tool path.

A tool axis object can be linked to a "compound traject" (CATIMfgCompoundTraject) or the the description of a cycle (CATIMfgToolPathCycle).

See also:
CATIMfgCompoundTraject
See also:
CATIMfgToolPathCycle
See also:
CATIMfgToolPathFactory


Method Index


o GetTool(CATBaseUnknown_var&)
Retrieves the tool or tool assembly.
o SetTool(CATBaseUnknown_var&)
Sets the tool or tool assembly.

Methods


o GetTool
public virtual CATBoolean GetTool(CATBaseUnknown_var& oToolAssembly) =0
Retrieves the tool or tool assembly.
Parameters:
oToolAssembly
The value of tool
o SetTool
public virtual CATBoolean SetTool( const CATBaseUnknown_var& oToolAssembly) =0
Sets the tool or tool assembly.
Parameters:
iToolAssembly
The value of tool

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

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