AfrInterfaces Interface CATIMultiWorkshopWorkbench

Usage: you can freely reimplement this interface.


interface CATIMultiWorkshopWorkbench

Interface to create a multi-workshop workbench.
Role: Any late type implementing CATIMultiWorkshopWorkbench is a multi-workshop workbench.

No method in this interface (in addtion of CATIWorkbench methods). Only workbench resources in CATRsc file. interface which derives from CATIWorkbench.

Add the following lines in YourWorkbench.CATRsc file.
YourWorkbench.MultiWorkshop.1 ="WorkshopNameA";
YourWorkbench.MultiWorkshop.2 ="WorkshopNameB";
...
YourWorkbench.MultiWorkshop.n ="WorkshopNameZ";

The default workshop for the multi-workshop workbench is the first in the list.

See also:
CATIWorkbench



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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.