-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.Entities.Hatch
Albert Domenech edited this page Oct 3, 2024
·
6 revisions
Represents a entity.
Object name
Dxf class name
Namespace: ACadSharp.Entities
C#
DxfNameAttribute
DxfSubClassAttribute
public class Hatch
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 |
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions