FabricationPartFitResult
Description:
Fabrication part stretch/fill result.
Fabrication part stretch/fill result.
public enum FabricationPartFitResult
| Name | Description |
|---|---|
| BadDimensions | Failed due to the required dimension values not being valid to fabricate. |
| DimensionLocked | Failed due to not being able to change a locked or product listed dimension. |
| IncompatibleConnection | Failed due to connectors being incompatible and no couplings found to resolve it. |
| IncompatibleGeometry | Failed because the part didn't have the dimensions required to meet the geometry requirements. |
| MisalignedEnds | Failed due to misalignment of fitting ends. |
| OffsetRequired | Failed due to additional offset dimensions or fittings being required that weren't available. |
| ShapeMismatch | Failed due to shape mismatch of fitting ends. |
| SizeMismatch | Failed due to size mismatch of fitting ends. |
| Success | Operation was successful. |
| Unsupported | Failed due to unsupported routing path. |