ENTITY located_assembly_child
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 - see Issue 9 *)
ENTITY located_assembly_child
SUBTYPE OF (located_assembly);
WHERE
WRL47 : 'STRUCTURAL_FRAME_SCHEMA.ASSEMBLY_MANUFACTURING_CHILD' IN
TYPEOF(SELF\located_assembly.descriptive_assembly);
(*
the assembly is a manufacturing sub-assembly
*)
WRL48 : ('STRUCTURAL_FRAME_SCHEMA.LOCATED_ASSEMBLY' IN
TYPEOF(SELF\located_assembly.parent_structure)) AND
('STRUCTURAL_FRAME_SCHEMA.ASSEMBLY_MANUFACTURING' IN
TYPEOF(SELF\located_assembly.parent_structure.descriptive_assembly));
(*
the sub-assembly is located within a located manufacturing assembly
*)
WRL49 : SELF\located_assembly.descriptive_assembly.parent_assembly :=:
SELF\located_assembly.parent_structure.descriptive_assembly;
(*
the sub-assembly belongs to the same structure as its parent
*)
WRL50 : 'STRUCTURAL_FRAME_SCHEMA.COORD_SYSTEM_CHILD' IN
TYPEOF (SELF\located_item.location);
(*
the sub-assembly is located by a child coordinate system
*)
WRL51 : SELF\located_item.location.parent_coord_system :=:
SELF\located_assembly.parent_structure\located_item.location;
(*
the assembly_manufacturing_child is located with respect
to the assembly_manufacturing to which it belongs
*)
WRL52 : NOT ( (SIZEOF(SELF\located_assembly.component_parts) = 0)
AND (SIZEOF(SELF\located_assembly.sub_assemblies) = 0) );
(*
the sub-assembly must be composed of either parts or sub-assemblies
*)
END_ENTITY;
Explicit Attributes
Entity located_assembly_child has the following local and inherited explicit attributes:
Derived Attributes
Entity located_assembly_child has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity located_assembly_child inherits from the following supertypes:
structural_frame_item
located_item
located_assembly
Subtypes
No subtypesReferenced By
Entity located_assembly_child 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