ENTITY structural_frame_item
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY structural_frame_item
SUPERTYPE OF (ONEOF
(building,
building_complex,
feature,
joint_system,
located_item,
material,
project,
project_plan,
project_plan_item,
section_profile,
site,
structural_frame_process,
structural_frame_product,
structure));
item_number : INTEGER;
item_name : label;
item_description : OPTIONAL text;
DERIVE
item_ref : BAG OF identifier := get_item_ref(SELF);
cost_code : BAG OF label := get_item_cost_code(SELF);
object_id : globally_unique_id := get_instance_id(SELF);
WHERE
WRS49 : SIZEOF (USEDIN (SELF, 'STRUCTURAL_FRAME_SCHEMA.MANAGED_DATA_ITEM.DATA_ITEM')) <= 1;
END_ENTITY;
Explicit Attributes
Entity structural_frame_item has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
item_number | INTEGER | structural_frame_item |
item_name | label (STRING) | structural_frame_item |
item_description | text (STRING) | structural_frame_item |
|
Derived Attributes
Entity structural_frame_item has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
item_ref | BAG OF identifier (STRING) | structural_frame_item |
cost_code | BAG OF label (STRING) | structural_frame_item |
object_id | globally_unique_id (STRING) | structural_frame_item |
|
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
Entity structural_frame_item has the following subtypes:
assemble assembly 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 bend braze building* building_complex* building_with_shape chemical_mechanism coating cut dispatch fastener fastener_complex fastener_mechanism fastener_mechanism_with_position fastener_simple fastener_simple_bolt fastener_simple_bolt_circular_head fastener_simple_bolt_hexagonal_head fastener_simple_bolt_square_head fastener_simple_countersunk fastener_simple_curved fastener_simple_nail fastener_simple_nut fastener_simple_nut_circular fastener_simple_nut_closed fastener_simple_nut_hexagonal fastener_simple_nut_square fastener_simple_pin fastener_simple_screw fastener_simple_screw_machine fastener_simple_screw_self_drilling fastener_simple_screw_self_tapping fastener_simple_screw_tapered fastener_simple_shear_connector fastener_simple_stud fastener_simple_washer fastener_simple_washer_load_indicating fastener_simple_washer_tapered feature* feature_cutting_plane feature_edge_chamfer feature_edge_chamfer_fillet feature_edge_chamfer_rounding feature_edge_chamfer_straight feature_surface feature_surface_complex feature_surface_name_tag feature_surface_point feature_surface_point_mark feature_surface_simple feature_surface_treatment feature_surface_with_layout feature_thread feature_volume feature_volume_complex feature_volume_curved feature_volume_curved_line feature_volume_hole feature_volume_hole_circular feature_volume_hole_circular_threaded feature_volume_hole_rectangular feature_volume_hole_slotted feature_volume_hole_slotted_curved feature_volume_prismatic feature_volume_prismatic_chamfer feature_volume_prismatic_flange_chamfer feature_volume_prismatic_flange_notch feature_volume_prismatic_notch feature_volume_prismatic_skewed_end feature_volume_with_depth feature_volume_with_layout feature_volume_with_limit feature_volume_with_process joint_system* joint_system_amorphous joint_system_chemical joint_system_complex joint_system_mechanical joint_system_welded joint_system_welded_linear joint_system_welded_point joint_system_welded_surface joint_system_welded_with_shape located_assembly located_assembly_child located_assembly_marked located_feature located_feature_for_assembly located_feature_for_design_part located_feature_for_located_assembly located_feature_for_located_part located_feature_for_part located_feature_joint_dependent located_item* located_joint_system located_part located_part_marked located_site located_structure material* material_anisotropic material_constituent material_isotropic material_orthotropic move part part_complex part_derived part_prismatic part_prismatic_complex part_prismatic_complex_tapered part_prismatic_simple part_prismatic_simple_cambered part_prismatic_simple_cambered_absolute part_prismatic_simple_cambered_relative part_prismatic_simple_castellated part_prismatic_simple_curved part_sheet part_sheet_bounded part_sheet_bounded_complex part_sheet_bounded_simple part_sheet_profiled procure project* project_plan* project_plan_item* project_process_item section_profile* section_profile_angle section_profile_centreline section_profile_channel section_profile_circle section_profile_circle_hollow section_profile_complex section_profile_compound section_profile_derived section_profile_edge_defined section_profile_i_type section_profile_i_type_asymmetric section_profile_i_type_rail section_profile_rectangle section_profile_rectangle_hollow section_profile_simple section_profile_t_type site* site_with_shape solder structural_frame_process* structural_frame_product* structural_frame_product_with_material structure* surface_treatment surface_treatment_clean surface_treatment_coat surface_treatment_grind surface_treatment_hard_stamp surface_treatment_thermal surface_treatment_thermal_timed weld weld_arc weld_beam weld_gas weld_mechanism weld_mechanism_complex weld_mechanism_fillet weld_mechanism_fillet_continuous weld_mechanism_fillet_intermittent weld_mechanism_groove weld_mechanism_groove_beveled weld_mechanism_groove_butt weld_mechanism_prismatic weld_mechanism_spot_seam weld_other weld_pressure weld_resistance weld_stud
* - Immediate Subtypes
Referenced By
Entity structural_frame_item 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