<Code Lib>
2026 Method
Changes 0
M

FabricationNetworkChangeService.ChangeSize

Description:
Changes the size of the selection of fabrication parts.
Remarks:
After this method has been invoked, call:

public FabricationNetworkChangeServiceResult ChangeSize(
	ISet<ElementId> selection,
	ISet<FabricationPartSizeMap> fabricationPartSizeMaps
)

  • ISet<ElementId>
    selection
    The set of element identifiers of fabrication parts to change the size for.
  • fabricationPartSizeMaps
    The map containing the original sizes for the straights to the new sizes.
Return Value FabricationNetworkChangeServiceResult FabricationNetworkChangeServiceResult

Loading…