All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

MecModInterfaces Interface CATICharacteristicGeomElem

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

Usage: you can freely reimplement this interface.


interface CATICharacteristicGeomElem

Interface to get basic geometrical knowledge of the element.
Role: This interface allows users to retrieve:


Method Index


o GetAnchorPoint(CATMathPoint&)
Retrieves the feature anchor point.
o GetReferenceNormal(CATMathDirection&)
Retrieves the feature reference normal.

Methods


o GetAnchorPoint
public virtual HRESULT GetAnchorPoint(CATMathPoint& oAnchorPoint) const = 0
Retrieves the feature anchor point.
Parameters:
oAnchorPoint
The feature anchor point.
o GetReferenceNormal
public virtual HRESULT GetReferenceNormal(CATMathDirection& oRefNormal) const = 0
Retrieves the feature reference normal.
Parameters:
oRefNormal
The feature reference normal.

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

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