Object ProFacet

Function ProFacetNormalGet


Description
Obtains the facet's normal vector.
Synopsis
#include <ProFacet.h>
ProErrorProFacetNormalGet(
ProFacet facet
/* (In)
The facet.
*/
ProVector normal
/* (Out)
The normal for the given facet.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: 3D Geometry: Accessing Facet Properties