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