2021 Class Back to 2021
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 (2021).
Identical to 2021: 2020
2021 current

Changes in 2022 vs 2021 5 added 9 changed

Flip API Versions →

Added in 2022 (new since 2021)

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 2021 (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 2021 (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 2021 (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 2021 (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 2021 (was obsolete in 2022)
→ returns Int32

Changes in 2023 vs 2021 5 added 5 missing 4 changed

Flip API Versions →

Added in 2023 (new since 2021)

Missing in 2023 (only available in 2021)

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.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.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.

Changes in 2024 vs 2021 5 added 5 missing 4 changed

Flip API Versions →

Added in 2024 (new since 2021)

Missing in 2024 (only available in 2021)

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.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.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.

Changes in 2025 vs 2021 5 added 5 missing 4 changed

Flip API Versions →

Added in 2025 (new since 2021)

Missing in 2025 (only available in 2021)

Changed members

FabricationService.GetButton(Int32, Int32, Int32)
groupIndex Int32 The group index.
buttonIndex Int32 The button index.
paletteIndex Int32 The palette index.
→ returns FabricationServiceButtonThe 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.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.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.

Changes in 2025.3 vs 2021 5 added 5 missing 4 changed

Flip API Versions →

Added in 2025.3 (new since 2021)

Missing in 2025.3 (only available in 2021)

Changed members

FabricationService.GetButton(Int32, Int32, Int32)
groupIndex Int32 The group index.
buttonIndex Int32 The button index.
paletteIndex Int32 The palette index.
→ returns FabricationServiceButtonThe 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.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.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.

Changes in 2026 vs 2021 5 added 5 missing 4 changed

Flip API Versions →

Added in 2026 (new since 2021)

Missing in 2026 (only available in 2021)

Changed members

FabricationService.GetButton(Int32, Int32, Int32)
groupIndex Int32 The group index.
buttonIndex Int32 The button index.
paletteIndex Int32 The palette index.
→ returns FabricationServiceButtonThe 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.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.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.

Changes in 2027 vs 2021 5 added 5 missing 4 changed

Flip API Versions →

Added in 2027 (new since 2021)

Missing in 2027 (only available in 2021)

Changed members

FabricationService.GetButton(Int32, Int32, Int32)
groupIndex Int32 The group index.
buttonIndex Int32 The button index.
paletteIndex Int32 The palette index.
→ returns FabricationServiceButtonThe 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.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.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.