All Frameworks Class Hierarchy This Framework Indexes
PolyhedralInterfaces Interface CATIPolySurfaceVertexNormalConstLayer
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPolySurfaceVertexNormalConstLayer
Interface to a surface vertex normal const layer.
Given a surface vertex, this interface returns its normal.
Method Index
- o
Get(int,CATMathVector&)
- Return the normal defined at a vertex.
Methods
o Get
| public virtual Get( | | iVertex, |
| | oNormal) |
-
Return the normal defined at a vertex.
- Parameters:
-
- v
- The index of the vertex.
- oNormal
- The normal at the vertex.
- Returns:
- S_OK if the index maps to a valid vertex and E_FAIL otherwise.
This object is included in the file: CATIPolySurfaceVertexNormalConstLayer.h
If needed, your Imakefile.mk should include the module: CATPolyhedralInterfaces