class AggregationProcessor
 AggregationProcessor combines all specified geometries in the scene into one geometry. All materials are combined and receive a new shared texture atlas.
  Properties
 | Property | Description | 
|---|
 | Scene | The scene that will be aggregated. 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. | 
 | GetAggregationSettings | The settings for the combining process. | 
 | GetClass | Get the name of the AggregationProcessor class. | 
 | GetGeometryCullingSettings | The settings for handling geometry culling. | 
 | GetMappingImage | The MappingImage object that is generated if MappingImageSettings::GenerateMappingImage is set. 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 MappingImageSettings::GenerateMappingImage is set. 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. | 
 | GetPercentDone | Returns the current progress of the processing as a value between 0 and 100. | 
 | GetVertexWeightSettings | The settings for handling visibility weights. | 
 | GetVisibilitySettings | The settings for handling visibility weights. | 
 | IsA | Returns true if AggregationProcessor is a or is a descendant of the class named as the type parameter. | 
 | IsNull | Returns true if the AggregationProcessor object is invalid. | 
 | RunProcessing | Runs the processing the object is designed for. | 
  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 spAggregationProcessor, and if this is the case, returns the object cast into spAggregationProcessor. | 
  Properties details
  Scene
 The scene that will be aggregated. 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.
   Syntax
  SetScene parameters
 | Type | Name | Min | Max | Description | 
|---|
 | Scene | value |  |  | The scene to process. | 
  GetScene return value
 Type: Scene
  Syntax
  SetScene parameters
 | Type | Name | Min | Max | Description | 
|---|
 | Scene | value |  |  | The scene to process. | 
  GetScene return value
 Type: Scene
  Syntax
  SetScene parameters
 | Name | Type | Min | Max | Description | 
|---|
 | value | Scene |  |  | The scene to process. | 
  GetScene return value
 Type: Scene
   Methods details
  Clear
 Clear all internal states of the object. This will NOT clear the parameters set in the object.
   Syntax
  Parameters
 Clear takes no parameters.
  Syntax
  Parameters
 Clear takes no parameters.
  Syntax
  Parameters
 Clear takes no parameters.
   GetAggregationSettings
 The settings for the combining process.
   Syntax
  Parameters
 GetAggregationSettings takes no parameters.
  Return value
 Type: AggregationSettings
  Syntax
  Parameters
 GetAggregationSettings takes no parameters.
  Return value
 Type: AggregationSettings
  Syntax
  Parameters
 GetAggregationSettings takes no parameters.
  Return value
 Type: AggregationSettings
   GetClass
 Get the name of the AggregationProcessor class.
   Syntax
  Parameters
 GetClass takes no parameters.
  Return value
 Type: spString
  Syntax
  Parameters
 GetClass takes no parameters.
  Return value
 Type: string
  Syntax
  Parameters
 GetClass takes no parameters.
  Return value
 Type: str
   GetGeometryCullingSettings
 The settings for handling geometry culling.
   GetMappingImage
 The MappingImage object that is generated if MappingImageSettings::GenerateMappingImage is set. This returns mapping image index 0, use GetMappingImageForImageIndex to retrieve for a specific index. A new object is generated for each call to RunProcessing().
   Syntax
  Parameters
 GetMappingImage takes no parameters.
  Return value
 Type: MappingImage
  Syntax
  Parameters
 GetMappingImage takes no parameters.
  Return value
 Type: MappingImage
  Syntax
  Parameters
 GetMappingImage takes no parameters.
  Return value
 Type: MappingImage
   GetMappingImageForImageIndex
 The MappingImage object that is generated if MappingImageSettings::GenerateMappingImage is set. 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().
   Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | rid | OutputMaterialId |  |  | The value for the OutputMaterialId. | 
  Return value
 Type: MappingImage
  Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | rid | OutputMaterialId |  |  | The value for the OutputMaterialId. | 
  Return value
 Type: MappingImage
  Syntax
  Parameters
 | Name | Type | Min | Max | Description | 
