All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

MecModInterfaces Interface CATIMmDecodeSubElem

System.IUnknown
  |
  +---CATIMmDecodeSubElem
 

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


interface CATIMmDecodeSubElem

Interface to find the sub-elements that generate a given result.


Method Index


o GetSpecificBRepAccess(CATISpecObject*,CATListValCATBaseUnknown_var*)
Gets the list of CATIBRepAccess corresponding to Sketch sub-elements.
o GetSpecificFeatures(CATIBRepAccess*,CATLISTV(CATISpecObject_var)*)
Gets the list of sub-elements that specifically generates the give BRep.

Methods


o GetSpecificBRepAccess
public virtual HRESULT GetSpecificBRepAccess(CATISpecObject* iSpec,
CATListValCATBaseUnknown_var* oBReps) =0
Gets the list of CATIBRepAccess corresponding to Sketch sub-elements.
Parameters:
iSpec
The iSpec is a sub-element specification of sketch.
oBReps
The list of CATIBRepAccess corresponding to Sketch sub-elements.
The list is allocated by the caller and filled by the callee.
o GetSpecificFeatures
public virtual HRESULT GetSpecificFeatures(CATIBRepAccess* iBRep,
CATLISTV(CATISpecObject_var)* oSpecs) = 0
Gets the list of sub-elements that specifically generates the give BRep.
Parameters:
iBRep
The CATIBRepAccess generated by the sub-element that is seeked.
oSpecs
The list of specifications that generate the given BRep.
The list is allocated by the caller and filled by the callee.

This object is included in the file: CATIMmDecodeSubElem.h

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