2022 Class Back to 2022
C

FabricationService

Version comparison

Members across versions

22 members across 9 versions · 5 added later · 5 removed · 9 changed · 5 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
same same same same same same same same same
M GetButton(Int32, Int32)
same same changed same changed changed same same same
M GetButtonCount(Int32)
same same changed same same same same same same
M GetGroupName(Int32)
same same changed missing missing missing missing missing missing
M GetPaletteName(Int32)
not yet introduced not yet introduced added same same same same same same
M IsCompatibleWith(FabricationService)
same same same same same same same same same
M IsGroupExcluded(Int32)
same same changed missing missing missing missing missing missing
not yet introduced not yet introduced added same same same same same same
M IsValidButtonIndex(Int32, Int32)
same same changed same same same same same same
same same changed missing missing missing missing missing missing
not yet introduced not yet introduced added same same same same same same
M OverrideServiceButtonExclusion(Int32, Int32, Boolean)
same same changed same same same same same same
same same same same same same same same same
M SetServiceGroupExclusions(IList<Int32>)
same same changed missing missing missing missing missing missing
M SetServicePaletteExclusions(IList<Int32>)
not yet introduced not yet introduced added same same same same same same
same same same same same same same same same
same same same same same same same same same
same same changed missing missing missing missing missing missing
same same same same same same same same same
P Name
same same same same same same same same same
not yet introduced not yet introduced added same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2022).
2022 current

Changes in 2020 vs 2022 5 missing 9 changed

Flip API Versions →

Missing in 2020 (only available in 2022)

Changed members

FabricationService.GetButton(Int32, Int32, Int32)
paletteIndex Int32 The palette index.
buttonIndex Int32 The button index.
groupIndex Int32 The group index.
→ returns The service button The service button
FabricationService.GetButtonCount(Int32, Int32)
palette Int32 The index of the palette
group Int32 The index of the group
→ returns Int32 The number of buttons.
FabricationService.GetGroupName(Int32)
Became obsolete in 2022
group Int32 The index of the group.
→ returns String The name of the group.
FabricationService.IsGroupExcluded(Int32)
Became 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)
paletteIndex Int32 The palette index.
buttonIndex Int32 The button index to check.
groupIndex Int32 The group index.
→ returns Boolean True if larger or equal to 0 and less than PaletteCount.
FabricationService.IsValidGroupIndex(Int32)
Became 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)
paletteIndex Int32 The index of the service palette 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.
groupIndex Int32 The index of the service group to exclude the service button from.
FabricationService.SetServiceGroupExclusions(IList<Int32>)
Became 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()
Became obsolete in 2022
→ returns Int32

Changes in 2021 vs 2022 5 missing 9 changed

Flip API Versions →

Missing in 2021 (only available in 2022)

Changed members

FabricationService.GetButton(Int32, Int32, Int32)
paletteIndex Int32 The palette index.
buttonIndex Int32 The button index.
groupIndex Int32 The group index.
→ returns The service button The service button
FabricationService.GetButtonCount(Int32, Int32)
palette Int32 The index of the palette
group Int32 The index of the group
→ returns Int32 The number of buttons.
FabricationService.GetGroupName(Int32)
Became obsolete in 2022
group Int32 The index of the group.
→ returns String The name of the group.
FabricationService.IsGroupExcluded(Int32)
Became 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)
paletteIndex Int32 The palette index.
buttonIndex Int32 The button index to check.
groupIndex Int32 The group index.
→ returns Boolean True if larger or equal to 0 and less than PaletteCount.
FabricationService.IsValidGroupIndex(Int32)
Became 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)
paletteIndex Int32 The index of the service palette 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.
groupIndex Int32 The index of the service group to exclude the service button from.
FabricationService.SetServiceGroupExclusions(IList<Int32>)
Became 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()
Became obsolete in 2022
→ returns Int32