ACadSharp.Entities.Hatch - DomCR/ACadSharp GitHub Wiki

Hatch Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

public class Hatch

Properties

Returns Name Summary
Double Elevation The current elevation of the object.
HatchGradientPattern GradientColor Gradient color pattern, if exists
Boolean IsAssociative Associativity flag
Boolean IsDouble Hatch pattern double flag (pattern fill only)
Boolean IsSolid Solid fill flag
XYZ Normal Specifies the three-dimensional normal unit vector for the object.
String ObjectName
ObjectType ObjectType
List1` Paths Boundary paths (loops)
HatchPattern Pattern Pattern of this hatch.
Double PatternAngle Hatch pattern angle (pattern fill only)
Double PatternScale Hatch pattern scale or spacing(pattern fill only)
HatchPatternType PatternType Hatch pattern type
Double PixelSize Pixel size used to determine the density to perform various intersection and ray casting operations in hatch pattern computation for associative hatches and hatches created with the Flood method of hatching
List1` SeedPoints Seed points codes (in OCS)
HatchStyleType Style Hatch style
String SubclassMarker

Methods

Returns Name Summary
CadObject Clone
⚠️ **GitHub.com Fallback** ⚠️