Show_Polyline_XXX

Functions

int

HIC_Show_Polyline_Count

HIC_Point *

HIC_Show_Polyline_Points

Detailed Description

group Show_Polyline_XXX

Function Documentation

int HIC_Show_Polyline_Count(HIC_Polyline *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 *HIC_Show_Polyline_Points(HIC_Polyline *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.