Get_Polyhedron_XXX

Detailed Description

group Get_Polyhedron_XXX

Function Documentation

int HIC_Get_Polyhedron_Point_Count(HIC_Polyhedron const *phon)

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

Parameters:phon – A pointer to a const HIC_Polyhedron.
Returns:An int, the number of points in a polyhedron.
HIC_Point const *HIC_Get_Polyhedron_Points(HIC_Polyhedron const *phon)

This function returns polyhedron points.

Parameters:phon – A pointer to a const HIC_Polyhedron.
Returns:A const pointer to a HIC_Point.
int *HIC_Get_Polyhedron_Shell_Face_List(HIC_Polyhedron const *phon)

This function returns a polyhedron shell face list.

Parameters:phon – A pointer to a const HIC_Polyhedron.
Returns:A pointer to an int.
int HIC_Get_Polyhedron_Shell_Face_List_Length(HIC_Polyhedron const *phon)

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

Parameters:phon – A pointer to a const HIC_Polyhedron.
Returns:An int.
int HIC_Get_Polyhedron_Face_Count(HIC_Polyhedron const *phon)

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

Parameters:phon – A pointer to a const HIC_Polyhedron.
Returns:An int.