Polygon


Functions

HC_EXTERNAL HIC_API float HIC_Show_Edge_Color_Blue (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Edge_Color_Green (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Edge_Color_Red (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Edge_Contrast_Color_Blue (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Edge_Contrast_Color_Green (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Edge_Contrast_Color_Red (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API char HIC_Show_Edge_Pattern (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API const char * HIC_Show_Edge_Style (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API int HIC_Show_Edge_Weight (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Back_Color_Blue (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Back_Color_Green (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Back_Color_Red (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Color_Blue (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Color_Green (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Color_Red (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Contrast_Color_Blue (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Contrast_Color_Green (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Face_Contrast_Color_Red (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_RGB const * HIC_Show_Face_Material_Diffuse_Color (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API char HIC_Show_Face_Pattern (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Edge_Color (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Edge_Contrast_Color (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Face_Back_Color (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Face_Color (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Face_Contrast_Color (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API int HIC_Show_Polygon_Visibility (HIC_Rendition const *nr)

Function Documentation

HC_EXTERNAL HIC_API float HIC_Show_Edge_Color_Blue ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the blue component of the edge color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Edge_Color_Green ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the green component of the edge color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Edge_Color_Red ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the red component of the edge color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Edge_Contrast_Color_Blue ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the blue component of the edge contrast color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Edge_Contrast_Color_Green ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the green component of the edge contrast color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Edge_Contrast_Color_Red ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the red component of the edge contrast color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API char HIC_Show_Edge_Pattern ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A char.
This function returns the edge line patterns as a symbolic constants.

HC_EXTERNAL HIC_API const char* HIC_Show_Edge_Style ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A constant char pointer.
This function returns the edge style.

HC_EXTERNAL HIC_API int HIC_Show_Edge_Weight ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
An int.
This function returns the edge weight (width in pixels) as an int.

HC_EXTERNAL HIC_API float HIC_Show_Face_Back_Color_Blue ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the blue component of the face back color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Back_Color_Green ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the green component of the face back color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Back_Color_Red ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the red component of the face back color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Color_Blue ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the blue component of the face color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Color_Green ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the green component of the face color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Color_Red ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the red component of the face color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Contrast_Color_Blue ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the blue component of the face contrast color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Contrast_Color_Green ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the green component of the face contrast color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Face_Contrast_Color_Red ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the red component of the face contrast color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API HIC_RGB const* HIC_Show_Face_Material_Diffuse_Color ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A pointer to a const HIC_RGB, a structure of three floats, each between zero and one.
This function returns the internal representation of the face material diffuse color.

HC_EXTERNAL HIC_API char HIC_Show_Face_Pattern ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A char.
This function returns the face pattern as a char.

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Edge_Color ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Integer32.
This function returns the internal representation of the edge color.

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Edge_Contrast_Color ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
HIC_Integer32.
This function returns the internal representation of the edge contrast color.

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Face_Back_Color ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Integer32.
This function returns the internal representation of the face back color.

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Face_Color ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Integer32.
This function returns the internal representation of the face color.

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Face_Contrast_Color ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Integer32.
This function returns the internal representation of the face contrast color.

HC_EXTERNAL HIC_API int HIC_Show_Polygon_Visibility ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
An int.
See also:
HIC_Set_Visibility, HIC_Show_Visibility

HOOPS/3dGS I.M. Interface

     Full Index