This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
9fe24135 5db4 40f1 0061 4c0cd659d283
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.NURBSSurface.Evaluate(System.Double,System.Double,System.Int32,netDxf.Vector3[]@)"]
Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public override void Evaluate(
double u,
double v,
int order,
out Vector3[] jet
)
VB
Public Overrides Sub Evaluate (
u As Double,
v As Double,
order As Integer,
<OutAttribute> ByRef jet As Vector3()
)
C++
public:
virtual void Evaluate(
double u,
double v,
int order,
[OutAttribute] array<Vector3>^% jet
) override
F#
abstract Evaluate :
u : float *
v : float *
order : int *
jet : Vector3[] byref -> unit
override Evaluate :
u : float *
v : float *
order : int *
jet : Vector3[] byref -> unit
- Double
- \[Missing <param name="u"/> documentation for "M:netDxf.GTE.NURBSSurface.Evaluate(System.Double,System.Double,System.Int32,netDxf.Vector3[]@)"\]
- Double
- \[Missing <param name="v"/> documentation for "M:netDxf.GTE.NURBSSurface.Evaluate(System.Double,System.Double,System.Int32,netDxf.Vector3[]@)"\]
- Int32
- \[Missing <param name="order"/> documentation for "M:netDxf.GTE.NURBSSurface.Evaluate(System.Double,System.Double,System.Int32,netDxf.Vector3[]@)"\]
- Vector3[]
- \[Missing <param name="jet"/> documentation for "M:netDxf.GTE.NURBSSurface.Evaluate(System.Double,System.Double,System.Int32,netDxf.Vector3[]@)"\]