Method CreateCavityOccurrences
CreateCavityOccurrences(OccurrenceList, double, double, InnerOuterOption, uint)
Identify cavities and create occurrences to show them
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateCavityOccurrences(OccurrenceList occurrences, double voxelSize, double minimumCavityVolume, InnerOuterOption mode = InnerOuterOption.All, uint parent = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| OccurrenceList | occurrences | Occurrences set to identify cavities |
| double | voxelSize | Size of the voxels in mm |
| double | minimumCavityVolume | Minimum volume of a cavity in cubic meter |
| InnerOuterOption | mode | Select where to place camera (all cavities, only outer or only inner cavities) |
| uint | parent | The create occurrence root will be added under the parent if given, else it will be added under the deeper parent of given occurrences |
Returns
| Type | Description |
|---|---|
| uint |