API 文件集 > Miscellaneous > Object ProFacet > Function ProFacetNormalGet
Function ProFacetNormalGet
Description
Obtains the facet's normal vector.
Synopsis
#include <ProFacet.h>
ProFacetNormalGet
(
ProFacet facet
/* (In)
The facet.
*/
ProVector normal
/* (Out)
The normal for the given facet.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
這是否有幫助?