Show / Hide Table of Contents

Class HatchCodes

The HatchGroupCodes. Dxflib.Entities.Hatch

Inheritance
System.Object
GroupCodesBase
HatchCodes
Inherited Members
GroupCodesBase.EntityType
GroupCodesBase.LayerName
GroupCodesBase.Handle
GroupCodesBase.SoftPointer
GroupCodesBase.HardPointer
GroupCodesBase.SubclassMarker
GroupCodesBase.Thickness
GroupCodesBase.XPoint
GroupCodesBase.XPointEnd
GroupCodesBase.YPoint
GroupCodesBase.YPointEnd
GroupCodesBase.ZPoint
GroupCodesBase.ZPointEnd
GroupCodesBase.ExtrusionDirectionX
GroupCodesBase.ExtrusionDirectionY
GroupCodesBase.ExtrusionDirectionZ
GroupCodesBase.EndSectionMarker
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class HatchCodes : GroupCodesBase

Fields

| Improve this Doc View Source

AssociativityFlag

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
| Improve this Doc View Source

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
| Improve this Doc View Source

HatchPatternAngle

Hatch Pattern Angle (pattern fill only)

Declaration
public const string HatchPatternAngle = " 52"
Field Value
Type Description
System.String
| Improve this Doc View Source

HatchPatternName

Hatch pattern name

Declaration
public const string HatchPatternName = "  2"
Field Value
Type Description
System.String
| Improve this Doc View Source

HatchPatternScale

Hatch Pattern Scale or spacing (pattern fill only)

Declaration
public const string HatchPatternScale = " 41"
Field Value
Type Description
System.String
| Improve this Doc View Source

HatchPatternType

Hatch Pattern type 0 = User defined 1 = Predefined 2 = Custom

Declaration
public const string HatchPatternType = " 76"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

NumberOfBoundaryLoops

Number of boundary paths (loops)

Declaration
public const string NumberOfBoundaryLoops = " 91"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

NumberOfPatternDefLines

Number of Pattern Definition Lines

Declaration
public const string NumberOfPatternDefLines = " 78"
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

SourceObjectsCount

Number of source objects, SoftPointer

Declaration
public const string SourceObjectsCount = " 97"
Field Value
Type Description
System.String
| Improve this Doc View Source

StartMarker

The Start Marker of the Hatch Entity

Declaration
public const string StartMarker = "HATCH"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX