Click or drag to resize

HatchBoundaryPathEdge Class

Represents a boundary edge.
Inheritance Hierarchy

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

The HatchBoundaryPathEdge type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new Edge that is a copy of the current instance.
Public methodConvertTo
Converts the edge to entity object.
Top
Fields
  NameDescription
Public fieldType
The edge type.
Top
See Also