SoSimplifier Class |
Abstract base class for objects that encapsulate simplification algorithms.
Namespace: OIV.Inventor.Simplifier
The SoSimplifier type exposes the following members.
Name | Description | |
---|---|---|
BeginShape | Starts a new shape, ShapeType defines which triangle organization to use. | |
Clear | Removes all shapes and reset. | |
EndShape | Ends a shape started by OIV.Inventor.Simplifier.SoSimplifier.BeginShape(OIV.Inventor.Simplifier.SoSimplifier.ShapeTypes). | |
Equals | (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetNumTriangles | Returns the number of triangles actually stored in the object. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVerbosity | Gets whether to print messages while simplifying. | |
SetColor | Method to set optional vertex data (color). | |
SetData | Method to set optional vertex data (data). | |
SetNormal | Method to set optional vertex data (normal). | |
SetVerbosity | Sets whether to print messages while simplifying. | |
SetVertex | Specifies a new vertex location. | |
Simplify | Performs the simplification on the shapes and returns a simplified node. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class abstract base class for objects that encapsulates simplification algorithms. This object receives a set of triangles and returns a new list representing a simplified version of the original geometry.