Changes in 2022 vs 2020 5 added 9 changed
Flip API Versions →Added in 2022 (new since 2020)
Changed members
FabricationService.GetButton(Int32, Int32, Int32)
| groupIndex | Int32 | The group index. |
| buttonIndex | Int32 | The button index. |
| paletteIndex | Int32 | The palette index. |
| → returns | The service button | The service button |
FabricationService.GetButtonCount(Int32, Int32)
| group | Int32 | The index of the group |
| palette | Int32 | The index of the palette |
| → returns | Int32 | The number of buttons. |
FabricationService.GetGroupName(Int32)
No longer obsolete in 2020 (was obsolete in 2022)
| group | Int32 | The index of the group. |
| → returns | String | The name of the group. |
FabricationService.IsGroupExcluded(Int32)
No longer obsolete in 2020 (was obsolete in 2022)
| groupIndex | Int32 | The index of the group. |
| → returns | Boolean | Returns true if the group indexed by groupIndex is currently to be excluded. |
FabricationService.IsValidButtonIndex(Int32, Int32, Int32)
| groupIndex | Int32 | The group index. |
| buttonIndex | Int32 | The button index to check. |
| paletteIndex | Int32 | The palette index. |
| → returns | Boolean | True if larger or equal to 0 and less than GroupCount. |
FabricationService.IsValidGroupIndex(Int32)
No longer obsolete in 2020 (was obsolete in 2022)
| groupIndex | Int32 | The group index to check. |
| → returns | Boolean | True if larger or equal to 0 and less than GroupCount. |
FabricationService.OverrideServiceButtonExclusion(Int32, Int32, Boolean, Int32)
| groupIndex | Int32 | The index of the service group to exclude the service button from. |
| buttonIndex | Int32 | The index of the service button to exclude. |
| exclude | Boolean | Pass true to exclude from being used by Route and Fill or Design to Fabrication. |
| paletteIndex | Int32 | The index of the service palette to exclude the service button from. |
FabricationService.SetServiceGroupExclusions(IList<Int32>)
No longer obsolete in 2020 (was obsolete in 2022)
| excludedGroups | IList<Int32> | A list of service group indexes to be excluded. |
| → returns | Boolean | Returns true if succeeded to set the exclusions to the specified group(s). |
FabricationService.GroupCount()
No longer obsolete in 2020 (was obsolete in 2022)
| → returns | Int32 |