isolines

isolines

The isolines module is used to produce lines of constant (iso)value on a 2D surface (such as a slice plane), or the external faces of a 3D surface, such as the external faces of a plume. The input data for isolines must be a surface (faces), it cannot be a volumetric data field. If the input is the faces of a 3D surface, then the isolines will actually be 3D in nature. Isolines can automatically place labels in the 2D or 3D isolines. By default isolines are on the surface (within it) and they have an elevated jitter level (1.0) to make them preferentially visible. However they can be offset to either side of the surface.

Ports

DirectionNameTypeDescription
InputInput FieldFieldThe field used to generate contours.
InputInput Contour levelsContoursContour level information.
OutputOutput FieldFieldThe field containing generated isolines.
OutputOutput Contour levelsContoursContour level information.
OutputOutput ObjectRenderableA renderable object displaying the grid created by the module. Note that this is output even when Allow Run is off.

Properties

PropertyTypeDescription
Allow RunBooleanThis toggle can prevent the module from running. Allowing the user to make changes to large data sets without waiting for updates.
ExecuteButtonThe Execute button forces the module to run. If this has been pressed and the application saved, it will cause the module to run when the application is loaded.

Isoline Settings

PropertyTypeDescription
Isoline ComponentChoiceThe Isoline Component refers to the nodal data component that will be used to create isolines.
Min Max LinkingChoice: Link Min/Max, Recalculate from DataThe Min Max Linking control is used to set the linked values for the Minimum and Maximum Isoline levels. If the min and max values for the selected component have been changed, Recalculate can be used to find the actual min and max.
Isoline Generation PropertiesValue generatorGenerates the list of isoline levels. Methods: Per Log Decade (logarithmic spacing with a set number of isolines per decade), Linear By Step (values from an anchor point at a fixed step size), Linear By Count (a fixed number of evenly-spaced values), User Entries (manually specified values).
Surface OffsetDoubleThe Surface Offset controls where the isolines will be placed, vertically, in reference to the surface.
Offset Both WaysBooleanOffset Both Ways will enable creating isolines on both sides of a surface e.g. the top and bottom sides of a ground surface.

Label Settings

PropertyTypeDescription
Add LabelsBooleanThe Add Labels toggle specifies whether labels are added.
Flip Labels HorizontallyBooleanThe Flip Labels Horizontally toggle will flip all labels upside down. Depending on the viewpoint and the data, this may be useful for making the labels more readable.
Flip Labels VerticallyBooleanThe Flip Labels Vertically toggle will flip all labels to the other side of the surface. Depending on the viewpoint and the data, this may be useful for making the labels more readable.
Label SpacingDoubleThe Label Spacing value.
Label HeightDoubleThe Label Height scales the size of each label.
Label StartDoubleThe Label Start will offset the start of each label along the line.
Format Label NumbersNumber FormattingThe Format Label Numbers control allows the user to set how numbers that are turned into labels will be formatted.
Label SuffixChoice: Use Data Units, User Specified, NoneThe Label Suffix is a string that is appended to each label.
User SuffixStringIf the User Specified option is selected in Label Suffix, the string can be set with this value.