ImageGear .NET v24.12 - Updated
IsDecimateY Property




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

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

Syntax
'Declaration
 
Public Property IsDecimateY As Boolean
'Usage
 
Dim instance As ImGearIsosurfaceOptions
Dim value As Boolean
 
instance.IsDecimateY = value
 
value = instance.IsDecimateY
public bool IsDecimateY {get; set;}
public: __property bool get_IsDecimateY();
public: __property void set_IsDecimateY( 
   bool value
);
public:
property bool IsDecimateY {
   bool get();
   void set (    bool value);
}

Property Value

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

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members