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




In This Topic
    SurfaceDepth Property
    In This Topic
    Gets or sets the depth of the isosurface.

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

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

    Property Value

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