TYPE fabrication_type

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
TYPE fabrication_type
 = ENUMERATION OF 
	(rolled,
	welded,
	cold_formed,
	cast,
	forged,
	extruded,
	undefined);
END_TYPE;

Referenced By

Defintion fabrication_type is references by the following definitions:
DefinitionType
 part ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00