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

3c054462 e92e f5a3 050d 99bd6bbd751e

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPath.Arc Class

netDxf 3.0.0 Library

Represents an arc edge of a HatchBoundaryPath.

Definition

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

C#

public class Arc : HatchBoundaryPath.Edge

VB

Public Class Arc
	Inherits HatchBoundaryPath.Edge

C++

public ref class Arc : public HatchBoundaryPath.Edge

F#

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

Constructors

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

Methods

Clone Clones the actual edge.
(Overrides HatchBoundaryPath.Edge.Clone())
ConvertFrom Initializes a new instance of the HatchBoundaryPath.Arc 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)
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

Center Gets or set the center of the arc.
EndAngle Gets or sets the end angle of the arc.
IsCounterclockwise Gets or sets if the arc is counter clockwise.
Radius Gets or sets the radius of the arc.
StartAngle Gets or sets the start angle of the arc.
Type Gets the HatchBoundaryPath edge type
(Inherited from HatchBoundaryPath.Edge)

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally