Method PostGatherDetails
PostGatherDetails()
It is called by the parent SlicerController after calling GatherDetails(Transform, Transform).
Declaration
public virtual Hash128 PostGatherDetails()
Returns
Type | Description |
---|---|
Hash128 | The hash of the details gathered during the previous execution of GatherDetails(Transform, Transform). |
Remarks
It is primarily used to remove Details that have Remove field set to false after GatherDetails(Transform, Transform) is run.
It also calculated the hash of all the details that where gathered during the previous execution of GatherDetails(Transform, Transform). This hash is then used to determine if the details have changed enough to require re-slicing the items.