ImageGear .NET v24.12 - Updated
SurfaceDepth Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearIsosurfaceOptions Class : SurfaceDepth Property
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

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members