Category Geometry items, Object ProSurface

Function ProSurfaceIsDatumPlane


Description
Identifies if the given surface is a datum plane.
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceIsDatumPlane(
ProSolid p_solid
/* (In)
The surface owner.
*/
ProSurface p_surface
/* (In)
The surface.
*/
ProBoolean* p_is_datum_plane
/* (Out)
PRO_B_TRUE if the surface is a datum plane, PRO_B_FALSE if the surface is a solid or quilt surface.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: 3D Geometry: Geometry of Surfaces
  2. Core: 3D Geometry: Geometry of Surfaces