ENTITY assembly
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY assembly
ABSTRACT SUPERTYPE OF (ONEOF
(assembly_design,
assembly_manufacturing) ANDOR
assembly_with_shape)
SUBTYPE OF (structural_frame_product);
assembly_sequence_number : OPTIONAL INTEGER;
complexity : OPTIONAL complexity_level;
DERIVE
uses : SET [0:?] OF located_assembly := bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_ASSEMBLY.DESCRIPTIVE_ASSEMBLY'));
END_ENTITY;
Explicit Attributes
Entity assembly has the following local and inherited explicit attributes:
Derived Attributes
Entity assembly has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity assembly inherits from the following supertypes:
structural_frame_item
structural_frame_product
Subtypes
Entity assembly has the following subtypes:
assembly_design* assembly_design_child assembly_design_structural_connection assembly_design_structural_connection_external assembly_design_structural_connection_internal assembly_design_structural_frame assembly_design_structural_member assembly_design_structural_member_cubic assembly_design_structural_member_linear assembly_design_structural_member_linear_beam assembly_design_structural_member_linear_brace assembly_design_structural_member_linear_cable assembly_design_structural_member_linear_cambered assembly_design_structural_member_linear_cambered_absolute assembly_design_structural_member_linear_cambered_relative assembly_design_structural_member_linear_column assembly_design_structural_member_planar assembly_design_structural_member_planar_plate assembly_design_structural_member_planar_slab assembly_design_structural_member_planar_wall assembly_manufacturing* assembly_manufacturing_child assembly_with_bounding_box assembly_with_shape*
* - Immediate Subtypes
Referenced By
Entity assembly 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