Surface.Evaluate (Point2D, Int32) Method

Computes the surface derivatives.
Public Function Evaluate( _ 
ByVal pt As Point2D, _ 
ByVal d As Integer
) As Vector3D(,)
This language is not supported or no code example is available.
public Vector3D[,] Evaluate( 
Point2D pt
int d 
)
This language is not supported or no code example is available.

Parameters

pt
Point2D

The point in parametric domain

d
int

The degree of the derivatives

Return Value

Vector3D[,]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition