All Frameworks  Class Hierarchy  This Framework  Indexes   

MecModInterfaces Interface CATIContainerOfDocument

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


interface CATIContainerOfDocument

Interface to retrieve the main containers of a Part document.
Role: This interface is implemented on the Part document to retrieve the four main containers of this type of document:


Method Index


o GetBRepContainer(CATIContainer*&)
Returns the BRep container of the document.
o GetProductContainer(CATIContainer*&)
Returns the product container of the document.
o GetResultContainer(CATIContainer*&)
Returns the result container of the document.
o GetSpecContainer(CATIContainer*&)
Returns the specification container of the document.

Methods


o GetBRepContainer
public virtual GetBRepContainer( oContainer)
Returns the BRep container of the document.
Parameters:
oContainer
The BRep container.
o GetProductContainer
public virtual GetProductContainer( oContainer)
Returns the product container of the document.
Parameters:
oContainer
The product container.
o GetResultContainer
public virtual GetResultContainer( oContainer)
Returns the result container of the document.
Parameters:
oContainer
The result container.
o GetSpecContainer
public virtual GetSpecContainer( oContainer)
Returns the specification container of the document.
Parameters:
oContainer
The specification container.

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

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