int PEXOCCComputeQuadrilateralMeshShapeHint( PEXOCC context, unsigned int col_count, unsigned int row_count, PEXPointer vertex_data )
Shape hint; one of the following: PEXShapeComplex, PEXShapeNonConvex, PEXShapeConvex, PEXShapeUnknown.
Invoke PEXOCCComputeQuadrilateralMeshShapeHint to compute the shape hint for all quads of a quadrilateral mesh and return it as the function return value.
If this function cannot determine a shape hint because of invalid or degenerate vertex data, the function will return the least optimistic hint, PEXShapeUnknown. If the shape hint for any two quads in the mesh is different, the function returns PEXShapeUnknown. This function does not perform a planarity check, so it returns a hint that may be invalid for non-planar fill area sets.
None.
For a list of utilities that compute shape hints, see Computing Shape Hints. For a list of related topics, see PEXlib Utilities.