All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

AnalysisMeshingModel Interface CATIMSHSelectedElement

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

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


interface CATIMSHSelectedElement

Interface used to select a finite element.

See also:
CATMSHElement


Method Index


o GetElement()
Returns the selected finite element.
o GetPickPoint(double[3])
Retreives the picking point on the finite element.

Methods


o GetElement
public virtual CATMSHElement * GetElement()const = 0
Returns the selected finite element.
o GetPickPoint
public virtual void GetPickPoint(double[3] Coors)const = 0
Retreives the picking point on the finite element.
Parameters:
ioCoordinates
Array containing the picking coordinates on the finite element in the following order: X, Y, Z.

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

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