PrimaryProcessUnion
PrimaryProcessUnion
is a convenience type representing the union of the supported primary manufacturing process specifications. It allows documentation and tooling to refer to cutting, milling, or turning instructions through a single interface while still exposing the detailed fields of each concrete process. The model bundles metadata about the originating drawing section, confidence level, and process category so you can handle mixed manufacturing scenarios without branching logic. Use it when a drawing may define alternative primary operations or when you want to offer users a consolidated list of all possible primary processes associated with a part. Downstream systems can inspect the union to choose the best available workflow, request clarifications, or validate that every primary process requirement has been captured before a job is released to production.
Union of