Skip to main content

ModelCenter APIs 2025 R2

Package-level declarations

Last update: 16.07.2025

Types

Name Summary
AddToModel public class AddToModel : PHXCOMObject
This is the wrapper class that handles the native COM calls to a AddToModel object.
Array public class Array : Variable
This is a base class for array types in ModelCenter
Assembly public class Assembly : PHXCOMObject, IVariableHolder
This is the wrapper class that handles the native COM calls to a Component object.
BooleanArray public class BooleanArray : Array
A variable type class for ModelCenter
BooleanVariable public class BooleanVariable : Variable
A variable type class for ModelCenter
CachePin public class CachePin : PHXCOMObject
This is the wrapper class that handles the native COM calls to a CachePin.
CompletedRunData public class CompletedRunData
Structure that contains information about completed runs.
Component public class Component : PHXCOMObject, IVariableHolder
This is the wrapper class that handles the native COM calls to a Component object.
CustomDesignPoint public class CustomDesignPoint : PHXCOMObject
This is the wrapper class that handles the native COM calls to a custom design point.
DataCollector public class DataCollector : PHXCOMObject
This is the wrapper class that handles the native COM calls to a Data Collector.
DataExplorer public class DataExplorer : PHXCOMObject
This is the wrapper class that handles the native COM calls to a Data Explorer.
DataHistory public class DataHistory : PHXCOMObject
This is the wrapper class that handles the native COM calls to a Data History.
DataHistoryVariableMetadataStruct public class DataHistoryVariableMetadataStruct
This object is used to pass variable metadata to the addVariableStructs function for data history, which sets the results for a run.
DataHistoryVariableStruct public class DataHistoryVariableStruct
This object is used to pass a variable's data and metadata to the addVariableStructs function for data history, which sets the results for a run.
DataMonitor public class DataMonitor : PHXCOMObject
DHVariable public class DHVariable : PHXCOMObject
This is the wrapper class that handles the native COM calls to a Data History Variable.
DoubleArray public class DoubleArray : Array
An array type class for ModelCenter
DoubleVariable public class DoubleVariable : Variable
A variable type class for ModelCenter
Feature public class Feature : PHXCOMObject
This is the wrapper class that handles the native COM calls to PHXFeature.
FileArray public class FileArray : Array
A variable type class for ModelCenter
FileSystemInfo public class FileSystemInfo : PHXCOMObject
This is the wrapper class that handles the native COM calls to a FileSystemInfo.
FileVariable public class FileVariable : Variable
A variable type class for ModelCenter
Format public class Format : PHXCOMObject
This is the wrapper class for formatting
Format2 public class Format2
This is the wrapper class for formatting.
GeometryVariable public class GeometryVariable : Variable
A variable type class for ModelCenter
GlobalParameters public class GlobalParameters : PHXCOMObject
Global Parameters is a hashtable of values that can be set via the ModelCenter API and used for any purpose the client desires.
Group public class Group : PHXCOMObject, IVariableHolder
This is the wrapper class that handles the native COM calls to a Registry object.
IComponentPlugIn interface IComponentPlugIn
This is the interface that must be implemented by all Java plug-ins for ModelCenter.
IDataCollectorPlugIn interface IDataCollectorPlugIn
This is the interface that must be implemented by all Java data collector plug-ins for ModelCenter.
IDataExplorerPlugIn interface IDataExplorerPlugIn
This is the interface that must be implemented by all Java Data Explorer plug-ins for ModelCenter.
IDataHistoryToModel interface IDataHistoryToModel
The Data History to Model connector is the piece that connects a Data History to a ModelCenter instance, for the purpose of restoring a run or re-running runs.
IfComponent public class IfComponent : Component
This is the wrapper class that handles the native COM calls to an IfComponent object.
IHolder interface IHolder
This is an interface for things in ModelCenter that hold other things
ILoginCallback interface ILoginCallback
Interface for handling login requests from ModelCenter.
IModelCenter interface IModelCenter
Interface for ModelCenter class.
IntegerArray public class IntegerArray : Array
An array type class for ModelCenter
IntegerVariable public class IntegerVariable : Variable
A variable type class for ModelCenter
IPlugInMetaData interface IPlugInMetaData
This is the interface that must be implemented by all Java plug-in meta data objects for ModelCenter.
IRunDataAction 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
ITradeStudy3JobInfo interface ITradeStudy3JobInfo
Base interface for ITradeStudy3 job info and results
ITradeStudy3JobManager interface ITradeStudy3JobManager : ITradeStudy3JobInfo
Job manager for ITradeStudyPlugIn3
ITradeStudy3JobResult interface ITradeStudy3JobResult : ITradeStudy3JobInfo
Result of executing a job.
ITradeStudyCallback interface ITradeStudyCallback
This is the interface used to connect a trade study plug-in to a ModelCenter instance.
ITradeStudyPlugIn interface ITradeStudyPlugIn
This is the interface that must be implemented by all Java trade study plug-ins for ModelCenter.
ITradeStudyPlugIn2 interface ITradeStudyPlugIn2 : ITradeStudyPlugIn
This is the interface that must be implemented by all Java trade study plug-ins for ModelCenter that can be used with OEM Analyzer tools.
ITradeStudyPlugIn3 interface ITradeStudyPlugIn3 : ITradeStudyPlugIn2
Trade Study Plug-In 3
IVariableHolder interface IVariableHolder : IHolder
This is an interface for ModelCenter components
IVariableMetaDataProvider interface IVariableMetaDataProvider
Base interface for ITradeStudy3 job info and results
JavaObjectRepository public class JavaObjectRepository
JobManager public class JobManager : PHXCOMObject
This is the wrapper class that handles the native COM calls to a JobManager object.
ModelCenter public class ModelCenter : PHXCOMObject, IModelCenter
This is the wrapper class that handles the native COM calls to ModelCenter.
ModelCenterException public class ModelCenterException : Exception
This class wraps exceptions thrown by the ModelCenter native methods.
ObjectVariable public class ObjectVariable : Variable
An array type class for ModelCenter
PHXJavaComObjectStored interface PHXJavaComObjectStored
RefArrayProp public class RefArrayProp : PHXCOMObject
A Reference Array Property class for ModelCenter
ReferenceArray public class ReferenceArray : Array
A Array type class for ModelCenter
ReferenceVariable public class ReferenceVariable : Variable
A variable type class for ModelCenter
RefProp public class RefProp : PHXCOMObject
A Reference Property class for ModelCenter
SaveContext public class SaveContext : PHXCOMObject
Class for generically saving and loading files in ModelCenter.
ScriptComponent public class ScriptComponent : Component
This is the wrapper class that handles the native COM calls to a ScriptComponent object.
StringArray public class StringArray : Array
A array type class for ModelCenter
StringVariable public class StringVariable : Variable
A variable type class for ModelCenter
TradeStudy public class TradeStudy : PHXCOMObject
This is the wrapper class that handles the native COM calls to a TradeStudy object.
TradeStudy2 public class TradeStudy2 : TradeStudy
This is the wrapper class that handles the native COM calls to a TradeStudy2 object.
TradeStudy3 public class TradeStudy3 : TradeStudy2
Class that wraps an ITradeStudy3PlugIn COM object.
Variable public class Variable : PHXCOMObject
This is a base class for variable types in ModelCenter
VariableDescription public class VariableDescription : PHXCOMObject
This is the wrapper class that handles the native COM calls to a data item from a Data Collector.
VariableLink public class VariableLink : PHXCOMObject
This is a base class for variable types in ModelCenter
VariableLinks public class VariableLinks : PHXCOMObject, Iterator<E>
A collection of variables
VariableMetaDataProvider public class VariableMetaDataProvider : PHXCOMObject
Metadata provider for variable data.
Variables public class Variables : PHXCOMObject, Iterator<E>
A collection of variables
Variant public class Variant
This is a small class used to map win32 VARIANTs received by calls to ModelCenter's COM interface.

Connect with Ansys