All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---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:
This container contains an ASMProduct feature. This feature serves as reference for all the instantiations of the Part document in Product documents. Use the CATIPrtPart.GetProduct method to retrieve it.
It is the container which contains the mechanical features. It is those that you can see in the specification tree. You can also retrieve this container in using the CATInit.GetRootContainer method.
It is the container which contains the topological results of the geometrical features. A geometrical feature is a mechanical feature for which a topological object can be associated with its result. This topological object is a CATBody .
It is the container which contains the objects to name with a stable way the topological sub-element.
public virtual HRESULT GetBRepContainer( | CATIContainer*& | oContainer) = 0 |
public virtual HRESULT GetProductContainer( | CATIContainer*& | oContainer) = 0 |
public virtual HRESULT GetResultContainer( | CATIContainer*& | oContainer) = 0 |
public virtual HRESULT GetSpecContainer( | CATIContainer*& | oContainer) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.