All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

GSMInterfaces Interface CATIGSMNear

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATIGSMNear
 

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


interface CATIGSMNear

Interface to near feature.
Role: Allows you to choose a connexe feature from a none connexe feature result. A reference element is given, the nearest criterium to the reference is used

See also:
CATIGSMFactory.CreateNear


Method Index


o GetMultiElem(CATISpecObject_var&)
Gets multiple element.
o GetReferenceElem(CATISpecObject_var&)
Gets reference element.
o SetMultiElem(CATISpecObject_var)
Sets multiple elements.
o SetReferenceElem(CATISpecObject_var)
Sets reference element.

Methods


o GetMultiElem
public virtual HRESULT GetMultiElem(CATISpecObject_var& oElem1) = 0
Gets multiple element.
Parameters:
oElem1
feature
o GetReferenceElem
public virtual HRESULT GetReferenceElem(CATISpecObject_var& oElem2) = 0
Gets reference element.
Parameters:
oElem2
feature
o SetMultiElem
public virtual HRESULT SetMultiElem( const CATISpecObject_var iElem1) = 0
Sets multiple elements.
Parameters:
iElem1
feature
o SetReferenceElem
public virtual HRESULT SetReferenceElem( const CATISpecObject_var iElem2) = 0
Sets reference element.
Parameters:
iElem2
feature

This object is included in the file: CATIGSMNear.h
If needed, your Imakefile.mk should include the module: CATGitInterfaces

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