Object
ProFacet
Function ProFacetNormalGet
Description
Obtains the facet's normal vector.
Synopsis
#include <
ProFacet.h
>
ProError
ProFacetNormalGet
(
ProFacet
facet
/* (In)
The facet.
*/
ProVector
normal
/* (Out)
The normal for the given facet.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Core: 3D Geometry: Accessing Facet Properties