Class HatchBuffer
Inheritance
System.Object
HatchBuffer
Inherited Members
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()
Assembly: Dxflib.dll
Syntax
public class HatchBuffer : EntityBuffer
Constructors
|
Improve this Doc
View Source
HatchBuffer()
The Default Constructor that sets all values to their defaults
Declaration
Properties
|
Improve this Doc
View Source
AssociativityFlag
Declaration
public bool AssociativityFlag { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Boundary
The Boundary of the Hatch
Declaration
public GeoPolyline Boundary { get; }
Property Value
|
Improve this Doc
View Source
BoundaryEdgesCount
Declaration
public int BoundaryEdgesCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
HatchPatternName
Declaration
public string HatchPatternName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HatchStyle
Declaration
public HatchStyles HatchStyle { get; }
Property Value
|
Improve this Doc
View Source
NumberOfLoops
Declaration
public int NumberOfLoops { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NumberOfPatternDefLines
Declaration
public int NumberOfPatternDefLines { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PatternAngle
Declaration
public double PatternAngle { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
PatternScale
Declaration
public double PatternScale { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
PatternType
Declaration
public HatchPatternType PatternType { get; }
Property Value
|
Improve this Doc
View Source
SolidFillFlag
Declaration
public bool SolidFillFlag { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SourceObjectsCount
Declaration
public int SourceObjectsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Parse(TaggedDataList, Int32)
The Parsing Function for the Hatch entity
Declaration
public override bool Parse(TaggedDataList list, int index)
Parameters
Type |
Name |
Description |
TaggedDataList |
list |
The Tagged Data List
|
System.Int32 |
index |
The current index of the list
|
Returns
Type |
Description |
System.Boolean |
|
Overrides