CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Typedefs | Enumerations
HatchPattern.h File Reference
#include "TD_PackPush.h"
#include "Ge/GePoint2d.h"
#include "Ge/GeVector2d.h"
#include "Ge/GeDoubleArray.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdHatchPatternLine
 

Typedefs

typedef OdArray< OdHatchPatternLineOdHatchPattern
 

Enumerations

enum  OdGeIslandStyle { OdGeIslandStyle_Normal = 0 , OdGeIslandStyle_Outer = 1 , OdGeIslandStyle_Ignore = 2 }
 

Typedef Documentation

◆ OdHatchPattern

This template class is a specialization of the OdArray class for OdHatchPatternLine objects.

Definition at line 103 of file HatchPattern.h.

Enumeration Type Documentation

◆ OdGeIslandStyle

Defines OdDbHatch island types detection.

Enumerator
OdGeIslandStyle_Normal 

Hatches from the outermost boundary, and toggles with each boundary encountered.

OdGeIslandStyle_Outer 

Hatches from the outermost boundary, and turns off at the first boundary encountered.

OdGeIslandStyle_Ignore 

Hatches from the outermost boundary, and ignores all boundaries encountered.

Definition at line 39 of file HatchPattern.h.