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

e579c568 9346 8061 18bc 4813be1de63f

haplokuon edited this page May 6, 2023 · 1 revision

BezierCurve Class

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.GTE.BezierCurve"]

Definition

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

C#

public class BezierCurve : ParametricCurve

VB

Public Class BezierCurve
	Inherits ParametricCurve

C++

public ref class BezierCurve : public ParametricCurve

F#

type BezierCurve = 
    class
        inherit ParametricCurve
    end
Inheritance Object → ParametricCurve → BezierCurve

Constructors

BezierCurve Initializes a new instance of the BezierCurve class

Properties

Controls  
Degree  
IsConstructed
(Inherited from ParametricCurve)
MaxBisections
(Inherited from ParametricCurve)
NumControls  
NumSegments
(Inherited from ParametricCurve)
RombergOrder
(Inherited from ParametricCurve)
Times
(Inherited from ParametricCurve)
TMax
(Inherited from ParametricCurve)
TMin
(Inherited from ParametricCurve)

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Evaluate
(Overrides ParametricCurve.Evaluate(Double, Int32, Vector3[]))
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetLength
(Inherited from ParametricCurve)
GetPosition
(Inherited from ParametricCurve)
GetSpeed
(Inherited from ParametricCurve)
GetTangent
(Inherited from ParametricCurve)
GetTime
(Inherited from ParametricCurve)
GetTotalLength
(Inherited from ParametricCurve)
GetType Gets the Type of the current instance.
(Inherited from Object)
SetTimeInterval
(Inherited from ParametricCurve)
SubdivideByLength
(Inherited from ParametricCurve)
SubdivideByTime
(Inherited from ParametricCurve)
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf.GTE Namespace

Clone this wiki locally