Description | ||||||||
Identifies if the given surface is a datum plane. | ||||||||
Synopsis | ||||||||
#include <ProSurface.h> | ||||||||
ProError | ProSurfaceIsDatumPlane | ( | ||||||
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 | ||||||||
|