Q3Mesh_GetOrientable
You can use theQ3Mesh_GetOrientablefunction to determine whether the faces of a mesh can be consistently oriented.
TQ3Status Q3Mesh_GetOrientable ( TQ3GeometryObject mesh, TQ3Boolean *orientable);
mesh- A mesh.
orientable- On exit, a Boolean value that indicates whether the faces of the specified mesh can be consistently oriented.
DESCRIPTION
TheQ3Mesh_GetOrientablefunction returns, in theorientableparameter, the valuekQ3Trueif the faces of the mesh specified by themeshparameter can be consistently oriented;Q3Mesh_GetOrientablereturnskQ3Falseotherwise. For example, the faces of a tessellated Möbius strip or a Klein bottle cannot be consistently oriented.SPECIAL CONSIDERATIONS
TheQ3Mesh_GetOrientablefunction might not accurately report the orientation state of a mesh if called while mesh updating is delayed (that is, after a call toQ3Mesh_DelayUpdatesbut before the matching call toQ3Mesh_ResumeUpdates).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help