Method CreateCavityOccurrences
CreateCavityOccurrences(OccurrenceList, double, double, SmartHiddenType, uint)
Identify cavities and create occurrences to show them
Declaration
public uint CreateCavityOccurrences(OccurrenceList occurrences, double voxelSize, double minimumCavityVolume, SmartHiddenType mode = SmartHiddenType.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 |
SmartHiddenType | 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 |