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

294639dd 49e5 522c 80e1 adbb78e0a460

haplokuon edited this page May 6, 2023 · 1 revision

BSplineSurface Class

netDxf 3.0.0 Library

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

Definition

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

C#

public class BSplineSurface : ParametricSurface

VB

Public Class BSplineSurface
	Inherits ParametricSurface

C++

public ref class BSplineSurface : public ParametricSurface

F#

type BSplineSurface = 
    class
        inherit ParametricSurface
    end
Inheritance Object → ParametricSurface → BSplineSurface

Constructors

BSplineSurface Initializes a new instance of the BSplineSurface class

Properties

IsConstructed
(Inherited from ParametricSurface)
IsIsRectangular
(Inherited from ParametricSurface)
UMax
(Inherited from ParametricSurface)
UMin
(Inherited from ParametricSurface)
VMax
(Inherited from ParametricSurface)
VMin
(Inherited from ParametricSurface)

Methods

BasisFunction  
Controls  
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Evaluate
(Overrides ParametricSurface.Evaluate(Double, Double, Int32, Vector3[]))
GetControl  
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetPosition
(Inherited from ParametricSurface)
GetType Gets the Type of the current instance.
(Inherited from Object)
GetUTangent
(Inherited from ParametricSurface)
GetVTangent
(Inherited from ParametricSurface)
NumControls  
SetControl  
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf.GTE Namespace

Clone this wiki locally