LiMeshingRefinementDebug

FunctionLtStatus
LiMeshingRefinementDebug( LtMeshingRefinement debug_me
)
Synopsis Output debug information, on the specified meshing refinement, to the diagnostic stream.
Locationligeops
Parameters
debug_me The meshing refinement to be debugged.
Return Value An indication of success, error or failure.

Description Allows us to debug a meshing refinement that has previously been created using either LiMeshingRefinementCreate or LiMeshingRefinementCopy. All output is directed to the diagnostic output stream.

Attempting to debug a NULL refinement, will result in failure. Similarly for a refinement that has already been destroyed, using LiMeshingRefinementDestroy.

Example
/*
 * Debug a meshing refinement that I am concerned about
 */
status = LiMeshingRefinementDebug(problem_ref);
if ( not status )
   /* error */

See Also LiPrimitiveTriangulate
LiPrimitiveHierarchicalTriangulate
LiMeshingRefinementUnSetCriterion
LiMeshingRefinementSetCriterion
LiMeshingRefinementCriterionState
LiMeshingRefinementGetCriterion
LiPrimitiveSetMeshingRefinement
LiPrimitiveGetMeshingRefinement
LiMeshingRefinementCreate
LiMeshingRefinementDestroy
LiMeshingRefinementCopy


Copyright © 1990-1998, 1999 LightWork Design Limited. All rights reserved