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,CATMathPoint&)
Returns the position of the vertex.
o Get(int,double&,double&,double&)
Returns the vertex coordinates.

Methods


o Get
public virtual Get( v,
oPosition)
Returns the position of the vertex.
Parameters:
v
The index of the vertex.
oPosition
The position of the vertex.
o Get
public virtual Get( v,
x,
y,
z)
Returns the vertex coordinates.
Parameters:
v
The index of the vertex.
x,
y, z The position of the vertex.

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

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