ImageGear .NET - Updated March 30, 2018
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

Property Value

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

Reference

ImGearIsosurfaceOptions Class
ImGearIsosurfaceOptions Members