Click or drag to resize
AB4D logo

ModelOptimizer Methods

The ModelOptimizer type exposes the following members.

Methods
 NameDescription
Public methodStatic memberFreeze Freeze can freeze meshes, materials or whole Model3D.
Public methodOptimize(Model3D) Optimize method optimized the model3D and returns a new optimized Model3D object. Optimizations are done based on the ModelOptimizer settings.
Public methodOptimize(ModelVisual3D) Optimizes the ModelVisual3D based on the ModelOptimizer settings. The method replaces the existing ModelVisual3D.Content with new Model3D object.
Public methodStatic memberOptimizeAll(Model3D) OptimizeAll method uses ModelOptimizer to optimizes the Model3D with using the full optimization options. To specify optimization options, create an instance of ModelOptimizer and set its properties before calling Optimize method.
Public methodStatic memberOptimizeAll(ModelVisual3D) OptimizeAll method uses ModelOptimizer to optimizes the ModelVisual3D with using the full optimization options. The method replaces the existing ModelVisual3D.Content with new Model3D object. To specify optimization options, create an instance of ModelOptimizer and set its properties before calling Optimize method.
Top
See Also