CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
HatchPattern.h File Reference
#include "TD_PackPush.h"
#include "Ge/GePoint2d.h"
#include "Ge/GeVector2d.h"
#include "Ge/GeDoubleArray.h"
#include "CmEntityColorArray.h"
#include "Int32Array.h"
#include "UInt8Array.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

struct  OdGeShellData
 
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 117 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 53 of file HatchPattern.h.