ImageGear .NET - Updated
ImGearIsosurfaceOptions Class Members
Properties 


ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearIsosurfaceOptions Class

The following tables list the members exposed by ImGearIsosurfaceOptions.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ImGearIsosurfaceOptions class, and initializes all its properties to default values.  
Top
Public Properties
 NameDescription
Public Property Gets or sets the upper limit of the exclusion range.  
Public Property Gets or sets a value indicating whether to add cover-up slices at the ends.  
Public PropertyGets or sets a value indicating whether to decimate in Y direction when considering surface depth.

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

 
Public PropertyGets 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.

 
Public Property Gets or sets a value indicating whether to calculate normals along with vertices.  
Public Property Gets or sets a value indicating whether to flip normals after calculation.  
Public Property Gets or sets a value indicating whether to limit the surface depth.  
Public Property Gets or sets intensity value of pixels on the isosurface.  
Public Property Gets or sets the lower limit of the exclusion range.  
Public PropertyGets or sets the depth of the isosurface.

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

 
Public PropertyGets or sets the decimation factor in Y direction.

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

 
Public PropertyGets 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.

 
Top
See Also

Reference

ImGearIsosurfaceOptions Class
ImageGear.Vector Namespace
GenerateIsosurface Method