Interface IWireTechnologies
Gives access to wire technologies.
Namespace: TopSolid.Cam.NC.Wire.Automating
Assembly: TopSolid.Cam.NC.Wire.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 11, 300, 160)]
public interface IWireTechnologies
Methods
| Name | Description |
|---|---|
| AddWireCuttingCondition(ElementId) | Add a wire cutting conditions entity in a wire technology. |
| GetDepthCutting(ElementId) | Get depth cutting. |
| GetMaterialDepthMaxi(ElementId) | Set material depth maxi. |
| GetName(ElementId) | Get technology name. |
| GetRegimeNumber(ElementId) | Get regime number. |
| GetType(ElementId) | Get technology type. |
| GetWireCuttingConditions(ElementId) | Get the list of wire cutting condition in the technology entity. |
| IsWireTechnology(ElementId) | Tells whether an element is an wire technology. |
| RemoveAllWireCuttingConditions(ElementId) | Add a wire cutting conditions entity in a wire technology. |
| RemoveWireCuttingCondition(ElementId, ElementId) | Add a wire cutting conditions entity in a wire technology. |
| SetDepthCutting(ElementId, SmartReal) | Set depth cutting. |
| SetMaterialDepthMaxi(ElementId, SmartReal) | Set material depth maxi. |
| SetName(ElementId, SmartText) | Set technology name. |
| SetRegimeNumber(ElementId, SmartInteger) | Set regime number. |
| SetType(ElementId, TechnologyType) | Set technology type. |