Class HatchCodes
The HatchGroupCodes. Dxflib.Entities.Hatch
Inherited Members
Namespace: Dxflib.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class HatchCodes : GroupCodesBase
Fields
| Improve this Doc View SourceAssociativityFlag
Associativity flag (0 = non-associative; 1 = associative); for MPolygon, solid-fill flag (0 = lacks solid fill; 1 = has solid fill)
Declaration
public const string AssociativityFlag = " 71"
Field Value
Type | Description |
---|---|
System.String |
EdgeType
Edge Type (Only if boundary is not a polyline) 1 = Line 2 = Circular Arc 3 = Elliptical Arc 4 = Spline
Declaration
public const string EdgeType = " 72"
Field Value
Type | Description |
---|---|
System.String |
HatchPatternAngle
Hatch Pattern Angle (pattern fill only)
Declaration
public const string HatchPatternAngle = " 52"
Field Value
Type | Description |
---|---|
System.String |
HatchPatternName
Hatch pattern name
Declaration
public const string HatchPatternName = " 2"
Field Value
Type | Description |
---|---|
System.String |
HatchPatternScale
Hatch Pattern Scale or spacing (pattern fill only)
Declaration
public const string HatchPatternScale = " 41"
Field Value
Type | Description |
---|---|
System.String |
HatchPatternType
Hatch Pattern type 0 = User defined 1 = Predefined 2 = Custom
Declaration
public const string HatchPatternType = " 76"
Field Value
Type | Description |
---|---|
System.String |
HatchStyle
Hatch style: 0 = Hatch “odd parity” area (Normal style) 1 = Hatch outermost area only (Outer style) 2 = Hatch through entire area (Ignore style)
Declaration
public const string HatchStyle = " 75"
Field Value
Type | Description |
---|---|
System.String |
NumberOfBoundaryLoops
Number of boundary paths (loops)
Declaration
public const string NumberOfBoundaryLoops = " 91"
Field Value
Type | Description |
---|---|
System.String |
NumberOfEdgesInBoundary
Number of edges in this boundary path (only if boundary is not a polyline)
Declaration
public const string NumberOfEdgesInBoundary = " 93"
Field Value
Type | Description |
---|---|
System.String |
NumberOfPatternDefLines
Number of Pattern Definition Lines
Declaration
public const string NumberOfPatternDefLines = " 78"
Field Value
Type | Description |
---|---|
System.String |
SolidFillFlag
Solid fill flag (0 = pattern fill; 1 = solid fill); for MPolygon, the version of MPolygon
Declaration
public const string SolidFillFlag = " 70"
Field Value
Type | Description |
---|---|
System.String |
SourceObjectsCount
Number of source objects, SoftPointer
Declaration
public const string SourceObjectsCount = " 97"
Field Value
Type | Description |
---|---|
System.String |
StartMarker
The Start Marker of the Hatch Entity
Declaration
public const string StartMarker = "HATCH"
Field Value
Type | Description |
---|---|
System.String |