Q3Mesh_ContourToFace
function to convert a mesh contour into a mesh face.
TQ3MeshFace Q3Mesh_ContourToFace ( TQ3GeometryObject mesh, TQ3MeshContour contour);mesh
A mesh.contour
A mesh contour. On exit, this contour is no longer a valid object.
Q3Mesh_ContourToFace
function returns, as its function result, a mesh face that is the result of removing the mesh contour specified by the mesh
and contour
parameters from its containing face. (You can call the Q3Mesh_GetContourFace
function to determine the face that contains a mesh contour; see page 4-138.) If a new face could not be created, Q3Mesh_ContourToFace
returns the value NULL
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker