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

e4954827 a0df 22c5 5a49 39936d5c82c1

haplokuon edited this page May 6, 2023 · 1 revision

NURBSSurface Class

netDxf 3.0.0 Library

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

Definition

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

C#

public class NURBSSurface : ParametricSurface

VB

Public Class NURBSSurface
	Inherits ParametricSurface

C++

public ref class NURBSSurface : public ParametricSurface

F#

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

Constructors

NURBSSurface Initializes a new instance of the NURBSSurface class

Properties

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

Methods

BasisFunction  
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)
GetWeight  
NumControls  
SetControl  
SetWeight  
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf.GTE Namespace

Clone this wiki locally