CATFreeStyleUseItf Interface CATIStDistanceAnalysis
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIStDistanceAnalysis
Describe the functionality of your interface here
Using this prefered syntax will enable mkdoc to document your class.
Method Index
- o
SetElementsToBeAnalysed(CATLISTV(CATIMmiMechanicalFeature_var)&,CATLISTV(CATIMmiMechanicalFeature_var)&)
- Defines the inputs.
Methods
o SetElementsToBeAnalysed
public virtual SetElementsToBeAnalysed( | const | iListOfSources, |
| const | iListOfTargets) |
-
Defines the inputs.
- Parameters:
-
- iListOfSources
- list of handlers on CATIMmiMechanicalFeature source element
if the element already exists in the list of sources , it will be removed
otherwise it will be added
- iListOfTargets
- list of handlers on CATIMmiMechanicalFeature target element ( - will be discretized - )
if the element already exists in the list of targets , it will be removed
otherwise it will be added
- Returns:
- HRESULT S_OK if everything is fine
This object is included in the file: CATIStDistanceAnalysis.h
If needed, your Imakefile.mk should include the module: CATFreeStyleUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.