Click or drag to resize

SurfaceCurvatureKappa Method

Gets the principal curvature values: kappa1 - Principal curvature with maximum absolute value. kappa2 - Principal curvature with minimum absolute value.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double Kappa(
	int direction
)

Parameters

direction
Type: SystemInt32
Kappa index, valid values are 0 (kappa1) and 1 (kappa2).

Return Value

Type: Double

[Missing <returns> documentation for "M:Rhino.Geometry.SurfaceCurvature.Kappa(System.Int32)"]

See Also