Class HatchBoundaryPath.Edge
Base class for all types of HatchBoundaryPath edges.
Inheritance
System.Object
HatchBoundaryPath.Edge
Implements
System.ICloneable
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()
Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
public abstract class Edge : ICloneable
Constructors
| Improve this Doc View SourceEdge(HatchBoundaryPath.EdgeType)
Declaration
protected Edge(HatchBoundaryPath.EdgeType type)
Parameters
| Type | Name | Description |
|---|---|---|
| HatchBoundaryPath.EdgeType | type |
Fields
| Improve this Doc View SourceType
Gets the HatchBoundaryPath edge type
Declaration
public readonly HatchBoundaryPath.EdgeType Type
Field Value
| Type | Description |
|---|---|
| HatchBoundaryPath.EdgeType |
Methods
| Improve this Doc View SourceClone()
Clones the actual edge.
Declaration
public abstract object Clone()
Returns
| Type | Description |
|---|---|
| System.Object | A copy of the actual edge. |
ConvertTo()
Converts the actual edge to its entity equivalent.
Declaration
public abstract EntityObject ConvertTo()
Returns
| Type | Description |
|---|---|
| EntityObject | An EntityObject equivalent to the actual edge. |
Implements
System.ICloneable