Class Hierarchy
Last update: 16.07.2025This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345678]
| COpenTD.AddIn.AddInContext | <exclude > |
| COpenTD.PostProcessing.AdditionalDatasetInfoHolder | <exclude > |
| COpenTD.Internal.Communication.AdditionalUnitsSettings | |
| COpenTD.RadCAD.FdSolid.AnalysisGroupSolidInfo | Used to specify which faces of a solid are active in a Radiation Analysis Group |
| COpenTD.RadCAD.AnalysisGroupSurfaceInfo | Used to specify what sides of a surface are active in a radiation analysis group |
| COpenTD.RadCAD.AnalysisGroupVolumetricInfo | Used to specify what sides of a surface have participating volumes in a radiation analysis group |
| COpenTD.AutocadConfig | Controls how AutoCAD will be launched |
| COpenTD.AutocadLauncher | Use to launch an instance of AutoCAD and run a series of commands. Defaults to the latest version of AutoCAD installed, but this can be controlled via the LaunchConfig property |
| COpenTD.AutocadVariableData | Represents an AutoCAD variable. Examples: FILEDIA, PICKBOX, TOOLTIPS, etc |
| COpenTD.Results.Plot.AxisStyle | |
| COpenTD.BivariateArrayData | Represents a TD bivariate array |
| COpenTD.Results.Class1 | |
| ►Cgrpc.ClientBase | |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.ThermalDesktop.ThermalDesktopClient | Client for ThermalDesktop |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.ThermalDesktop.ThermalDesktopClient | Client for ThermalDesktop |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.ThermalDesktop.ThermalDesktopClient | Client for ThermalDesktop |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.ThermalDesktop.ThermalDesktopClient | Client for ThermalDesktop |
| COpenTD.Results.Dataset.CompareAssertion | Contains a Comparer and an assertion about whether the Datasets it tests are expected to be equal |
| COpenTD.Results.Dataset.ConductorHeat | Represents heatrate data for a conductor connection |
| COpenTD.Connection | A connection contains a handle and a marker. The handle uniquely identifies a TD entity while the marker specifies how to connect to the entity, e.g., which side of a surface to connect to |
| COpenTD.RadCAD.FEModel.CoordinateSystem | Lightweight coordinate system for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.Results.Dataset.DataItemIdentifier | Identifies a data subtype (T, TL, PL, etc.) – with an optional fluid constituent (A, B, W, etc.) – associated with an "item" (an entity (node, lump, etc.), register, record number, etc.), e.g., MAIN.T6, FLOW.PL100, FLOW.GTA10, MYREGISTER DIMENSIONLESS. Note: the Units member is only applicable to registers. If null, default units will be assumed |
| COpenTD.DimensionlessVector3d | A dimensionless 3D vector |
| COpenTD.RadCAD.FEModel.Domain | Lightweight domain for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.Domains | Use to get all domains within a TD instance |
| COpenTD.RadCAD.FEModel.EdgeDomain | Lightweight edge domain for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.RadCAD.FEModel.EdgeSpec | Lightweight edge for use creating a finite element mesh using an FEMeshImporter only |
| ►COpenTD.RadCAD.FEModel.Element | Lightweight element for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.RadCAD.FEModel.SolidElement | Lightweight solid element for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.RadCAD.FEModel.SurfaceElement | Lightweight surface element for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.EntityDescriptor | Describes a TD entity, such as a node or a lump |
| ►CEventArgs | |
| COpenTD.AddIn.ProgressEventArgs | Contains information sent by OpenTD.AddIn.IProgressReporter Inherits from System.EventArgs
|
| COpenTD.UserInterface.WriteEventArgs | Used by the StandardOutput.OnWrite event to route StandardOutput to a custom destination |
| COpenTD.Results.Dataset.Exceedance | Contains information about an item that exceeds a tolerance |
| COpenTD.Results.Dataset.ExceedancePlot | Contains information about a plot that displays an Exceedance |
| ►CException | |
| ►COpenTD.OpenTDException | General exception thrown by OpenTD |
| COpenTD.BadDataException | Thrown when OpenTD encounters bad input data |
| COpenTD.ExportNodeInfoOptionsData | Sets options for the ThermalDesktop.ExportNodeInfo command, which can be used to get node info as a list (the default) or write node info to the screen or to a file |
| COpenTD.Expressible< T > | <exclude > |
| COpenTD.RadCAD.Face | A finite-difference face used in a MeshFD |
| COpenTD.RadCAD.FEModel.FaceDomain | Lightweight face domain for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.RadCAD.FEModel.FaceSpec | Lightweight face for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.RadCAD.FEModel.FEMesh | Lightweight mesh for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.Utility.FileWatcher | |
| ►CForm | |
| COpenTD.Results.Plot.Internal.SimplePlotDialog | |
| COpenTD.UserInterface.Forms.OutputDialog | A custom form for displaying output text, with optional buttons for copying and saving text. Uses an OutputBox |
| COpenTD.Results.Dataset.FullStandardDataSubtype | Represents a StandardDataSubtype (XG, XMDOT, etc.) and a fluid constituent (A, W, etc.) |
| COpenTD.Results.Plot.Grid | Represents a grid drawn in the main plot area |
| COpenTD.Results.Dataset.HeatratesBetween | Helper class for NodeHeatrates providing summary calculations for heatrates between "From" and "To" node collections. Positive heatrates indicate heat flowing out of the From set |
| COpenTD.AddIn.IAddIn | <exclude > |
| ►COpenTD.Results.Dataset.IAutoComment | <exclude > |
| COpenTD.Results.Dataset.AutoCommenter | <exclude > |
| ►COpenTD.Results.Dataset.DataArray | Data is returned from Datasets in the form of DataArrays, which in addition to containing the actual data, also know the physical dimension of the data, what units it is in, and have a reference to the Dataset it came from. Use the GetValues methods to get the data as lists of doubles, or use DataArrays directly as inputs to SimplePlots |
| ►COpenTD.Results.Dataset.DerivedDataArray | A DerivedDataArray is a DataArray that gets its data by operating on its InputCollection of DataArrays. For example, a SelectMaxDataArray selects the DataArray with the maximum value and returns data from it only. An AverageDataArray returns the average value of its InputCollection at each record. To create your own custom DerivedDataArray, inherit from this class and override at least the SetDerivedData() method |
| COpenTD.Results.Dataset.FormulaDataArray | A DerivedDataArray that generate values using a formula that references 0 or more arrays from its InputCollection |
| ►COpenTD.Results.Dataset.OneSubtypeDerivedDataArray | A derived data array where all DataArrays in the InputCollection have the same subtype, e.g., they are all arrays of TL data |
| COpenTD.Results.Dataset.AverageDataArray | A DerivedDataArray that returns the average value across its InputCollection for each record. DataArrays in the InputCollection must all be the same length and have the same data subtype |
| COpenTD.Results.Dataset.MaxDataArray | A DerivedDataArray that returns the maximum value across its InputCollection for each record. DataArrays in the InputCollection must all be the same length and have the same data subtype |
| COpenTD.Results.Dataset.MinDataArray | A DerivedDataArray that returns the minimum value across its InputCollection for each record. DataArrays in the InputCollection must all be the same length and have the same data subtype |
| COpenTD.Results.Dataset.SumDataArray | A DerivedDataArray that returns the sum across its InputCollection for each record. DataArrays in the InputCollection must all have the same data subtype |
| COpenTD.Results.Dataset.WeightedAverageDataArray | A DerivedDataArray that returns a weighted average value across its InputCollection for each record. DataArrays in the InputCollection must all be the same length and have the same data subtype. Note: if IgnoreNaNInCalculations is true, NaN in input and weighting arrays will be treated as 0.0 |
| ►COpenTD.Results.Dataset.SelectOneDataArray | A DerivedDataArray that uses some criterion to select one of its input DataArrays and returns data solely from it |
| COpenTD.Results.Dataset.SelectMaxDataArray | A SelectOneDataArray that selects the DataArray with the maximum value and returns data from it only |
| COpenTD.Results.Dataset.SelectMinDataArray | A SelectOneDataArray that selects the DataArray with the minimum value and returns data from it only |
| COpenTD.Results.Dataset.DataArrayCollection | A collection of DataArrays, with some metadata describing them |
| ►COpenTD.Results.Dataset.Dataset | An abstract class representing a set of solution results from a Sinda run. Returns data as DataArrays |
| ►COpenTD.Results.Dataset.RecordFocusedDataset | <exclude > |
| COpenTD.Results.Dataset.CSR | A Dataset representing one CSR directory. Units are automatically read from the CSR, if available |
| ►COpenTD.Results.Dataset.DerivedDataset | A dataset derived from one or more input datasets. When you request data from a DerivedDataset, it performs an operation on the input datasets to combine their data. For example, a ConcatenatedDataset stitches together all of the data from its input datasets |
| COpenTD.Results.Dataset.ConcatenatedDataset | A DerivedDataset that joins its InputDatasets together. Use it when you have multiple Datasets that represent sequential events. You can use the bool ShiftTimes to determine whether it adds the previous final time to all the times in the next Dataset. The default is that it does, i.e., it assumes that all of your input Datasets start at time 0 |
| COpenTD.Results.Dataset.DatasetSlice | A DerivedDataset that accepts only one InputDataset and returns data for a time slice within that Dataset. Use when you're only interested in a certain time slice within your results |
| COpenTD.Results.Dataset.SaveFile | A Dataset representing one save file. Units are automatically read from the save file, if available |
| COpenTD.Results.Dataset.SaveXFile | A Dataset representing one savex file. Units are automatically read from the savex file, if available |
| ►COpenTD.Results.Dataset.SimpleDataset | Base class for simple datasets for which it might make sense to get all of the data at once using a single method. Implements the OpenTD.Results.Dataset.Dataset Implements the OpenTD.Results.Dataset.ISimpleDataset Implements the OpenTD.Results.Dataset.IDataset |
| COpenTD.Results.Dataset.SpreadsheetDataFile | Dataset representing data stored in a csv-style file. Each column is a series, while each row is a record. The first row contains DataItemIdentifiers. The second row contains units. Third and subsequent rows contain data. "NaN" or empty cells are treated as NaN. Default delimiters are comma and tab. All registers (except TIMEN) are considered dimensionless and their units are ignored. The name "time" (case-insensitive) can also be used for TIMEN |
| COpenTD.Results.Dataset.TextTransientFile | Represents a TD text transient file, a text-file containing results or test data in a format specified in the TD manual. Implements the OpenTD.Results.Dataset.SimpleDataset Implements the OpenTD.Results.Dataset.ISimpleDataset Implements the OpenTD.Results.Dataset.IDataset |
| COpenTD.Results.Dataset.ItemIdentifier | A class to generalize "items" that are associated with data, e.g., entities (nodes, lumps, etc.), registers, record numbers, etc |
| COpenTD.Results.Dataset.ItemIdentifierCollection | Collection of ItemIdentifiers |
| COpenTD.Results.Plot.Axis | Represents an axis on a plot. Will attempt to name itself based on the series associated with it |
| ►COpenTD.Results.Plot.Plot2d | An abstract class representing a 2d plot. Inherit from it to take advantage of its many helpful features, such as auto-naming, auto-creating and scaling axes, etc. SimplePlot is a concrete definition of a Plot2d that uses the .NET charting tools. There are methods to display the plot on the screen, save it as a bitmap, and to output it as a table of data |
| COpenTD.Results.Plot.SimplePlot | An implementation of Plot2d using the .NET charting tools. Use this class to create 2d plots of solution data. One limitation: currently SimplePlot only allows one axis in each position, i.e., a primary and secondary x axis, and a primary and secondary y axis. If you try to plot more axes, it will throw an exception |
| COpenTD.Results.Plot.Series2d | Represents a 2d series on a plot. Will attempt to name itself based on the data associated with it |
| COpenTD.Results.Plot.Series2dCollection | A collection of 2d series and metadata describing them |
| ►COpenTD.Results.Dataset.IAutoName | <exclude > |
| COpenTD.Results.Dataset.AutoNamer | <exclude > |
| COpenTD.Results.Dataset.DataArray | Data is returned from Datasets in the form of DataArrays, which in addition to containing the actual data, also know the physical dimension of the data, what units it is in, and have a reference to the Dataset it came from. Use the GetValues methods to get the data as lists of doubles, or use DataArrays directly as inputs to SimplePlots |
| COpenTD.Results.Dataset.DataArrayCollection | A collection of DataArrays, with some metadata describing them |
| COpenTD.Results.Dataset.Dataset | An abstract class representing a set of solution results from a Sinda run. Returns data as DataArrays |
| ►COpenTD.Results.Dataset.IDataset | An interface to save files, CSR's, spreadsheets and other objects that store solution data |
| COpenTD.Results.Dataset.CSR | A Dataset representing one CSR directory. Units are automatically read from the CSR, if available |
| COpenTD.Results.Dataset.ConcatenatedDataset | A DerivedDataset that joins its InputDatasets together. Use it when you have multiple Datasets that represent sequential events. You can use the bool ShiftTimes to determine whether it adds the previous final time to all the times in the next Dataset. The default is that it does, i.e., it assumes that all of your input Datasets start at time 0 |
| COpenTD.Results.Dataset.Dataset | An abstract class representing a set of solution results from a Sinda run. Returns data as DataArrays |
| COpenTD.Results.Dataset.DatasetSlice | A DerivedDataset that accepts only one InputDataset and returns data for a time slice within that Dataset. Use when you're only interested in a certain time slice within your results |
| COpenTD.Results.Dataset.DerivedDataset | A dataset derived from one or more input datasets. When you request data from a DerivedDataset, it performs an operation on the input datasets to combine their data. For example, a ConcatenatedDataset stitches together all of the data from its input datasets |
| COpenTD.Results.Dataset.RecordFocusedDataset | <exclude > |
| COpenTD.Results.Dataset.SaveFile | A Dataset representing one save file. Units are automatically read from the save file, if available |
| COpenTD.Results.Dataset.SaveXFile | A Dataset representing one savex file. Units are automatically read from the savex file, if available |
| COpenTD.Results.Dataset.SimpleDataset | Base class for simple datasets for which it might make sense to get all of the data at once using a single method. Implements the OpenTD.Results.Dataset.Dataset Implements the OpenTD.Results.Dataset.ISimpleDataset Implements the OpenTD.Results.Dataset.IDataset |
| COpenTD.Results.Dataset.SpreadsheetDataFile | Dataset representing data stored in a csv-style file. Each column is a series, while each row is a record. The first row contains DataItemIdentifiers. The second row contains units. Third and subsequent rows contain data. "NaN" or empty cells are treated as NaN. Default delimiters are comma and tab. All registers (except TIMEN) are considered dimensionless and their units are ignored. The name "time" (case-insensitive) can also be used for TIMEN |
| COpenTD.Results.Dataset.TextTransientFile | Represents a TD text transient file, a text-file containing results or test data in a format specified in the TD manual. Implements the OpenTD.Results.Dataset.SimpleDataset Implements the OpenTD.Results.Dataset.ISimpleDataset Implements the OpenTD.Results.Dataset.IDataset |
| COpenTD.Results.Dataset.ItemIdentifierCollection | Collection of ItemIdentifiers |
| COpenTD.Results.Plot.Axis | Represents an axis on a plot. Will attempt to name itself based on the series associated with it |
| COpenTD.Results.Plot.Plot2d | An abstract class representing a 2d plot. Inherit from it to take advantage of its many helpful features, such as auto-naming, auto-creating and scaling axes, etc. SimplePlot is a concrete definition of a Plot2d that uses the .NET charting tools. There are methods to display the plot on the screen, save it as a bitmap, and to output it as a table of data |
| COpenTD.Results.Plot.Series2d | Represents a 2d series on a plot. Will attempt to name itself based on the data associated with it |
| COpenTD.Results.Plot.Series2dCollection | A collection of 2d series and metadata describing them |
| COpenTD.Results.Dataset.IBrowser | IBrowser interface providing methods for Heatmap and HeatBetween nodes and node collecions |
| ►Cpb.IBufferMessage | |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| ►CICollection | |
| COpenTD.Results.Dataset.DataArrayCollection | A collection of DataArrays, with some metadata describing them |
| COpenTD.Results.Dataset.DataItemIdentifierCollection | Collection of DataItemIdentifiers |
| COpenTD.Results.Dataset.ItemIdentifierCollection | Collection of ItemIdentifiers |
| COpenTD.Results.Plot.Series2dCollection | A collection of 2d series and metadata describing them |
| ►COpenTD.Results.Dataset.ICompareData | Represents an algorithm for comparing all data of a single DataSubtype (T, TL, etc.) between two datasets. Objects that implement this interface can be used within Comparer.ComparisonMethods or Comparer.DefaultComparisonMethod. See PercentDifferenceCompareData for an example implementation |
| ►COpenTD.Results.Dataset.CompareData | |
| COpenTD.Results.Dataset.PercentDifferenceCompareData | This ICompareData implementation compares data of a single subtype (T, TL, etc.) for all applicable common entities (nodes or lumps or... etc.) between two datasets by examining the percent difference between pairs of values at each record for each common-named entity. For this comparison, Datasets must have the same number of records |
| COpenTD.Results.Dataset.PercentDifferenceCompareData | This ICompareData implementation compares data of a single subtype (T, TL, etc.) for all applicable common entities (nodes or lumps or... etc.) between two datasets by examining the percent difference between pairs of values at each record for each common-named entity. For this comparison, Datasets must have the same number of records |
| ►COpenTD.Results.Dataset.IComparerInput | Collects together all of the Comparer members that will be input to an ICompareData object |
| COpenTD.Results.Dataset.Comparer | Use to compare two Datasets |
| ►COpenTD.Results.Dataset.IComparerOutput | Collects together all of the Comparer members that will be output from an ICompareData object |
| COpenTD.Results.Dataset.Comparer | Use to compare two Datasets |
| ►CICRLogger | |
| COpenTD.Logging.Logger | Writes messages to log files or other destinations. Use LoggerFactory to generate new loggers |
| COpenTD.Results.Dataset.Topology.IDatasetTopology | Provides access to the underlying logical topology for a dataset |
| ►COpenTD.IDbIterator | Use to iterate through the AutoCAD database, getting entities such as nodes, conics, etc |
| COpenTD.XRefDBIterator | <exclude > |
| COpenTD.RadCAD.FEModel.IdDomain | Lightweight domain ID holder for use with FEMeshImporter only |
| ►COpenTD.Dimension.IDimension | Represents a physical dimension, e.g., density |
| COpenTD.Dimension.Angle | |
| COpenTD.Dimension.Area | |
| COpenTD.Dimension.CondPerArea | |
| COpenTD.Dimension.CondPerLength | |
| COpenTD.Dimension.Conductance | |
| COpenTD.Dimension.Current | |
| COpenTD.Dimension.Density | |
| COpenTD.Dimension.Dimensionless | |
| COpenTD.Dimension.DynamicViscosity | |
| COpenTD.Dimension.Energy | |
| COpenTD.Dimension.EnergyPerArea | |
| COpenTD.Dimension.EnergyPerLength | |
| COpenTD.Dimension.EnergyPerMass | |
| COpenTD.Dimension.Enthalpy | |
| COpenTD.Dimension.Entropy | |
| COpenTD.Dimension.Flux | |
| COpenTD.Dimension.Force | |
| COpenTD.Dimension.Gravity | |
| COpenTD.Dimension.HeatRate | |
| COpenTD.Dimension.HeatRatePerVolume | |
| COpenTD.Dimension.Inertial | |
| COpenTD.Dimension.InversePressure | |
| COpenTD.Dimension.InverseVolume | |
| COpenTD.Dimension.Mass | |
| COpenTD.Dimension.MassFlowRate | |
| COpenTD.Dimension.MassFlowratePerEnthalpy | |
| COpenTD.Dimension.MassFlowratePerPressure | |
| COpenTD.Dimension.MassFlux | |
| COpenTD.Dimension.MassPerLength | |
| COpenTD.Dimension.ModelLength | |
| COpenTD.Dimension.MomentOfInertia | |
| COpenTD.Dimension.OrbitLength | |
| COpenTD.Dimension.OrbitVelocity | |
| COpenTD.Dimension.Pressure | |
| COpenTD.Dimension.PressurePerVolume | |
| COpenTD.Dimension.Resistivity | |
| COpenTD.Dimension.Rotation | |
| COpenTD.Dimension.SpecificHeat | |
| COpenTD.Dimension.StefanBoltzmann | |
| COpenTD.Dimension.SurfaceTension | |
| COpenTD.Dimension.Temp | |
| COpenTD.Dimension.TempAbs | |
| COpenTD.Dimension.ThermalMass | |
| COpenTD.Dimension.Time | |
| COpenTD.Dimension.Torque | |
| COpenTD.Dimension.Unknown | |
| COpenTD.Dimension.Velocity | |
| COpenTD.Dimension.Voltage | |
| COpenTD.Dimension.VoltsPerTemp | |
| COpenTD.Dimension.Volume | |
| COpenTD.Dimension.VolumeFlowRate | |
| ►CIDisposable | |
| COpenTD.Results.Dataset.SaveXFile | A Dataset representing one savex file. Units are automatically read from the savex file, if available |
| COpenTD.IDomainManager | |
| ►CIEnumerable | |
| COpenTD.Results.Dataset.CompareSuite | Use a CompareSuite to test whether multiple pairs of Datasets are equal or not. Tests a set of CompareAssertions and collects the results |
| COpenTD.Results.Dataset.DataArray | Data is returned from Datasets in the form of DataArrays, which in addition to containing the actual data, also know the physical dimension of the data, what units it is in, and have a reference to the Dataset it came from. Use the GetValues methods to get the data as lists of doubles, or use DataArrays directly as inputs to SimplePlots |
| COpenTD.Results.Dataset.DataArrayCollection | A collection of DataArrays, with some metadata describing them |
| COpenTD.Results.Dataset.DataItemIdentifierCollection | Collection of DataItemIdentifiers |
| COpenTD.Results.Dataset.ItemIdentifierCollection | Collection of ItemIdentifiers |
| COpenTD.Results.Plot.Series2dCollection | A collection of 2d series and metadata describing them |
| ►CIEnumerator | |
| COpenTD.Results.Dataset.DataArrayEnumerator | Used internally when iterating over the values in a DataArray |
| ►CIEquatable | |
| COpenTD.Results.Dataset.DataSubtype | Represents one data subtype, e.g., TL (lump temperature). If using C#, you can supply a StandardDataSubtype anywhere a DataSubtype is expected and it will be implicity converted to a DataSubtype. This also works with a FullStandardDataSubtype |
| COpenTD.Results.Dataset.Topology.SindaName | Holds the Submodel/Id pair uniquely identifying model objects within their respective type |
| COpenTD.UnitsData | Describes a system of units. Can be inconsistent |
| COpenTD.UnitsDefData | UnitsDefData is used to create units with arbitrary combinations of dimensions |
| ►COpenTD.Dimension.IGetSetSI | <exclude > |
| COpenTD.Dimension.Dimensional< T > | Dimensionals represent dimensional quantities, like endTime or initialTemperature. When set or get, dimensional values reflect the current Units.WorkingUnits system. For example, if you set WorkingUnits.temp to C, then set a Dimensional{Temperature} to 0, then set WorkingUnits.temp to F, the Dimensional would now return 32. Dimensionals implicitly convert to/from doubles |
| COpenTD.Dimension.DimensionalIfPositive< T > | Works like a dimensional, but only for positive values. Negative values act like doubles |
| ►COpenTD.Dimension.IGetSetSIList | <exclude > |
| COpenTD.Dimension.DimensionalIfPositiveList< T > | A list of DimensionalIfPositives |
| COpenTD.Dimension.DimensionalList< T > | A list of Dimensionals |
| ►COpenTD.Dimension.IGetSetSIList2 | <exclude > |
| COpenTD.Dimension.DimensionalList2< T > | A 2D list of Dimensionals |
| ►CIList | |
| COpenTD.Results.Dataset.CompareSuite | Use a CompareSuite to test whether multiple pairs of Datasets are equal or not. Tests a set of CompareAssertions and collects the results |
| COpenTD.Results.Dataset.DataArrayCollection | A collection of DataArrays, with some metadata describing them |
| COpenTD.Results.Dataset.DataItemIdentifierCollection | Collection of DataItemIdentifiers |
| COpenTD.Results.Dataset.ItemIdentifierCollection | Collection of ItemIdentifiers |
| COpenTD.Results.Plot.Series2dCollection | A collection of 2d series and metadata describing them |
| COpenTD.Utility.UniqueItemList< T > | Acts like a List, except Add and Insert will remove existing items that equal the added/inserted item (according to its definition of Equals) |
| ►Cpb.IMessage | |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloReply | The response message containing the greetings |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| CAnsys.Api.ThermalDesktop.V0.ThermalDesktop.HelloRequest | The request message containing the user's name |
| ►COpenTD.Results.Dataset.Topology.IObjectInfoBase | Base info for topology info objects |
| COpenTD.Results.Dataset.Topology.IConductorInfo | Represents conductor information |
| COpenTD.Results.Dataset.Topology.IFTieInfo | Represents ftie information |
| ►COpenTD.Results.Dataset.Topology.IIFaceInfo | Represents IFace information |
| COpenTD.Results.Dataset.Topology.IFaceInfo | Represents IFace information |
| COpenTD.Results.Dataset.Topology.ILumpInfo | Represents lump information |
| COpenTD.Results.Dataset.Topology.INodeInfo | Represents node information |
| ►COpenTD.Results.Dataset.Topology.IPathInfo | Represents path information |
| COpenTD.Results.Dataset.Topology.PathInfo | Topology information about a FLUINT path Implements the OpenTD.Results.Dataset.Topology.ObjectInfoBase Implements the OpenTD.Results.Dataset.Topology.IPathInfo |
| COpenTD.Results.Dataset.Topology.ITieInfo | Represents tie information |
| ►COpenTD.Results.Dataset.Topology.ObjectInfoBase | Base class for classes that contain topology information for an entity. Implements the OpenTD.Results.Dataset.Topology.IObjectInfoBase |
| COpenTD.Results.Dataset.Topology.IFaceInfo | Represents IFace information |
| COpenTD.Results.Dataset.Topology.PathInfo | Topology information about a FLUINT path Implements the OpenTD.Results.Dataset.Topology.ObjectInfoBase Implements the OpenTD.Results.Dataset.Topology.IPathInfo |
| ►COpenTD.AddIn.IProgressReporter | Use an IProgressReporter to track progress in a long-running task. Similar to IProgress interface available in later .NET versions |
| COpenTD.AddIn.ProgressToken | <exclude > |
| ►COpenTD.IReassignable | |
| ►COpenTD.OpenTDObject | Base class for client-side objects linked to entities in a TD instance |
| ►COpenTD.CaseSetData | <exclude > |
| COpenTD.CaseSet | Client-side representation of a Case Set in a TD instance |
| ►COpenTD.DbObject | Base class for objects stored in the AutoCAD database and uniquely-identified by AutoCAD handles |
| COpenTD.RadCAD.Orbit | Client-side representation of an orbit in a TD instance |
| ►COpenTD.TdDbEntityData | Base class for objects sorted on AutoCAD layers |
| COpenTD.AcEllipse | Client-side representation of an AutoCAD Ellipse entity in a TD instance |
| COpenTD.Arc | Client-side representation of an AutoCAD Arc entity in a TD instance |
| COpenTD.Circle | Client-side representation of an AutoCAD Circle entity in a TD instance |
| COpenTD.FloCAD.Compartment | Client-side representation of a Compartment entity in a TD instance |
| ►COpenTD.FloCAD.RcCappmpData | <exclude > |
| COpenTD.FloCAD.Cappmp | Client-side representation of a cappmp entity in a TD instance |
| ►COpenTD.FloCAD.RcFTieData | <exclude > |
| COpenTD.FloCAD.FTie | Client-side representation of an FTie entity in a TD instance |
| ►COpenTD.FloCAD.RcIFaceData | <exclude > |
| COpenTD.FloCAD.IFace | Client-side representation of an IFace entity in a TD instance |
| ►COpenTD.FloCAD.RcLumpData | <exclude > |
| COpenTD.FloCAD.Lump | Client-side representation of a lump entity in a TD instance |
| ►COpenTD.FloCAD.RcPathData | <exclude > |
| COpenTD.FloCAD.Path | Client-side representation of a path entity in a TD instance |
| ►COpenTD.FloCAD.RcPortData | <exclude > |
| ►COpenTD.FloCAD.Port | Client-side representation of a port entity in a TD instance |
| COpenTD.FloCAD.FkLocator | Client-side representation of an FkLocator entity in a TD instance |
| COpenTD.FloCAD.Tee | Client-side representation of a tee entity in a TD instance |
| ►COpenTD.FloCAD.RcTieData | <exclude > |
| COpenTD.FloCAD.Tie | Client-side representation of a tie entity in a TD instance |
| COpenTD.Helix | Client-side representation of an AutoCAD Helix entity in a TD instance |
| ►COpenTD.LineData | <exclude > |
| COpenTD.Line | Client-side representation of an AutoCAD Line entity in a TD instance |
| COpenTD.Measure | Client-side representation of a TD Measure object |
| ►COpenTD.MeshDisplayer | Client-side representation of the TD base class that displays finite element meshes. Implements the OpenTD.TdDbEntityData |
| COpenTD.PostProcessing.DataMapper | Client-side representation of a data mapper in a TD instance. Implements OpenTD.MeshDisplayer Implements OpenTD.IUpdatable Implements OpenTD.IReassignable |
| COpenTD.RadCAD.FEMeshImporter | Finite-element mesh importer |
| COpenTD.Polyline | Client-side representation of an AutoCAD LWPolyline entity in a TD instance |
| COpenTD.Polyline3d | Client-side representation of an AutoCAD Polyline (3dPoly) entity in a TD instance |
| COpenTD.PressureLoad | Client-side representation of a Pressure entity in a TD instance |
| ►COpenTD.RadCAD.FEM.RcSolidElement | Base class for solid finite elements |
| COpenTD.RadCAD.FEM.LinearBrick | Client-side representation of a LinearBrick entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearPyramid | Client-side representation of a LinearPyramid entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearTet | Client-side representation of a LinearTet entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearWedge | Client-side representation of a LinearWedge entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticBrick | Client-side representation of a QuadraticBrick entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticPyramid | Client-side representation of a QuadraticPyramid entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticTet | Client-side representation of a QuadraticTet entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticWedge | Client-side representation of a QuadraticWedge entity in a TD instance |
| ►COpenTD.RadCAD.FdSolid.RcFdSolidData | Base class for finite-difference (FD) solids |
| COpenTD.RadCAD.FdSolid.SolidBrick | Client-side representation of a SolidBrick entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidCone | Client-side representation of a SolidCone entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidCylinder | Client-side representation of a SolidCylinder entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidEllipsoid | Client-side representation of a SolidEllipsoid entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidSphere | Client-side representation of a SolidSphere entity in a TD instance |
| ►COpenTD.RadCAD.RcArticulatorData | <exclude > |
| COpenTD.RadCAD.Assembly | Client-side representation of an assembly/articulator entity in a TD instance |
| ►COpenTD.RadCAD.RcTrackerData | <exclude > |
| COpenTD.RadCAD.Tracker | Client-side representation of an Tracker/Articulator entity in a TD instance |
| ►COpenTD.RadCAD.RcEntityData | Base class for entities with materials, u and v nodal breakdowns, optical properties, etc |
| ►COpenTD.FloCAD.RcPipeData | <exclude > |
| COpenTD.FloCAD.Pipe | Client-side representation of a pipe entity in a TD instance |
| ►COpenTD.RadCAD.FEM.RcSurfaceElement | Base class for surface finite elements |
| COpenTD.RadCAD.FEM.LinearQuad | Client-side representation of a LinearQuad entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearTri | Client-side representation of a LinearTri entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticQuad | Client-side representation of a QuadraticQuad entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticTri | Client-side representation of a QuadraticTri entity in a TD instance |
| COpenTD.RadCAD.Polygon | Client-side representation of a single-face MeshFD in a TD instance |
| ►COpenTD.RadCAD.RcConicData | Client-side representation of a conic entity in a TD instance. (Base class for all conics, e.g., cones, cylinders, disks, etc.) |
| COpenTD.RadCAD.EllipticCylinder | Client-side representation of an EllipticCylinder in a TD instance |
| ►COpenTD.RadCAD.RcConeData | <exclude > |
| COpenTD.RadCAD.Cone | Client-side representation of a Cone entity in a TD instance |
| ►COpenTD.RadCAD.RcCylinderData | <exclude > |
| COpenTD.RadCAD.Cylinder | Client-side representation of a Cylinder entity in a TD instance |
| ►COpenTD.RadCAD.RcDiskData | <exclude > |
| COpenTD.RadCAD.Disk | Client-side representation of a Disk entity in a TD instance |
| ►COpenTD.RadCAD.RcEllipseData | <exclude > |
| COpenTD.RadCAD.Ellipse | Client-side representation of an Ellipse entity in a TD instance |
| ►COpenTD.RadCAD.RcEllipsoidData | <exclude > |
| COpenTD.RadCAD.Ellipsoid | Client-side representation of an Ellipsoid entity in a TD instance |
| ►COpenTD.RadCAD.RcEllipticConeData | <exclude > |
| COpenTD.RadCAD.EllipticCone | Client-side representation of an EllipticCone entity in a TD instance |
| ►COpenTD.RadCAD.RcOffsetParaboloidData | <exclude > |
| COpenTD.RadCAD.OffsetParaboloid | Client-side representation of an OffsetParaboloid entity in a TD instance |
| ►COpenTD.RadCAD.RcOgiveData | <exclude > |
| COpenTD.RadCAD.Ogive | Client-side representation of an Ogive entity in a TD instance |
| ►COpenTD.RadCAD.RcParabolicTroughData | <exclude > |
| COpenTD.RadCAD.ParabolicTrough | Client-side representation of a ParabolicTrough entity in a TD instance |
| ►COpenTD.RadCAD.RcParaboloidData | <exclude > |
| COpenTD.RadCAD.Paraboloid | Client-side representation of a Paraboloid entity in a TD instance |
| ►COpenTD.RadCAD.RcRectangleData | <exclude > |
| COpenTD.RadCAD.Rectangle | Client-side representation of a Rectangle entity in a TD instance |
| ►COpenTD.RadCAD.RcScarfedConeData | <exclude > |
| COpenTD.RadCAD.ScarfedCone | Client-side representation of a ScarfedCone entity in a TD instance |
| ►COpenTD.RadCAD.RcScarfedCylinderData | <exclude > |
| COpenTD.RadCAD.ScarfedCylinder | Client-side representation of a ScarfedCylinder entity in a TD instance |
| ►COpenTD.RadCAD.RcSphereData | <exclude > |
| COpenTD.RadCAD.Sphere | Client-side representation of a Sphere entity in a TD instance |
| ►COpenTD.RadCAD.RcTorusData | <exclude > |
| COpenTD.RadCAD.Torus | Client-side representation of a Torus entity in a TD instance |
| ►COpenTD.RadCAD.RcMeshFDData | <exclude > |
| COpenTD.RadCAD.MeshFD | Client-side representation of a finite-difference mesh in a TD instance |
| ►COpenTD.RcConductorData | <exclude > |
| COpenTD.Conductor | Client-side representation of a Conductor entity in a TD instance |
| ►COpenTD.RcConnData | <exclude > |
| COpenTD.Contactor | Client-side representation of a Contactor entity in a TD instance |
| ►COpenTD.RcTecData | <exclude > |
| COpenTD.Tec | Client-side representation of a Tec entity in a TD instance |
| ►COpenTD.RcHeatLoadData | <exclude > |
| COpenTD.HeatLoad | Client-side representation of a HeatLoad entity in a TD instance |
| ►COpenTD.RcHeaterData | <exclude > |
| COpenTD.Heater | Client-side representation of a Heater entity in a TD instance |
| ►COpenTD.RcNodeData | <exclude > |
| COpenTD.Node | Client-side representation of a Node entity in a TD instance |
| COpenTD.Spline | Client-side representation of an AutoCAD Spline entity in a TD instance |
| ►COpenTD.TdTextData | <exclude > |
| COpenTD.Text | Client-side representation of a Text annotation in a TD instance |
| ►COpenTD.LayerData | <exclude > |
| COpenTD.Layer | An AutoCAD layer |
| ►COpenTD.LogicObject | Base class for TD logic objects |
| ►COpenTD.RcArrayInterpolationData | <exclude > |
| COpenTD.ArrayInterpolation | Client-side representation of an Array Interpolatiopn Logic Object |
| ►COpenTD.RcLogicUDFACollectionData | <exclude > |
| COpenTD.UDFACollection | Client-side representation of a Logic Object Fortran Array in a TD instance. This holds a collection of individual Fortran arrays |
| ►COpenTD.RcLogicUserArrayData | <exclude > |
| COpenTD.UserArray | Client-side representation of a Logic Object User Array in a TD instance |
| ►COpenTD.RcLogicUserCodeData | <exclude > |
| COpenTD.UserCode | Client-side representation of a Logic Object User Code item in a TD instance |
| ►COpenTD.RcPIDData | <exclude > |
| COpenTD.PID | Client-side representation of a Logic Object PID in a TD instance |
| COpenTD.MeasureMappingTolerances | Use to get and set mapping tolerances for Measures |
| ►COpenTD.RcNotesData | <exclude > |
| COpenTD.Notes | Client-side representation of the dwg notes in a TD instance |
| ►COpenTD.UniqueNameObject | An object that is uniquely-identified by its name, instead of, for example, an AutoCAD handle |
| ►COpenTD.MaterialStackData | <exclude > |
| COpenTD.MaterialStack | Client-side representation of a Material Stack entity in a TD instance |
| COpenTD.PostProcessing.Dataset | Client-side representation of a dataset (solution results) in a TD instance |
| ►COpenTD.RadCAD.OpticalPropsData | <exclude > |
| COpenTD.RadCAD.OpticalProps | Client-side representation of an optical property in a TD instance |
| ►COpenTD.SubmodelData | <exclude > |
| ►COpenTD.FloCAD.FluidSubmodelData | <exclude > |
| COpenTD.FloCAD.FluidSubmodel | Client-side representation of a fluid submodel in a TD instance |
| COpenTD.Submodel | A thermal submodel. Implicitly converts to/from string |
| ►COpenTD.SymbolData | <exclude > |
| COpenTD.Symbol | Client-side representation of a Symbol in a TD instance |
| ►COpenTD.ThermoPropsData | <exclude > |
| COpenTD.ThermoProps | Client-side representation of a Thermophysical Property in a TD instance |
| COpenTD.PostProcessing.DataMapper | Client-side representation of a data mapper in a TD instance. Implements OpenTD.MeshDisplayer Implements OpenTD.IUpdatable Implements OpenTD.IReassignable |
| ►COpenTD.Results.Dataset.ISimpleDataset | Provides a method to get all data at once from a small dataset |
| COpenTD.Results.Dataset.SimpleDataset | Base class for simple datasets for which it might make sense to get all of the data at once using a single method. Implements the OpenTD.Results.Dataset.Dataset Implements the OpenTD.Results.Dataset.ISimpleDataset Implements the OpenTD.Results.Dataset.IDataset |
| COpenTD.Results.Dataset.SpreadsheetDataFile | Dataset representing data stored in a csv-style file. Each column is a series, while each row is a record. The first row contains DataItemIdentifiers. The second row contains units. Third and subsequent rows contain data. "NaN" or empty cells are treated as NaN. Default delimiters are comma and tab. All registers (except TIMEN) are considered dimensionless and their units are ignored. The name "time" (case-insensitive) can also be used for TIMEN |
| COpenTD.Results.Dataset.TextTransientFile | Represents a TD text transient file, a text-file containing results or test data in a format specified in the TD manual. Implements the OpenTD.Results.Dataset.SimpleDataset Implements the OpenTD.Results.Dataset.ISimpleDataset Implements the OpenTD.Results.Dataset.IDataset |
| COpenTD.Internal.Communication.ITdCommander | <exclude > |
| ►COpenTD.ITdConsole | Provides methods to interact via TD's console |
| COpenTD.ThermalDesktop | Represents one instance of Thermal Desktop. This is the top-level class for interacting with OpenTD |
| ►COpenTD.ITdDerived | <exclude > |
| COpenTD.AdditionalRadiationTaskData | Represents one Radiation Analysis Data Control item |
| COpenTD.AggregateComponentData | Represents one component/layer of an aggregate/laminate material |
| COpenTD.AggregateData | Represents an aggregate or laminate material |
| COpenTD.CaseSetData | <exclude > |
| COpenTD.CaseSetManagerOptions | Client-side representation of Case Set Manager options in a TD instance |
| COpenTD.ExpressionArrayClass2Data | 2d array of TD expressions |
| COpenTD.ExpressionArrayClassData | Array of TD expressions |
| COpenTD.ExpressionData | Data describing a TD expression |
| COpenTD.FloCAD.Bay | Client-side representation of a Compartment Bay entity in a TD instance |
| COpenTD.FloCAD.Compartment | Client-side representation of a Compartment entity in a TD instance |
| COpenTD.FloCAD.CompartmentTie | Used to describe ties to extra surfaces within a compartment, such as baffles |
| COpenTD.FloCAD.FkLocator | Client-side representation of an FkLocator entity in a TD instance |
| COpenTD.FloCAD.PipeStdSignatureData | Represents a standard pipe |
| COpenTD.FloCAD.PipeTie | Describes a tie defined by a pipe |
| COpenTD.FloCAD.RcCappmpData | <exclude > |
| COpenTD.FloCAD.RcFTieData | <exclude > |
| COpenTD.FloCAD.RcIFaceData | <exclude > |
| COpenTD.FloCAD.RcLumpData | <exclude > |
| COpenTD.FloCAD.RcPathData | <exclude > |
| COpenTD.FloCAD.RcPipeData | <exclude > |
| COpenTD.FloCAD.RcPortData | <exclude > |
| COpenTD.FloCAD.RcTieData | <exclude > |
| COpenTD.FloCAD.Tee | Client-side representation of a tee entity in a TD instance |
| COpenTD.FluintLogicData | User logic for a fluid submodel |
| COpenTD.KickerData | Represents a Model Kicker task |
| COpenTD.LogicObject | Base class for TD logic objects |
| COpenTD.MaterialStackData | <exclude > |
| COpenTD.MaterialStackLayerData | Represents one layer of a Material Stack |
| COpenTD.Measure | Client-side representation of a TD Measure object |
| COpenTD.NetworkLogicData | TD network logic |
| COpenTD.NetworkLogicUnits | Controls how units are handled within a NetworkLogicData object |
| COpenTD.NodeBreakdownData | Represents node subdivisions, e.g., the u and v nodal breakdowns in a conic |
| COpenTD.PostProcessing.AdditionalCompareInfo | Information specific to Compare type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| ►COpenTD.PostProcessing.AdditionalDatasetInfo | Abstract class for data specific to each type of Dataset |
| COpenTD.PostProcessing.AdditionalCompareInfo | Information specific to Compare type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalHeatFlowInfo | Information specific to Heat Flow type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalHeatFlowMapInfo | Information specific to Heat Flow Map type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalHeatrateInfo | Information specific to Heatrate (orbit) type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalRadkInfo | Information specific to RADK type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalSindaInfo | Information specific to Sinda results type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalTextInfo | Information specific to steady-state text file type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalTextTransientInfo | Information specific to transient text file type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalHeatFlowInfo | Information specific to Heat Flow type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalHeatFlowMapInfo | Information specific to Heat Flow Map type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalHeatrateInfo | Information specific to Heatrate (orbit) type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalRadkInfo | Information specific to RADK type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalSindaInfo | Information specific to Sinda results type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalTextInfo | Information specific to steady-state text file type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.AdditionalTextTransientInfo | Information specific to transient text file type Datasets. Implements the OpenTD.PostProcessing.AdditionalDatasetInfo |
| COpenTD.PostProcessing.DataMapper | Client-side representation of a data mapper in a TD instance. Implements OpenTD.MeshDisplayer Implements OpenTD.IUpdatable Implements OpenTD.IReassignable |
| COpenTD.PostProcessing.Dataset | Client-side representation of a dataset (solution results) in a TD instance |
| COpenTD.PostProcessing.StressThermalGroupAssociation | Client-side representation of class to define data mapper group associations |
| COpenTD.PressureLoad | Client-side representation of a Pressure entity in a TD instance |
| COpenTD.Quaternion | Describes a mathematical quaternion. Used, for example, to describe material orientation in solid finite elements |
| COpenTD.RadCAD.EllipticCylinder | Client-side representation of an EllipticCylinder in a TD instance |
| COpenTD.RadCAD.FEM.LinearBrick | Client-side representation of a LinearBrick entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearPyramid | Client-side representation of a LinearPyramid entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearQuad | Client-side representation of a LinearQuad entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearTet | Client-side representation of a LinearTet entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearTri | Client-side representation of a LinearTri entity in a TD instance |
| COpenTD.RadCAD.FEM.LinearWedge | Client-side representation of a LinearWedge entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticBrick | Client-side representation of a QuadraticBrick entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticPyramid | Client-side representation of a QuadraticPyramid entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticQuad | Client-side representation of a QuadraticQuad entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticTet | Client-side representation of a QuadraticTet entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticTri | Client-side representation of a QuadraticTri entity in a TD instance |
| COpenTD.RadCAD.FEM.QuadraticWedge | Client-side representation of a QuadraticWedge entity in a TD instance |
| COpenTD.RadCAD.FEM.RcSolidElement | Base class for solid finite elements |
| COpenTD.RadCAD.FEM.RcSurfaceElement | Base class for surface finite elements |
| COpenTD.RadCAD.FdSolid.RcFdSolidData | Base class for finite-difference (FD) solids |
| COpenTD.RadCAD.FdSolid.SolidBrick | Client-side representation of a SolidBrick entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidCone | Client-side representation of a SolidCone entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidCylinder | Client-side representation of a SolidCylinder entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidEllipsoid | Client-side representation of a SolidEllipsoid entity in a TD instance |
| COpenTD.RadCAD.FdSolid.SolidSphere | Client-side representation of a SolidSphere entity in a TD instance |
| COpenTD.RadCAD.GlobalContact | |
| COpenTD.RadCAD.OpticalPropsData | <exclude > |
| COpenTD.RadCAD.Orbit | Client-side representation of an orbit in a TD instance |
| COpenTD.RadCAD.OrbitDateTime | Date and time data used to define orbits |
| COpenTD.RadCAD.OrbitParameters | Parameters used to define the shape and position of orbits |
| COpenTD.RadCAD.PlanetParameters | Parameters used to define the planet being orbited. Defaults to Earth data |
| COpenTD.RadCAD.RcArticulatorData | <exclude > |
| COpenTD.RadCAD.RcConeData | <exclude > |
| COpenTD.RadCAD.RcConicData | Client-side representation of a conic entity in a TD instance. (Base class for all conics, e.g., cones, cylinders, disks, etc.) |
| COpenTD.RadCAD.RcCylinderData | <exclude > |
| COpenTD.RadCAD.RcDiskData | <exclude > |
| COpenTD.RadCAD.RcEllipseData | <exclude > |
| COpenTD.RadCAD.RcEllipsoidData | <exclude > |
| COpenTD.RadCAD.RcEllipticConeData | <exclude > |
| COpenTD.RadCAD.RcEntityData | Base class for entities with materials, u and v nodal breakdowns, optical properties, etc |
| COpenTD.RadCAD.RcMeshFDData | <exclude > |
| COpenTD.RadCAD.RcOffsetParaboloidData | <exclude > |
| COpenTD.RadCAD.RcOgiveData | <exclude > |
| COpenTD.RadCAD.RcParabolicTroughData | <exclude > |
| COpenTD.RadCAD.RcParaboloidData | <exclude > |
| COpenTD.RadCAD.RcRectangleData | <exclude > |
| COpenTD.RadCAD.RcScarfedConeData | <exclude > |
| COpenTD.RadCAD.RcScarfedCylinderData | <exclude > |
| COpenTD.RadCAD.RcSphereData | <exclude > |
| COpenTD.RadCAD.RcTorusData | <exclude > |
| COpenTD.RadCAD.RcTrackerData | <exclude > |
| COpenTD.RadCAD.TempVsWaveLengthData | List of temperatures vs wavelengths |
| COpenTD.RadiationTaskData | Data describing a radiation task |
| COpenTD.RcArrayInterpolationData | <exclude > |
| COpenTD.RcConductorData | <exclude > |
| COpenTD.RcConnData | <exclude > |
| COpenTD.RcHeatLoadData | <exclude > |
| COpenTD.RcHeaterData | <exclude > |
| COpenTD.RcHeaterSenseData | Data describing what a heater senses |
| COpenTD.RcLogicUDFACollectionData | <exclude > |
| COpenTD.RcLogicUserArrayData | <exclude > |
| COpenTD.RcLogicUserCodeData | <exclude > |
| COpenTD.RcNodeData | <exclude > |
| COpenTD.RcNotesData | <exclude > |
| COpenTD.RcPIDData | <exclude > |
| COpenTD.RcTecData | <exclude > |
| COpenTD.RegisterData | Represents a Sinda register, used in a Case Set |
| COpenTD.SindaControlData | Sinda control constants. Used in Case Set |
| COpenTD.SindaOptionsData | Sinda options. Used in Case Set |
| COpenTD.SolverControlData | Sinda solver (optimization) control constants. Used in Case Set |
| COpenTD.SolverDesignData | A Sinda solver (optimization) design or constraint variable. Used in Case Set |
| COpenTD.SymbolData | <exclude > |
| COpenTD.TdDbEntityData | Base class for objects sorted on AutoCAD layers |
| COpenTD.TdTextData | <exclude > |
| COpenTD.ThermalLogicData | User logic for one submodel. Can be used for thermal or fluid submodels. (For fluid submodels, TD will write code to corresponding fluid headers, e.g., any data in Variables0 will be written to the FLOGIC 0 header.) Used in a Case Set |
| COpenTD.ThermoPropsData | <exclude > |
| COpenTD.UDFA | Client-side representation of a User-Defined Fortran Array (UDFA) |
| COpenTD.UnitsData | Describes a system of units. Can be inconsistent |
| COpenTD.UnitsDefData | UnitsDefData is used to create units with arbitrary combinations of dimensions |
| COpenTD.UserPreferences.AdvancedPreferences | Use to set the global advanced preferences |
| COpenTD.UserPreferences.CalculationsPreferences | Use to set the global calculations preferences |
| COpenTD.UserPreferences.GraphicsResolutionPreferences | Use to set the global dwg graphics size preferences |
| COpenTD.UserPreferences.GraphicsSizePreferences | Use to set the global dwg graphics size preferences |
| COpenTD.UserPreferences.GraphicsTextPreferences | Use to set the global dwg text preferences |
| COpenTD.UserPreferences.GraphicsVisibilityPreferences | Use to set the global dwg graphics visibility preferences |
| COpenTD.UserPreferences.SindaPreferences | Use to set the global Sinda preferences |
| COpenTD.UserPreferences.UnitsPreferences | Use to set the global units preferences |
| COpenTD.UserPreferences.UserPreferences | Provides access to the global user preferences for a dwg |
| ►COpenTD.Results.Dataset.IUDFAManager | <exclude > |
| COpenTD.Results.Dataset.UDFAManager | <exclude > |
| ►COpenTD.Results.Dataset.IUDFAReader | <exclude > |
| COpenTD.Results.Dataset.FunctionalUDFAReader | <exclude > |
| ►COpenTD.IUpdatable | Contains methods to send and receive data from a corresponding object in a TD instance |
| COpenTD.CaseSetManager | Use the CaseSetManager to run cases in batch mode, or to perform other operations available in TD's Case Set Manager |
| COpenTD.CaseSetManagerOptions | Client-side representation of Case Set Manager options in a TD instance |
| COpenTD.OpenTDObject | Base class for client-side objects linked to entities in a TD instance |
| COpenTD.PostProcessing.DataMapper | Client-side representation of a data mapper in a TD instance. Implements OpenTD.MeshDisplayer Implements OpenTD.IUpdatable Implements OpenTD.IReassignable |
| COpenTD.PostProcessing.Dataset | Client-side representation of a dataset (solution results) in a TD instance |
| COpenTD.UCS | Client-side representation of the AutoCAD User Coordinate System. Implements OpenTD.Matrix3d Implements OpenTD.IUpdatable |
| COpenTD.UserPreferences.Acceleration | Represents the acceleration vector that can be set in the global dwg user preferences |
| COpenTD.UserPreferences.AdvancedPreferences | Use to set the global advanced preferences |
| COpenTD.UserPreferences.CalculationsPreferences | Use to set the global calculations preferences |
| COpenTD.UserPreferences.GraphicsResolutionPreferences | Use to set the global dwg graphics size preferences |
| COpenTD.UserPreferences.GraphicsSizePreferences | Use to set the global dwg graphics size preferences |
| COpenTD.UserPreferences.GraphicsTextPreferences | Use to set the global dwg text preferences |
| COpenTD.UserPreferences.GraphicsVisibilityPreferences | Use to set the global dwg graphics visibility preferences |
| COpenTD.UserPreferences.SindaPreferences | Use to set the global Sinda preferences |
| COpenTD.UserPreferences.UnitsPreferences | Use to set the global units preferences |
| COpenTD.UserPreferences.UserPreferences | Provides access to the global user preferences for a dwg |
| ►COpenTD.AddIn.IUserBreak | Allow end users to cancel long-running tasks; |
| COpenTD.AddIn.UserBreak | Allow end users to cancel long-running tasks by pressing ESC. Only works with OpenTD AddIn's created using the IAddIn interface |
| COpenTD.RadCAD.FEModel.LayerData | Lightweight layer for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.Results.Plot.Legend | Represents a plot legend |
| COpenTD.Results.Plot.LegendStyle | |
| ►CList | |
| COpenTD.Dimension.DimensionalIfPositiveList< T > | A list of DimensionalIfPositives |
| COpenTD.Dimension.DimensionalList2< T > | A 2D list of Dimensionals |
| COpenTD.Dimension.DimensionalList< T > | A list of Dimensionals |
| COpenTD.ListSI | A list of doubles named to explicitly state SI units |
| COpenTD.LogicObjects | Use to get all logic objects within a TD instance |
| ►COpenTD.Matrix3d | A 4x4 matrix |
| COpenTD.UCS | Client-side representation of the AutoCAD User Coordinate System. Implements OpenTD.Matrix3d Implements OpenTD.IUpdatable |
| COpenTD.MergeNodesOptionsData | Provides options for the ThermalDesktop.MergeNodes command |
| COpenTD.Model | Use to get all OpenTD-supported entities from a TD instance |
| COpenTD.NameData | A Sinda name, e.g., MAIN.1 |
| COpenTD.RadCAD.FEModel.Node | Lightweight node for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.Results.Dataset.NodeConductorHeatrates | Rerpesents a node and the heatrates for connected conductors |
| COpenTD.Results.Dataset.NodeHeatrates | Holds a node and heatrates for its connected conductors and ties |
| COpenTD.Results.Dataset.NodeTieHeatrates | Rerpesents a node and the heatrates for connected ties |
| COpenTD.NurbsData | Describes a Non-Uniform Rational B-Spline |
| COpenTD.OpticalPropAliasManager | Use to manage optical property aliases. Each ThermalDesktop object includes an OpticalPropAliaxManager |
| COpenTD.FloCAD.PipeStdUtility | Accesses the list of standard pipes associated with an instance of TD |
| COpenTD.Results.Plot.Plot2dStyle | |
| COpenTD.Point2d | A mathematical point in 2D |
| COpenTD.Point3d | A mathematical point in 3D |
| COpenTD.PolylineVertex | Describes a vertex and attached line segment in a Polyline |
| COpenTD.Utility.PropertyMap | Used by the ObjectMapper to find matching properties between two objects |
| COpenTD.RadCAD.FEModel.Quaternion | Lightweight quaternion for use creating a finite element mesh using an FEMeshImporter only |
| COpenTD.RadCAD.RadiationAnalysisGroupManager | Use to manage radiation analysis groups. Each ThermalDesktop object includes a RadiationAnalysisGroupManager |
| COpenTD.Utility.RootedPathname | An absolute pathname |
| COpenTD.Script | Base class that is useful for collecting several OpenTD scripts together and presenting them to your users with a common interface. Script is used by the official CRTech OpenTD Demos |
| COpenTD.SelectionOptions | Use SelectionOptions to control how ThermalDesktop.GetSelection requests the user to select entities from the TD graphics window |
| COpenTD.Results.Plot.Series2dStyle | |
| COpenTD.SindaCyclicData | Sinda cyclic run data. Used in Case Set |
| COpenTD.StackAliasManager | Use to manage thermophysical property aliases. Each ThermalDesktop object includes a StackAliasManager |
| COpenTD.Internal.Communication.StatusData | |
| COpenTD.SubmodelNameData | A submodel name. Implicitly converts to/from string. Automatically converts to uppercase |
| COpenTD.TdConnectConfig | Controls how ThermalDesktop object connects to its actual TD instance when ThermalDesktop.Connect() is called |
| ►COpenTD.TdConnected | <exclude > |
| COpenTD.AddIn.ProgressBar | Use to control the TD/AutoCAD progress bar |
| COpenTD.AddIn.UserBreak | Allow end users to cancel long-running tasks by pressing ESC. Only works with OpenTD AddIn's created using the IAddIn interface |
| COpenTD.BatchControl | Used to control batch run settings in the Case Set Manager |
| COpenTD.CaseSetManager | Use the CaseSetManager to run cases in batch mode, or to perform other operations available in TD's Case Set Manager |
| COpenTD.CaseSetManagerOptions | Client-side representation of Case Set Manager options in a TD instance |
| COpenTD.DynamicSindaStatus | Use this to interact with messages that are written to the Dynamic Sinda Status dialog during a run |
| COpenTD.PostProcessing.DatasetManager | Represents the TD Dataset Manager, used to interact with datasets (solution results) within TD |
| ►COpenTD.UserPreferences.Preferences | <exclude > |
| COpenTD.UserPreferences.Acceleration | Represents the acceleration vector that can be set in the global dwg user preferences |
| COpenTD.UserPreferences.AdvancedPreferences | Use to set the global advanced preferences |
| COpenTD.UserPreferences.CalculationsPreferences | Use to set the global calculations preferences |
| COpenTD.UserPreferences.GraphicsResolutionPreferences | Use to set the global dwg graphics size preferences |
| COpenTD.UserPreferences.GraphicsSizePreferences | Use to set the global dwg graphics size preferences |
| COpenTD.UserPreferences.GraphicsTextPreferences | Use to set the global dwg text preferences |
| COpenTD.UserPreferences.GraphicsVisibilityPreferences | Use to set the global dwg graphics visibility preferences |
| COpenTD.UserPreferences.SindaPreferences | Use to set the global Sinda preferences |
| COpenTD.UserPreferences.UnitsPreferences | Use to set the global units preferences |
| COpenTD.UserPreferences.UserPreferences | Provides access to the global user preferences for a dwg |
| COpenTD.ThermoPropAliasManager | Use to manage thermophysical property aliases. Each ThermalDesktop object includes a ThermoPropAliasManager |
| COpenTD.Results.Dataset.TieHeat | Represents heatrate data for a tie connection |
| COpenTD.TimeoutProperties | Data used to decide when to timeout an operation |
| COpenTD.Transformation | A 3D transformation, described as translation plus up to 3 sequential rotations |
| COpenTD.Results.Dataset.UDFADescriptor | Describes a user-defined Fortran array (UDFA) |
| ►CUserControl | |
| COpenTD.UserInterface.Forms.OutputBox | A custom control for displaying output text, with optional buttons for copying and saving text |
| COpenTD.Vector3d | A 3D vector. Note that coordinates are dimensional and reflect the current OpenTD WorkingUnits ModelLength |
| COpenTD.VisibilityManager | |
| COpenTD.XrefInfo | Information about XREF'd dwgs |