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




In This Topic
    ZDecimFactor Property
    In This Topic
    Gets or sets a decimation factor in Z direction.

    NOTE: In effect only if both IsLimitDepth and IsDecimateZ properties of the same ImGearIsosurfaceOptions class object are true.

    Syntax
    'Declaration
     
    Public Property ZDecimFactor As Integer
    'Usage
     
    Dim instance As ImGearIsosurfaceOptions
    Dim value As Integer
     
    instance.ZDecimFactor = value
     
    value = instance.ZDecimFactor
    public int ZDecimFactor {get; set;}
    public: __property int get_ZDecimFactor();
    public: __property void set_ZDecimFactor( 
       int value
    );
    public:
    property int ZDecimFactor {
       int get();
       void set (    int value);
    }

    Property Value

    Any integer value.
    Remarks
    The default value is 1.
    See Also