ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearIsosurfaceOptions Class / IsDecimateZ Property




In This Topic
    IsDecimateZ Property
    In This Topic
    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