Skip to content

ACadSharp.Entities.Hatch

Albert Domenech edited this page Oct 3, 2024 · 6 revisions

Hatch Class

Represents a entity.

Remarks

Object name
Dxf class name

Definition

Namespace: ACadSharp.Entities

C#

DxfNameAttribute
DxfSubClassAttribute
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
List<BoundaryPath> 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
List<XY> SeedPoints Seed points codes (in OCS)
HatchStyleType Style Hatch style.
String SubclassMarker

Methods

Returns Name Summary
CadObject Clone
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
Clone this wiki locally