Click or drag to resize

GH_SurfaceIsPointOnFace Method

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsPointOnFace(
	double u,
	double v
)

Parameters

u
Type: SystemDouble
v
Type: SystemDouble

Return Value

Type: Boolean
See Also