Statistics Class

Statistics class definition.
Public Class Statistics
This language is not supported or no code example is available.
public class Statistics
This language is not supported or no code example is available.
Name Description
Public property BestAchievableMinQuality Gets the upper bound for the minimum shape quality of a tetrahedral mesh based on the current boundary triangle mesh.
Public property Error Gets the error code and message (when present).
Public property FrontTime Gets the time spent to do the initial front mesh.
Public property HardEdgesIn The number of initial hard edges.
Public property HardEdgesOut Gets the number of final hard edges (lesser than or equal to HardEdgesIn).
Public property HardFacesIn The number of initial hard faces.
Public property HardFacesOut Gets the number of final hard faces (lesser than or equal to HardFacesIn).
Public property HardNodesIn Gets the number of initial hard nodes.
Public property HardNodesOut Gets the number of final hard nodes (lesser than or equal to HardNodesIn).
Public property MinQuality Gets the minimum shape quality of the elements upon exit.
Public property MissingFaces Gets the number of boundaries that could not be enforced in the solid mesh.
Public property Nodes Gets the number of nodes in the final mesh.
Public property OptimizationTime Gets the time spent for optimizing the mesh.
Public property RefineTime Gets the time spent for refining the mesh.
Public property Speed Gets the number of elements per second. Global speed including all steps of the meshing/optimizing process.
Public property SteinerNodes Gets the number of final steiner nodes.
Public property Subdomains Gets the number of subdomains in the domain.
Public property Tets Number of nodes in elements in the final mesh.
Public property TotalTime Gets the total time spent for the mesh.
Public property Volume Gets the volume of the meshed domain.
Public property Warning Gets the warning code and message (when present).
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Public field EdgeShapeQualities Gets the histogram of the edges qualities (edge length).
Public field ElementShapeQualities Gets the histogram of the element shape qualities.
Top
devDept.Eyeshot.Triangulation.VolumeMesher.Statistics

.NET Framework

Supported in: 4.8

In this article

Definition