Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

799dfa52 9957 bd48 96d8 a375198eb2c0

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPath.Polyline Class

netDxf 3.0.0 Library

Represents a polyline edge of a HatchBoundaryPath.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class Polyline : HatchBoundaryPath.Edge

VB

Public Class Polyline
	Inherits HatchBoundaryPath.Edge

C++

public ref class Polyline : public HatchBoundaryPath.Edge

F#

type Polyline = 
    class
        inherit HatchBoundaryPath.Edge
    end
Inheritance Object → HatchBoundaryPath.Edge → HatchBoundaryPath.Polyline

Constructors

HatchBoundaryPath.Polyline() Initializes a new instance of the HatchBoundaryPath.Polyline class.
HatchBoundaryPath.Polyline(EntityObject) Initializes a new instance of the HatchBoundaryPath.Polyline class.

Methods

Clone Clones the actual edge.
(Overrides HatchBoundaryPath.Edge.Clone())
ConvertFrom Initializes a new instance of the HatchBoundaryPath.Polyline class.
ConvertTo Converts the actual edge to its entity equivalent.
(Overrides HatchBoundaryPath.Edge.ConvertTo())
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Explode Decompose the actual polyline in its internal entities, lines and arcs.
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Fields

IsClosed Gets if the polyline is closed.
Type Gets the HatchBoundaryPath edge type
(Inherited from HatchBoundaryPath.Edge)
Vertexes Gets or sets the list of polyline vertexes.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally