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
Public MustInherit Class Edge
Implements ICloneable
public ref class Edge abstract : ICloneable
[<AbstractClassAttribute>]
type Edge =
class
interface ICloneable
end
ABSTRACT CLASS Edge IMPLEMENTS ICloneable
The HatchBoundaryPathEdge type exposes the following members.
Methods
| Name | Description |
---|
| Clone |
Creates a new Edge that is a copy of the current instance.
|
| ConvertTo |
Converts the edge to entity object.
|
TopFields
| Name | Description |
---|
| Type |
The edge type.
|
TopSee Also