All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATISamSetChildFilter
Usage: you can freely reimplement this interface.
interface CATISamSetChildFilter
Management of the allowed analysis entity type.
Role: Interface designed to select the feature type of
analysis entities that are compatible with an analysis set.
Usage is dedicated to mainly Local Specification of MeshPart. There is no need to implement this interface if the analysis set and the analysis entity have a physical type definition, If you need to customize features with physical type, prefer @see CATISamAnalysisEntityInit.
This interface is implemented on an analysis set. It can test a feature type or an existing feature.
public virtual int IsFeatureAcceptedAsChild( | const CATISpecObject* | ipiFeature) = 0 |
public virtual int IsFeatureTypeAcceptedAsChild( | const CATUnicodeString& | iFeatureType) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.