Click or drag to resize

RhinoSurfaceNormalAt Method

Computes the surface normal at a point.

This is the simple evaluation call - it does not support error handling.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public Vector3 NormalAt(
	double u,
	double v
)

Parameters

u
Type: SystemDouble
A U parameter.
v
Type: SystemDouble
A V parameter.

Return Value

Type: Vector3
The normal.

Implements

ISurfaceNormalAt(Double, Double)
See Also