All Frameworks  Class Hierarchy  This Framework  Indexes   

ManufacturingInterfaces Interface CATIMfgToolAssembly

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


interface CATIMfgToolAssembly

Interface dedicated to Tool Assembly objects management.
Role: This interface offers services to manage mainly the associated tool and insert.
Common attributes are declared in CATMfgToolAssemblyConstant.

See also:
CATIMfgResource
See also:
CATIMfgTool
See also:
CATIMfgInsert


Method Index


o GetInsert(CATBaseUnknown_var&)
Returns the insert associated with the tool assembly.
o GetTool(CATBaseUnknown_var&)
Returns the tool associated with the tool assembly.
o RemoveInsert()
Removes the insert associated with this tool assembly.
o RemoveTool()
Removes the tool associated with this tool assembly.
o SetInsert(CATBaseUnknown_var&)
Associates the insert with the tool assembly.
o SetTool(CATBaseUnknown_var&)
Associates the tool with the tool assembly.

Methods


o GetInsert
public virtual GetInsert( oInsert)
Returns the insert associated with the tool assembly.
Parameters:
oInsert
The insert
o GetTool
public virtual GetTool( oTool)
Returns the tool associated with the tool assembly.
Parameters:
oTool
The tool
o RemoveInsert
public virtual RemoveInsert()
Removes the insert associated with this tool assembly.
o RemoveTool
public virtual RemoveTool()
Removes the tool associated with this tool assembly.
o SetInsert
public virtual SetInsert( const iInsert)
Associates the insert with the tool assembly.
Parameters:
iInsert
The insert
o SetTool
public virtual SetTool( const iTool)
Associates the tool with the tool assembly.
Parameters:
iTool
The tool

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

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