All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIVisuHierarchy
Usage: you can freely reimplement this interface.
interface CATIVisuHierarchy
Interface to define the visual hierarchy of a mechanical feature.
Role: Implement this interface if you want to override the default
feature hierarchy used to visualize. Both GetVisualizedChildren and
GetVisualizingParent return an iterator you should implement by deriving
CATVisuFeatureIterator.
| public virtual HRESULT GetVisualizedChildren( | CATVisuFeatureIterator*& | oIterator) = 0 |
| public virtual HRESULT GetVisualizingParent( | CATVisuFeatureIterator*& | oIterator) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.