Function Index Class Index

Show_Polyline_XXX


Functions

HC_EXTERNAL HIC_API int HIC_Show_Polyline_Count (HIC_Polyline const *polyline)
HC_EXTERNAL HIC_API HIC_Point
const * 
HIC_Show_Polyline_Points (HIC_Polyline const *polyline)

Function Documentation

HC_EXTERNAL HIC_API int HIC_Show_Polyline_Count ( HIC_Polyline const *  polyline  ) 

Parameters:
polyline A pointer to a const HIC_Polyline.
Returns:
An int. The returned vertices are given with respect to object coordinates.
This function lets you determine the defining parameters of a given polyline.

HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Polyline_Points ( HIC_Polyline const *  polyline  ) 

Parameters:
polyline A pointer to a const HIC_Polyline.
Returns:
A pointer to a const HIC_Point.
This function returns the points of a HOOPS polyline data structure.