MeshCurvatureStats Class |
Namespace: Rhino.Geometry
The MeshCurvatureStats type exposes the following members.
| Name | Description | |
|---|---|---|
| MeshCurvatureStats |
Default constructor.
|
| Name | Description | |
|---|---|---|
| Average |
Get the average of "finite" values.
| |
| AverageDeviation |
Get the average deviation of "finite" values.
| |
| Count |
Gets the number of "finite" values.
| |
| CurvatureStyle |
Gets the curvature style of the curvature statistics.
| |
| InfiniteCount |
Gets the number of "infinite" values.
| |
| Infinity |
Curvature values greater than or equal to this are considered infinite
and not used to compute the average of "finite" values or the average deviation of "finite" values.
| |
| Mode |
Get the mode of "finite" values.
| |
| Range |
Gets the minumum and maximum curvature based on the value of CurvatureStyle:
If CurvatureStyle.GaussianCurvature, the min Gaussian curvature and the max Gaussian curvature.
If CurvatureStyle.MeanCurvature, the min unsigned mean curvature and the max unsigned mean curvature.
If CurvatureStyle.MinimumCurvature, the min maximum unsigned radius of curvature and the max maximum unsigned radius of curvature.
If CurvatureStyle.MaximumCurvature, the min minimum unsigned radius of curvature and the the max minimum unsigned radius of curvature.
|
| Name | Description | |
|---|---|---|
| CreateFromMesh |
Gets curvature statistics from analysis mesh.
| |
| CreateFromMeshes |
Gets curvature statistics from analysis meshes, and calculate total statistics.
| |
| Dispose |
Actively releases the unmanaged pointer.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Passively releases the unmanaged pointer.
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |