class HT_Hatch_Pattern


See Also

HT_Hatch_Pattern_Data and HT_Parallel_line_Set. For more information, see the section, "User Defined Hatch Patterns" in "Chapter 2, "Renditions," and HT_Rendition hatch_pattern. Access Methods
count
The number of values in the array of floats.
line_sets
The pattern definition.


Constructor

HT_Hatch_Pattern
 



HT_Hatch_Pattern::count

Purpose

The number of values in the array of floats. Synopsis
int count (void) const
Details The count can be as long as necessary.
HT_Hatch_Pattern::HT_Hatch_Pattern

Purpose

Constructs an HT_Hatch_Pattern object. Synopsis
HT_Hatch_Pattern ()
HEIDI_API HT_Hatch_Pattern (int count, HT_Parallel_Line_Set const * sets,
                                    HT_Boolean copy = HK_True)
Details .



HT_Hatch_Pattern::line_sets

Purpose

The pattern definition which consists of a count and array of floats. Synopsis
HT_Parallel_Line_Set const * line_sets (void) const
Details For more information see class HT_Parallel_Line_Set.