This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 419
799dfa52 9957 bd48 96d8 a375198eb2c0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a polyline edge of a HatchBoundaryPath.
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 |
HatchBoundaryPath.Polyline() | Initializes a new instance of the HatchBoundaryPath.Polyline class. |
HatchBoundaryPath.Polyline(EntityObject) | Initializes a new instance of the HatchBoundaryPath.Polyline class. |
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) |
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. |