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