Interface IElectrodes
Gives access to electrodes.
Namespace: TopSolid.Cad.Electrode.Automating
Assembly: TopSolid.Cad.Electrode.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 12, 0, 0)]
public interface IElectrodes
Remarks
This interface is available since v7.12.
Methods
| Name | Description |
|---|---|
| GetElectrodeCAngle(ElementId, int) | Get the C angle of an electrode at a given position index. |
| GetElectrodeDivingDistance(ElementId, int) | Get the diving distance of an electrode at a given position index. |
| GetElectrodeGaps(ElementId) | Gets gap parameter entities of an electrode. |
| GetElectrodeInitialXPosition(ElementId, int) | Get the initial X position of an electrode at a given position index. |
| GetElectrodeInitialYPosition(ElementId, int) | Get the Y initial position of an electrode at a given position index. |
| GetElectrodeInitialZPosition(ElementId, int) | Get the Z initial position of an electrode at a given position index. |
| GetElectrodeMandrels(ElementId) | Gets mandrels of an electrode. |
| GetElectrodePositionCount(ElementId) | Get the position count of an electrode. |
| GetElectrodePositionIndex(ElementId) | Get the position index of an electrode. |
| GetElectrodeXPosition(ElementId, int) | Get the X position of an electrode at a given position index. |
| GetElectrodeYPosition(ElementId, int) | Get the Y position of an electrode at a given position index. |
| GetElectrodeZPosition(ElementId, int) | Get the Z position of an electrode at a given position index. |
| GetElectrodes(DocumentId, bool) | Gets all electrode entities that are in the electrode set an electrodes document. |
| IsElectrodeTheoreticalPosition(ElementId) | Tells whether a element is a theoretical position of an electrode. |
| IsElectrodes(DocumentId) | Tells whether a document is an electrodes document. |