# class ReductionProcessor

ReductionProcessor welds, removes t-junctions, removes double-triangles and reduces the triangle count of the Geometry. It also calculates new normals for the reduced and optimized Geometry.

# Properties

Property Description
Scene The scene object to reduce. Please note that internal refrences might be modified by the processor. The caller should refresh any reference that is cached outside the scene after running the processor.

# Methods

Method Description
Clear Clear all internal states of the object. This will NOT clear the parameters set in the object.
GetBoneSettings The settings for the bone removal process.
GetClass Get the name of the ReductionProcessor class.
GetMappingImage The MappingImage object that is generated if GenerateMappingImage is set in MappingImageSettings. This returns mapping image index 0, use GetMappingImageForImageIndex to retrieve for a specific index. A new object is generated for each call to RunProcessing().
GetMappingImageForImageIndex The MappingImage object that is generated if GenerateMappingImage is set in MappingImageSettings. Called with an id, it will fetch that specific mapping image if using multi-material output. A new object is generated for each call to RunProcessing().
GetMappingImageSettings The settings for the image mapping process.
GetNormalCalculationSettings The settings for the normal repair process.
GetPercentDone Returns the current progress of the processing as a value between 0 and 100.
GetReductionSettings The settings for the reduction process.
GetRepairSettings The settings for the repair process.
GetResultDeviation Returns the max deviation reached for the last processing.
GetVertexWeightSettings The settings for handling visibility weights.
GetVisibilitySettings The settings for handling visibility weights.
IsA Returns true if ReductionProcessor is a or is a descendant of the class named as the type parameter.
IsNull Returns true if the ReductionProcessor object is invalid.
RunProcessing Runs the processing the object is designed for.
ToJSON Get settings as JSON for debugging purposes.

# Static methods

Method Description
IsClassA Returns true if the class is a or is a descendant of the class named as the type parameter.
SafeCast SafeCast makes sure the input object is of a class that can be cast into spReductionProcessor, and if this is the case, returns the object cast into spReductionProcessor.

# Properties details

# Scene

The scene object to reduce. Please note that internal refrences might be modified by the processor. The caller should refresh any reference that is cached outside the scene after running the processor.

    # Methods details

    # Clear

    Clear all internal states of the object. This will NOT clear the parameters set in the object.

      # GetBoneSettings

      The settings for the bone removal process.

        # GetClass

        Get the name of the ReductionProcessor class.

          # GetMappingImage

          The MappingImage object that is generated if GenerateMappingImage is set in MappingImageSettings. This returns mapping image index 0, use GetMappingImageForImageIndex to retrieve for a specific index. A new object is generated for each call to RunProcessing().

            # GetMappingImageForImageIndex

            The MappingImage object that is generated if GenerateMappingImage is set in MappingImageSettings. Called with an id, it will fetch that specific mapping image if using multi-material output. A new object is generated for each call to RunProcessing().

              # GetMappingImageSettings

              The settings for the image mapping process.

                # GetNormalCalculationSettings

                The settings for the normal repair process.

                  # GetPercentDone

                  Returns the current progress of the processing as a value between 0 and 100.

                    # GetReductionSettings

                    The settings for the reduction process.

                      # GetRepairSettings

                      The settings for the repair process.

                        # GetResultDeviation

                        Returns the max deviation reached for the last processing.

                          # GetVertexWeightSettings

                          The settings for handling visibility weights.

                            # GetVisibilitySettings

                            The settings for handling visibility weights.

                              # IsA

                              Returns true if ReductionProcessor is a or is a descendant of the class named as the type parameter.

                                # IsNull

                                Returns true if the ReductionProcessor object is invalid.

                                  # RunProcessing

                                  Runs the processing the object is designed for.

                                    # ToJSON

                                    Get settings as JSON for debugging purposes.

                                      # Static methods details

                                      # IsClassA

                                      Returns true if the class is a or is a descendant of the class named as the type parameter.

                                        # SafeCast

                                        SafeCast makes sure the input object is of a class that can be cast into spReductionProcessor, and if this is the case, returns the object cast into spReductionProcessor.