Q3Mesh_GetVertexOnBoundary
You can use theQ3Mesh_GetVertexOnBoundaryfunction to determine whether a vertex lies on the boundary of a mesh.
TQ3Status Q3Mesh_GetVertexOnBoundary ( TQ3GeometryObject mesh, TQ3MeshVertex vertex, TQ3Boolean *onBoundary);
mesh- A mesh.
vertex- A mesh vertex.
onBoundary- On exit, a Boolean value that indicates whether the specified mesh vertex lies on the boundary of the mesh.
DESCRIPTION
TheQ3Mesh_GetVertexOnBoundaryfunction returns, in theonBoundaryparameter, the valuekQ3Trueif the mesh vertex specified by themeshandvertexparameters lies on the boundary of the mesh.Q3Mesh_GetVertexOnBoundaryreturnskQ3Falseotherwise.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help