CATMecModUseItf Interface 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:
- a feature anchor point,
- a feature reference normal.
Method Index
- o
GetAnchorPoint(CATMathPoint&)
- Retrieves the feature anchor point.
- o
GetReferenceNormal(CATMathDirection&)
- Retrieves the feature reference normal.
Methods
o GetAnchorPoint
public virtual GetAnchorPoint( | | oAnchorPoint) |
-
Retrieves the feature anchor point.
- Parameters:
-
- oAnchorPoint
- The feature anchor point.
o GetReferenceNormal
public virtual GetReferenceNormal( | | oRefNormal) |
-
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: CATMecModUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.