Click or drag to resize

HatchBoundaryPath.Line Class

Represents a line boundary.
Inheritance Hierarchy
System.Object
  DXFReaderNET.Entities.HatchBoundaryPath.Edge
    DXFReaderNET.Entities.HatchBoundaryPath.Line

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public class Line : HatchBoundaryPath.Edge

The HatchBoundaryPath.Line type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Public fieldEnd
Gets or sets the line end point.
Public fieldStart
Gets or sets the line start point.
Public fieldType
The edge type.
(Inherited from HatchBoundaryPath.Edge.)
Top
See Also