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


In This Topic
    ImGearIsosurfaceOptions Class Members
    In This Topic

    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 PropertyGets or sets the upper limit of the exclusion range.  
    Public PropertyGets 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 PropertyGets or sets a value indicating whether to calculate normals along with vertices.  
    Public PropertyGets or sets a value indicating whether to flip normals after calculation.  
    Public PropertyGets or sets a value indicating whether to limit the surface depth.  
    Public PropertyGets or sets intensity value of pixels on the isosurface.  
    Public PropertyGets 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