Q3Mesh_FaceToContour
function to convert a face of a mesh into a contour. The contour is then attached to another mesh face as a hole.
TQ3MeshContour Q3Mesh_FaceToContour ( TQ3GeometryObject mesh, TQ3MeshFace containerFace, TQ3MeshFace face);mesh
A mesh.containerFace
The mesh face that is to contain the new contour.face
The mesh face that is to be converted into a contour. On exit, this face is no longer a valid object.
Q3Mesh_FaceToContour
function returns, as its function result, a new contour created from the mesh face specified by the mesh
and face
parameters. The new contour is contained in the mesh face specified by the mesh
and containerFace
parameters. If a new contour could not be created, Q3Mesh_FaceToContour
returns the value NULL
.
Q3Mesh_FaceToContour
destroys any attributes associated with the face specified by the face
parameter.<8bat>s
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker