MeshPrincipalCurvatureListItem Property |
Gets or sets the principal curvature at the given index.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic SurfaceCurvature this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As SurfaceCurvature
Get
Set
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SurfaceCurvatureThe principal curvature at [index].
Implements
IListTItemInt32IReadOnlyListTItemInt32
See Also