Q3Mesh_GetVertexCoordinates
You can use theQ3Mesh_GetVertexCoordinates
function to get the coordinates of a vertex of a mesh.
TQ3Status Q3Mesh_GetVertexCoordinates ( TQ3GeometryObject mesh, TQ3MeshVertex vertex, TQ3Point3D *coordinates);
mesh
- A mesh.
vertex
- A mesh vertex.
coordinates
- On exit, the coordinates of the specified mesh vertex.
DESCRIPTION
TheQ3Mesh_GetVertexCoordinates
function returns, in thecoordinates
parameter, the coordinates of the mesh vertex specified by themesh
andvertex
parameters.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help