DIAdem Help

Property: InterpolationMode for ContourCurve

  • Updated2024-09-12
  • 2 minute(s) read

Property: InterpolationMode for ContourCurve

Specifies which interpolation method DIAdem uses for the display of a contour in DIAdem VIEW.

Object.InterpolationMode
ObjectContourCurve
Object with this property
Object.InterpolationModeString with read and write access
The following selection terms are possible:
complete automaticCompletely automatic
number manualNumber manual

The following example creates a contour display and interpolates the data over a quadratic matrix:

VBScriptPython

 

Dim oMyObj, oMyContour
View.ActiveSheet.ActiveArea.DisplayObjType = "Contour"
Set oMyObj = View.ActiveSheet.ActiveArea.DisplayObj

Set oMyContour = oMyObj.CurvesContour.AddContour("[1]/[1]","[1]/[2]","[1]/[3]")
oMyContour.Structure = "Triplet"
oMyContour.InterpolationMode = "number manual"
oMyContour.InterpolationXCount= 50
oMyContour.InterpolationYCount= 50

See Also

Objects Overview

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

Log in to get a better experience