Method GetWireCuttingConditions
GetWireCuttingConditions(ElementId)
Get the list of wire cutting condition in the technology entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 160)]
List<ElementId> GetWireCuttingConditions(ElementId inTechnologyId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inTechnologyId | Identifier of the wire technology to analyse. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | List of all wire technology. |