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)
 

Detailed Description

Function Documentation

◆ HIC_Show_Polyline_Count()

HC_EXTERNAL HIC_API int HIC_Show_Polyline_Count ( HIC_Polyline const *  polyline)
Parameters
polylineA 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.

◆ HIC_Show_Polyline_Points()

HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Polyline_Points ( HIC_Polyline const *  polyline)
Parameters
polylineA 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.