Class TopSolidElectrodeHost
Represents TopSolid'Electrode host providing WCF services for automating.
Inherited Members
Namespace: TopSolid.Cad.Electrode.Automating
Assembly: TopSolid.Cad.Electrode.Automating.dll
Syntax
public static class TopSolidElectrodeHost
Remarks
This class is available since v7.12.
Properties
Electrodes
Gets access to electrodes, or null if not connected.
Declaration
public static IElectrodes Electrodes { get; }
Property Value
Type | Description |
---|---|
IElectrodes |
HostInstance
Gets the host instance.
Declaration
public static TopSolidElectrodeHostInstance HostInstance { get; }
Property Value
Type | Description |
---|---|
TopSolidElectrodeHostInstance |
IsConnected
Tells whether TopSolid is connected.
Declaration
public static bool IsConnected { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Connect()
Connects to TopSolid application.
Declaration
public static void Connect()
Disconnect()
Disconnect from TopSolid application.
Declaration
public static void Disconnect()