Click or drag to resize

MeshPrincipalCurvatureListItem Property

Gets or sets the principal curvature at the given index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public SurfaceCurvature this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Return Value

Type: SurfaceCurvature
The principal curvature at [index].

Implements

IListTItemInt32
IReadOnlyListTItemInt32
See Also