SurfaceCurvature Class |
Namespace: Rhino.Geometry
The 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 principal curvature values.
Kappa(0) - Principal curvature with maximum absolute value
Kappa(1) - Principal curvature with minimum absolute 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.) |