ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : IsDecimateZ Property |
NOTE: In effect only if IsLimitDepth property of the same ImGearIsosurfaceOptions class object is true.
'Declaration Public Property IsDecimateZ As Boolean
'Usage Dim instance As ImGearIsosurfaceOptions Dim value As Boolean instance.IsDecimateZ = value value = instance.IsDecimateZ
public bool IsDecimateZ {get; set;}