All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VisualizationBase Class CATGraphicElementNormale

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

Usage: you must use this class as is. You should never derive it.


public class CATGraphicElementNormale

Class holding the normal coordinates of the intersection point.
Used by CATGraphicPathElement to store information of the selection
normal point on a graphic element.
Uses the direction variable to set/get normal values.

See also:
CATGraphicPathElement


Constructor and Destructor Index


o CATGraphicElementNormale(CATMathDirection)
Constructor.
o ~CATGraphicElementNormale()

Method Index


o ClassId()
Returns the class identifier for which the given object is an instance.

Data Member Index


o direction
The normal at the intersection with graphic element.

Constructor and Destructor


o CATGraphicElementNormale
public CATGraphicElementNormale(CATMathDirection iDirection)
Constructor.
Parameters:
iDirection
The normal at the intersection with graphic element.
o ~CATGraphicElementNormale
public virtual ~CATGraphicElementNormale()

Methods


o ClassId
public static const CLSID & __stdcall ClassId()
Returns the class identifier for which the given object is an instance.

Data Members


o direction
  public CATMathDirection direction
The normal at the intersection with graphic element.

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

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