| SettingsProcessingGroupFiltersGroupHoleGroupRepairGroupHoleSize Property  | 
 Relative diameter of holes to fill. Increasing this will fill more points, but require more
computation time. The maximum allowed hole size scales with distance, so that we allow
filling larger holes at greater distances, measured in mm.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
 Syntax
Syntaxpublic Nullable<double> HoleSize { get; set; }Public Property HoleSize As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> HoleSize {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble See Also
See Also