ImageGear for .NET
ImGearIsosurfaceOptions Class Members
See Also  Properties  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace : ImGearIsosurfaceOptions Class

Glossary Item Box

The following tables list the members exposed by ImGearIsosurfaceOptions.

Public Constructors

 NameDescription
Public ConstructorImGearIsosurfaceOptions ConstructorInitializes a new instance of the ImGearIsosurfaceOptions class, and initializes all its properties to default values.  
Top

Public Properties

 NameDescription
Public PropertyHighExcluRange Gets or sets the upper limit of the exclusion range.  
Public PropertyIsAddCoverSlices Gets or sets a value indicating whether to add cover-up slices at the ends.  
Public PropertyIsDecimateYGets 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 PropertyIsDecimateZGets 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 PropertyIsDoNorms Gets or sets a value indicating whether to calculate normals along with vertices.  
Public PropertyIsFlipNorms Gets or sets a value indicating whether to flip normals after calculation.  
Public PropertyIsLimitDepth Gets or sets a value indicating whether to limit the surface depth.  
Public PropertyIsoValue Gets or sets intensity value of pixels on the isosurface.  
Public PropertyLowExcluRange Gets or sets the lower limit of the exclusion range.  
Public PropertySurfaceDepthGets or sets the depth of the isosurface.

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

 
Public PropertyYDecimFactorGets 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 PropertyZDecimFactorGets 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

©2013. Accusoft Corporation. All Rights Reserved.