ImageGear .NET v24.12 - Updated
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
public bool IsDecimateZ {get; set;}
public: __property bool get_IsDecimateZ();
public: __property void set_IsDecimateZ( 
   bool value
);
public:
property bool IsDecimateZ {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members