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

23a4c40c 6220 ed6a 852e 8ea2b9d986b7

haplokuon edited this page May 6, 2023 · 1 revision

ParametricCurve Class

netDxf 3.0.0 Library

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

Definition

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

C#

public abstract class ParametricCurve

VB

Public MustInherit Class ParametricCurve

C++

public ref class ParametricCurve abstract

F#

[<AbstractClassAttribute>]
type ParametricCurve = class end
Inheritance Object → ParametricCurve
Derived netDxf.GTE.BezierCurve
netDxf.GTE.BSplineCurve
netDxf.GTE.NURBSCurve

Properties

IsConstructed  
MaxBisections  
NumSegments  
RombergOrder  
Times  
TMax  
TMin  

Methods

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

See Also

Reference

netDxf.GTE Namespace

Clone this wiki locally