ImageGear .NET - Updated May 1, 2018
IsDecimateZ Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : IsDecimateZ Property
Gets or sets a value indicating whether to decimate in Z direction when considering surface depth.

NOTE: In effect only if IsLimitDepth property of the same ImGearIsosurfaceOptions class object is true.

Syntax
'Declaration
 
Public Property IsDecimateZ As Boolean
 
'Usage
 
Dim instance As ImGearIsosurfaceOptions
Dim value As Boolean
 
instance.IsDecimateZ = value
 
value = instance.IsDecimateZ

Property Value

Boolean value.
Remarks
The default value is false.
See Also

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members