Object: Isoline
- Updated2024-09-12
- 2 minute(s) read
(Collections | Contour) > ContourCurves > Object: Isoline
Object: Isoline
The Isoline object provides access to an isoline of a contour display in DIAdem VIEW. Use the Isoline object to define the display of the isoline.
The following example creates a contour display and adds an isoline:
| VBScript | Python |
Dim oMySheet, oMyChart, oMyContour, oMyIsoline Call Data.Root.Clear() Call DataFileLoad(ProgramDrv & "Examples/Data/View_Contour.tdm") Call View.NewLayout() Set oMySheet = View.ActiveSheet oMySheet.ActiveArea.DisplayObjType = "Contour" Set oMyChart = oMySheet.ActiveArea.DisplayObj Set oMyContour = oMyChart.CurvesContour.AddContour("[1]/[1]","[1]/[2]","[1]/[3]") oMyContour.Structure = "Triplet" oMyContour.ColoringType = "Gradient" Set oMyIsoline = oMyChart.CurvesContour.AddIsoline("[1]/[1]","[1]/[2]") oMyIsoline.Color = "black"
Properties
Color | ColorRGB | DisplayIsolineValues | Index | Name | TagStored | TagTemporary | Type | XChannelName | YChannelName
Returned From
ContourCurves.AddIsoline | ContourCurves.CurrCurve | ContourCurves.Item | ContourCurves.LeadingCurve | ContourCurves.SetLeadingCurve
See Also
Procedures
Block Operations in Channel Tables | Changing a Table Display | Configuring a Map Display | Configuring a Text Box Display | Creating Areas | Cutting, Copying, and Pasting Data Blocks into Channel Tables | Deleting Channel Table Columns | Deleting Curve Sections and Interpolating over Specified Points | Displaying 2D Axis Systems with Several Y-Axes | Displaying All Channels in One Channel Table | Displaying Images in DIAdem VIEW | Displaying Properties in the Legend of a Curve | Displaying the Curve Coordinates | Displaying Videos and Data Synchronously | Finding Values in Channel Tables | Generating and Formatting Text | Interpolating Curve Points | Moving or Copying Areas | Partitioning Worksheets | Setting the Leading Curve | Transferring VIEW Layouts to DIAdem REPORT | Viewing Data as Curves | Zooming and Scrolling Curve Areas
Examples
Alignment Functions in DIAdem VIEW | Automatic Display of Harmonic Frequencies | Bird's Eye View Display | Calculating a Tangent to a Curve | Contour Display in DIAdem VIEW | Creating and Viewing Long Data Channels | Dynamic Display of Statistical Characteristic Values in DIAdem VIEW | Overlaying Objects in Videos | Planetary Motion | Synchronizing Videos and Data | Synchronizing Videos and Waveform Data | User Dialog Box in VIEW for the Calculation of the FFT and Harmonic Frequencies | Using a User Command to Calculate the Difference between the Y-Values | Various Display Modes in DIAdem VIEW | Vibration Data Analysis with Parallel Processing | Viewing and Automatically Analyzing Data