Field Analysis
Creates a FieldAnalysis with a BooleanFieldFunction and a ColormapRenderer. Regions in the function result that are true are rendered using the color associated with 1, if defined.
Regions in the function result that are false are rendered using the color associated with 0, if defined.
Mappings between colors and values other than 0 or 1 are ignored. If the color map does not contain a color mapped to 0 or 1, the displayed result will be transparent.
Regions where the function result has no data are transparent.
Since
300.0.0
Parameters
A BooleanFieldFunction to evaluate and visualize.
A renderer that controls how the BooleanFieldFunction is visualized.
Creates a FieldAnalysis with a ContinuousFieldFunction and a StretchRenderer. Only stretch renderers created with MinMaxStretchParameters are supported. The minimum and maximum values must be specified.
If the gamma value is not specified for the renderer, a default value of 1.0 is used. If the specified gamma value is less than or equal to 0, the result is transparent and the AnalysisViewState will contain an error.
If the renderer is created with a null color ramp, a default ramp is used. The default blends black through to white.
Regions where the function result has no data are transparent.
Since
300.0.0
Parameters
A ContinuousFieldFunction to evaluate and visualize.
A renderer that controls how the ContinuousFieldFunction is visualized.
Throws
Only stretch renderers created with MinMaxStretchParameters are supported. The minimum and maximum values must be specified.
Creates a FieldAnalysis with a DiscreteFieldFunction and a ColormapRenderer. If the renderer is created with an empty or null colormap, the whole analysis is transparent.
If the color map does not contain a color mapped to any of the values in the function result, the displayed result is transparent.
Regions where the function result has no data are transparent.
Since
300.0.0
Parameters
A DiscreteFieldFunction to evaluate and visualize.
A renderer that controls how the DiscreteFieldFunction is visualized.