Get_Polyhedron_XXX
Functions | |
HC_EXTERNAL HIC_API int | HIC_Get_Polyhedron_Face_Count (HIC_Polyhedron const *phon) |
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) |
Detailed Description
Function Documentation
◆ HIC_Get_Polyhedron_Face_Count()
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Face_Count | ( | HIC_Polyhedron const * | phon | ) |
- Parameters
-
phon A pointer to a const HIC_Polyhedron.
- Returns
- An int.
This function returns the number of faces in a polygedron as an int.
◆ HIC_Get_Polyhedron_Point_Count()
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Point_Count | ( | HIC_Polyhedron const * | phon | ) |
- Parameters
-
phon A 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.
◆ HIC_Get_Polyhedron_Points()
HC_EXTERNAL HIC_API HIC_Point const* HIC_Get_Polyhedron_Points | ( | HIC_Polyhedron const * | phon | ) |
- Parameters
-
phon A pointer to a const HIC_Polyhedron.
- Returns
- A const pointer to a HIC_Point.
This function returns polyhedron points.
◆ HIC_Get_Polyhedron_Shell_Face_List()
HC_EXTERNAL HIC_API int* HIC_Get_Polyhedron_Shell_Face_List | ( | HIC_Polyhedron const * | phon | ) |
- Parameters
-
phon A pointer to a const HIC_Polyhedron.
- Returns
- A pointer to an int.
This function returns a polyhedron shell face list.
◆ HIC_Get_Polyhedron_Shell_Face_List_Length()
HC_EXTERNAL HIC_API int HIC_Get_Polyhedron_Shell_Face_List_Length | ( | HIC_Polyhedron const * | phon | ) |
- Parameters
-
phon A pointer to a const HIC_Polyhedron.
- Returns
- An int.
This function returns the length of the polyhedron shell face list as an int.