Click or drag to resize

HatchPatternLineDefinition Class

Defines a single line thats is part of a hatch pattern.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesHatchPatternLineDefinition

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class HatchPatternLineDefinition : ICloneable

The HatchPatternLineDefinition type exposes the following members.

Constructors
  NameDescription
Public methodHatchPatternLineDefinition
Initializes a new instance of the HatchPatternLineDefinition class.
Top
Properties
  NameDescription
Public propertyAngle
Gets or sets the angle of the line.
Public propertyDashPattern
Gets he dash pattern of the line it is equivalent as the segments of a Linetype.
Public propertyDelta
Gets or sets the local displacements between lines of the same family.
Public propertyOrigin
Gets or sets the origin of the line.
Top
Methods
  NameDescription
Public methodClone
Creates a new HatchPatternLineDefinition that is a copy of the current instance.
Top
See Also