Surface.PointAt (Point2D) Method

Computes the surface point.
Public Function PointAt( _ 
ByVal pt As Point2D
) As Point3D
This language is not supported or no code example is available.
public Point3D PointAt( 
Point2D pt 
)
This language is not supported or no code example is available.

Parameters

pt
Point2D

The point in parametric domain

Return Value

Point3D

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition