Click or drag to resize

GH_PointRefDataEvSurface Method

Evaluate this reference structure when applied to the surface

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Point3d EvSurface(
	Surface s
)

Parameters

s
Type: Surface
The surface to act on.

Return Value

Type: Point3d
A point if successful, or Nothing
Remarks
Surface is evaluated at normalized {uv} parameters
See Also