Functions
Get_Polyhedron_XXX

Functions

HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Point_Count (HIC_Polyhedron const *phon)
 
HC_EXTERNAL HIC_API HIC_Point
const * 
HIC_Get_Polyhedron_Points (HIC_Polyhedron const *phon)
 
HC_EXTERNAL HIC_API int * HIC_Get_Polyhedron_Shell_Face_List (HIC_Polyhedron const *phon)
 
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Shell_Face_List_Length (HIC_Polyhedron const *phon)
 
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Face_Count (HIC_Polyhedron const *phon)
 

Detailed Description

Function Documentation

HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Face_Count ( HIC_Polyhedron const *  phon)
Parameters
phonA pointer to a const HIC_Polyhedron.
Returns
An int.

This function returns the number of faces in a polygedron as an int.

HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Point_Count ( HIC_Polyhedron const *  phon)
Parameters
phonA pointer to a const HIC_Polyhedron.
Returns
An int, the number of points in a polyhedron.

This function returns the number of points in a polyhedron as an int.

HC_EXTERNAL HIC_API HIC_Point const* HIC_Get_Polyhedron_Points ( HIC_Polyhedron const *  phon)
Parameters
phonA pointer to a const HIC_Polyhedron.
Returns
A const pointer to a HIC_Point.

This function returns polyhedron points.

HC_EXTERNAL HIC_API int* HIC_Get_Polyhedron_Shell_Face_List ( HIC_Polyhedron const *  phon)
Parameters
phonA pointer to a const HIC_Polyhedron.
Returns
A pointer to an int.

This function returns a polyhedron shell face list.

HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Shell_Face_List_Length ( HIC_Polyhedron const *  phon)
Parameters
phonA pointer to a const HIC_Polyhedron.
Returns
An int.

This function returns the length of the polyhedron shell face list as an int.