Documentación de la API > Geometry items > Object ProSurface > Function ProSurfaceIsDatumPlane
Function ProSurfaceIsDatumPlane
Description
Identifies if the given surface is a datum plane.
Synopsis
#include <ProSurface.h>
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
The function succeeded.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?