CATMecModExtendItf CATIniInputDescriptionAdaptor
Usage: you can derive this class.
public class CATIniInputDescriptionAdaptor
Adaptor class for CATIInputDescription.
- See also:
-
Constructor and Destructor Index
- o
CATIniInputDescriptionAdaptor()
- Constructs.
- o
~CATIniInputDescriptionAdaptor()
-
Method Index
- o
GetFeatureType(CATIInputDescription::FeatureType&)
- Gets the type of the feature.
- o
GetListOfModifiedFeatures(CATListValCATBaseUnknown_var&)
- Retrieves the list of not drawn features.
- o
GetMainInput(CATBaseUnknown_var&)
- Retrieves the main input specification of the feature.
Constructor and Destructor
o CATIniInputDescriptionAdaptor
public CATIniInputDescriptionAdaptor( | ) |
-
Constructs.
o ~CATIniInputDescriptionAdaptor
public virtual ~CATIniInputDescriptionAdaptor( | ) |
-
Methods
o GetFeatureType
public virtual GetFeatureType( | | ioFeatureType) |
-
Gets the type of the feature. It's recommended to assign FeatureType_Unset
to ioFeatureType parameter at the beginning of the routine.
- Parameters:
-
- ioFeatureType
- The type of the feature
- Returns:
- E_NOTIMPL
o GetListOfModifiedFeatures
public virtual GetListOfModifiedFeatures( | | ioListOfModifiedFeatures) |
-
Retrieves the list of not drawn features.
- Parameters:
-
- ioListOfModifiedFeatures
- The list of modified features that will not be computed for the visualization
- Returns:
- E_NOTIMPL
o GetMainInput
public virtual GetMainInput( | | oMainInput) |
-
Retrieves the main input specification of the feature.
- Parameters:
-
- oMainInput
- The main input specification of the feature
- Returns:
- E_NOTIMPL
This object is included in the file: CATIniInputDescriptionAdaptor.h
If needed, your Imakefile.mk should include the module: CATMecModExtendItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.