Show_Polyline_XXX
Functions
int |
|
HIC_Point const * |
Detailed Description
- group Show_Polyline_XXX
Function Documentation
-
int HIC_Show_Polyline_Count(HIC_Polyline const *polyline)
This function lets you determine the defining parameters of a given polyline.
- Parameters:
polyline – A pointer to a const HIC_Polyline.
- Returns:
An int. The returned vertices are given with respect to object coordinates.
-
HIC_Point const *HIC_Show_Polyline_Points(HIC_Polyline const *polyline)
This function returns the points of a HOOPS polyline data structure.
- Parameters:
polyline – A pointer to a const HIC_Polyline.
- Returns:
A pointer to a const HIC_Point.