|---|
 | OutputMaterialId | int |  |  | The value for the OutputMaterialId. | 
  Return value
 Type: MappingImage
   GetMappingImageSettings
 The settings for the image mapping process.
   Syntax
  Parameters
 GetMappingImageSettings takes no parameters.
  Return value
 Type: MappingImageSettings
  Syntax
  Parameters
 GetMappingImageSettings takes no parameters.
  Return value
 Type: MappingImageSettings
  Syntax
  Parameters
 GetMappingImageSettings takes no parameters.
  Return value
 Type: MappingImageSettings
   GetPercentDone
 Returns the current progress of the processing as a value between 0 and 100.
   Syntax
  Parameters
 GetPercentDone takes no parameters.
  Return value
 Type: real
  Syntax
  Parameters
 GetPercentDone takes no parameters.
  Return value
 Type: float
  Syntax
  Parameters
 GetPercentDone takes no parameters.
  Return value
 Type: float
   GetVertexWeightSettings
 The settings for handling visibility weights.
   Syntax
  Parameters
 GetVertexWeightSettings takes no parameters.
  Return value
 Type: VertexWeightSettings
  Syntax
  Parameters
 GetVertexWeightSettings takes no parameters.
  Return value
 Type: VertexWeightSettings
  Syntax
  Parameters
 GetVertexWeightSettings takes no parameters.
  Return value
 Type: VertexWeightSettings
   GetVisibilitySettings
 The settings for handling visibility weights.
   Syntax
  Parameters
 GetVisibilitySettings takes no parameters.
  Return value
 Type: VisibilitySettings
  Syntax
  Parameters
 GetVisibilitySettings takes no parameters.
  Return value
 Type: VisibilitySettings
  Syntax
  Parameters
 GetVisibilitySettings takes no parameters.
  Return value
 Type: VisibilitySettings
   IsA
 Returns true if AggregationProcessor is a or is a descendant of the class named as the type parameter.
   Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | const char * | type |  |  | Name of the class to check if AggregationProcessor is, or is a descendant of. | 
  Return value
 Type: bool
  Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | string | type |  |  | Name of the class to check if AggregationProcessor is, or is a descendant of. | 
  Return value
 Type: bool
  Syntax
  Parameters
 | Name | Type | Min | Max | Description | 
|---|
 | type | str |  |  | Name of the class to check if AggregationProcessor is, or is a descendant of. | 
  Return value
 Type: bool
   IsNull
 Returns true if the AggregationProcessor object is invalid.
   Syntax
  Parameters
 IsNull takes no parameters.
  Return value
 Type: bool
  Syntax
  Parameters
 IsNull takes no parameters.
  Return value
 Type: bool
  Syntax
  Parameters
 IsNull takes no parameters.
  Return value
 Type: bool
   RunProcessing
 Runs the processing the object is designed for.
   Syntax
  Parameters
 RunProcessing takes no parameters.
  Syntax
  Parameters
 RunProcessing takes no parameters.
  Syntax
  Parameters
 RunProcessing takes no parameters.
   Static methods details
  IsClassA
 Returns true if the class is a or is a descendant of the class named as the type parameter.
   Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | const char * | type |  |  | Name of the class to check if the class is, or is a descendant of. | 
  Return value
 Type: bool
  Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | string | type |  |  | Name of the class to check if the class is, or is a descendant of. | 
  Return value
 Type: bool
  Syntax
  Parameters
 | Name | Type | Min | Max | Description | 
|---|
 | type | str |  |  | Name of the class to check if the class is, or is a descendant of. | 
  Return value
 Type: bool
   SafeCast
 SafeCast makes sure the input object is of a class that can be cast into spAggregationProcessor, and if this is the case, returns the object cast into spAggregationProcessor.
   Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | Object | object |  |  | Object to cast. | 
  Return value
 Type: AggregationProcessor
  Syntax
  Parameters
 | Type | Name | Min | Max | Description | 
|---|
 | Object | object |  |  | Object to cast. | 
  Return value
 Type: AggregationProcessor
  Syntax
  Parameters
 | Name | Type | Min | Max | Description | 
|---|
 | object | Object |  |  | Object to cast. | 
  Return value
 Type: AggregationProcessor