ICape Thermo Context Interface
Provides a material object for physical property calculations.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[GuidAttribute("678c0b5f-0100-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ICapeThermoContextVB
<ComImportAttribute>
<GuidAttribute("678c0b5f-0100-11d2-a67d-00105a42887f")>
<ComVisibleAttribute(false)>
Public Interface ICapeThermoContextRemarks
Allows a material object to be passed between a PME and the Reactions components it is
using so that the Reactions components can make Physical Property calculation calls.
Methods
| SetMaterial | Allows the client of a component that implements this interface to pass an ICapeThermoMaterialObject interface to the component, so that it can access the properties of a material and request property calculations. |