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&)
Returns the normal defined at a vertex.
o Get(int,double&,double&,double&)
Returns the components of the normal.

Methods


o Get
public virtual Get( v,
oNormal)
Returns the normal defined at a vertex.
Parameters:
v
The index of the vertex.
oNormal
The normal at the vertex.
o Get
public virtual Get( v,
nx,
ny,
nz)
Returns the components of the normal.
Parameters:
v
The index of a valid vertex.
nx,
ny, nz The three components of the normal.

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

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