API 설명서 > Miscellaneous > Object ProFacet > Function ProFacetVerticesGet
Function ProFacetVerticesGet
Description
Obtains the vertices for the given facet.
Synopsis
#include <ProFacet.h>
ProFacetVerticesGet
(
ProFacet facet
/* (In)
The facet.
*/
ProFacetVertex vertices[3]
/* (Out)
The facet vertices.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?