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 409
5566d2c3 9b88 f1ac fc8d 1b3e0dff7ce9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a spline edge of a HatchBoundaryPath.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class Spline : HatchBoundaryPath.Edge
VB
Public Class Spline
Inherits HatchBoundaryPath.Edge
C++
public ref class Spline : public HatchBoundaryPath.Edge
F#
type Spline =
class
inherit HatchBoundaryPath.Edge
end
Inheritance | Object → HatchBoundaryPath.Edge → HatchBoundaryPath.Spline |
HatchBoundaryPath.Spline() | Initializes a new instance of the HatchBoundaryPath.Spline class. |
HatchBoundaryPath.Spline(EntityObject) | Initializes a new instance of the HatchBoundaryPath.Spline class. |
Clone | Clones the actual edge. (Overrides HatchBoundaryPath.Edge.Clone()) |
ConvertFrom | Initializes a new instance of the HatchBoundaryPath.Spline 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) |
ControlPoints | Gets or sets the list of control points of the spline. |
Degree | Gets or sets the degree of the spline |
IsPeriodic | Gets or sets if the spline is periodic. |
IsRational | Gets or sets if the spline is rational. |
Knots | Gets or sets the list of knots of the spline. |
Type | Gets the HatchBoundaryPath edge type (Inherited from HatchBoundaryPath.Edge) |