Click or drag to resize

HatchBoundaryPathSpline Class

Represents a spline boundary.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesHatchBoundaryPathEdge
    DXFReaderNET.EntitiesHatchBoundaryPathSpline

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class Spline : HatchBoundaryPathEdge

The HatchBoundaryPathSpline type exposes the following members.

Constructors
  NameDescription
Public methodHatchBoundaryPathSpline
Initializes a new instance of the HatchBoundaryPathSpline class
Public methodHatchBoundaryPathSpline(EntityObject)
Initializes a new instance of the HatchBoundaryPathSpline class
Top
Methods
Fields
  NameDescription
Public fieldControlPoints
Gets or sets the spline boundary control points.
Public fieldDegree
Gets or sets the degree of the spline boundary.
Public fieldIsPeriodic
Gets or sets if spline boundary is periodic.
Public fieldIsRational
Gets or sets if spline boundary is rational.
Public fieldKnots
Gets or sets the spline boundary knots.
Public fieldType
The edge type.
(Inherited from HatchBoundaryPathEdge.)
Top
See Also