Skip to main content

ModelCenter APIs 2025 R2

IRunDataAction

Last update: 16.07.2025

interface IRunDataAction

This is the interface to handle Design Viewer (geometry tooltip) events delegated to certain types of Data Explorer Plug-Ins such as Data Visualizer

Functions

Name Summary
getComparisonInfoHTMLString abstract fun getComparisonInfoHTMLString(runIDs: Array<Long>, detailLevel: Int): String
get HTML string to compare designs
getRunInfoHTMLString abstract fun getRunInfoHTMLString(runID: Long, detailLevel: Int): String
get run info such as brush preference info
passHTMLEvent abstract fun passHTMLEvent(elementID: String, designViewerID: Long, runID: Long)
pass HTML event to Data Visualizer Java codes
updateHighlight abstract fun updateHighlight(runID: Long, highlight: Boolean)
update highlighted design

Connect with Ansys