ENTITY assemble
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY assemble
SUBTYPE OF (structural_frame_process);
resulting_assembly : located_assembly;
components : SET [1:?] OF assembly_component_select;
required_processes : SET [1:?] OF structural_frame_process;
WHERE
WRA29 : 'STRUCTURAL_FRAME_SCHEMA.ASSEMBLY_MANUFACTURING' IN
TYPEOF (resulting_assembly.descriptive_assembly);
WRA30 : SIZEOF(QUERY(component <* components | component :=: resulting_assembly)) = 0;
WRA31 : SIZEOF(QUERY(process <* required_processes | process :=: (SELF))) = 0;
END_ENTITY;
Explicit Attributes
Entity assemble has the following local and inherited explicit attributes:
Derived Attributes
Entity assemble has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity assemble inherits from the following supertypes:
structural_frame_item
structural_frame_process
Subtypes
No subtypesReferenced By
Entity assemble and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00