Object ProFacetvertex

Function ProFacetvertexPointGet


Description
Obtains the facet vertex location.
Synopsis
#include <ProFacet.h>
ProErrorProFacetvertexPointGet(
ProFacetVertex vertex
/* (In)
The facet vertex
*/
ProPoint3d point
/* (Out)
The location of the vertex.
*/
)
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
  2. Core: 3D Geometry: Accessing Facet Properties