All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ManufacturingInterfaces Interface CATIMfgToolAssemblyEditorCustom

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

Usage: you can freely reimplement this interface.


interface CATIMfgToolAssemblyEditorCustom

Interface dedicated to tool assembly object editor management.
Role: This interface offers services to edit the tool assembly object.

See also:
CATIMfgToolAssembly
See also:
CATDlgFrame


Method Index


o GetMorePanelEditor(CATDialog*,CATDlgStyle)
Returns the more panel editor on the tool assembly object.
o GetViewerPanelEditor(CATDialog*,CATDlgStyle)
Returns the viewer panel editor on the tool assembly object.

Methods


o GetMorePanelEditor
public virtual CATDlgFrame* GetMorePanelEditor(CATDialog* iFather,
CATDlgStyle iStyle= CATDlgFraNoFrame) = 0
Returns the more panel editor on the tool assembly object.
Builds a frame with "more" presentation (tab pages) : geometry, technology, compensation parameters.
Parameters:
iFather
The dialog father for presentation
iStyle
The frame style option
See also:
CATDlgFrame
o GetViewerPanelEditor
public virtual CATDlgFrame* GetViewerPanelEditor(CATDialog* iFather,
CATDlgStyle iStyle= CATDlgFraNoFrame) = 0
Returns the viewer panel editor on the tool assembly object.
Builds a frame with simple presentation : basic parameters and graphic view.
Parameters:
iFather
The dialog father for presentation
iStyle
The frame style option
See also:
CATDlgFrame

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

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