2024 Method
Changes 3
M

DesignToFabricationConverter.GetDesignElementAndFabricationPartsWithDifferentOffsets

Description:
Gets the collection of design elements that failed to convert and the associated set of fabrication parts with different offsets.
Remarks:
This set of element identifiers is only available after the Convert method has been invoked, and returns DesignToFabricationConverterResult::Enum::PartialFailure.
public IDictionary<ElementId, ISet<ElementId>> GetDesignElementAndFabricationPartsWithDifferentOffsets()
IDictionary A map of design element identifiers that were not converted and the associated set fabrication parts left with different offsets.