T_Rhino_Geometry_SurfaceCurvature - mcneel/rhinocommon-api-docs GitHub Wiki
Maintains computed information for surface curvature evaluation.
System.Object
Rhino.Geometry.SurfaceCurvature
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public class SurfaceCurvatureVB
Public Class SurfaceCurvatureThe SurfaceCurvature type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
Gaussian | Gets the Gaussian curvature value at UV. |
![]()
|
Mean | Gets the Mean curvature value at UV. |
![]()
|
Normal | Gets the surface normal at UV. |
![]()
|
Point | Gets the surface point at UV. |
![]() |
UVPoint | Gets the UV location where the curvature was computed. |
| Name | Description | |
|---|---|---|
![]()
|
Direction | Gets the principal curvature direction vector. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]()
|
Kappa | Gets the Kappa curvature value. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OsculatingCircle | Computes the osculating circle along the given direction. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Supported in: 6.0.16224.21491, 5D58w


