Class TopSolidCaeHost
Represents TopSolid'Cae host providing WCF services for automating.
Inherited Members
Namespace: TopSolid.Cae.Kernel.Automating
Assembly: TopSolid.Cae.Kernel.Automating.dll
Syntax
public static class TopSolidCaeHost
Remarks
This class is available since v7.17.
Properties
Documents
Gets access to Cae documents, or null if not connected.
Declaration
public static ICAEDocuments Documents { get; }
Property Value
| Type | Description |
|---|---|
| ICAEDocuments |
HostInstance
Gets the host instance.
Declaration
public static TopSolidCaeHostInstance HostInstance { get; }
Property Value
| Type | Description |
|---|---|
| TopSolidCaeHostInstance |
IsConnected
Tells whether TopSolid is connected.
Declaration
public static bool IsConnected { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Results
Gets access to Cae results, or null if not connected.
Declaration
public static IResults Results { get; }
Property Value
| Type | Description |
|---|---|
| IResults |
Methods
Connect()
Connects to TopSolid application.
Declaration
public static void Connect()
Disconnect()
Disconnect from TopSolid application.
Declaration
public static void Disconnect()