Show / Hide Table of Contents

Class HatchBoundaryPath.Edge

Base class for all types of HatchBoundaryPath edges.

Inheritance
System.Object
HatchBoundaryPath.Edge
HatchBoundaryPath.Arc
HatchBoundaryPath.Ellipse
HatchBoundaryPath.Line
HatchBoundaryPath.Polyline
HatchBoundaryPath.Spline
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 Source

Edge(HatchBoundaryPath.EdgeType)

Declaration
protected Edge(HatchBoundaryPath.EdgeType type)
Parameters
Type Name Description
HatchBoundaryPath.EdgeType type

Fields

| Improve this Doc View Source

Type

Gets the HatchBoundaryPath edge type

Declaration
public readonly HatchBoundaryPath.EdgeType Type
Field Value
Type Description
HatchBoundaryPath.EdgeType

Methods

| Improve this Doc View Source

Clone()

Clones the actual edge.

Declaration
public abstract object Clone()
Returns
Type Description
System.Object

A copy of the actual edge.

| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX