ENTITY assembly_with_bounding_box
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* New for LPM/6 - see Issue 22 *)
ENTITY assembly_with_bounding_box
SUBTYPE OF (assembly_with_shape);
DERIVE
bounding_box : SET [1:?] OF representation_item :=
(SELF\assembly_with_shape.shape\representation.items);
WHERE
WRA32 : SIZEOF(bounding_box) = 1;
(*
the assembly will have only 1 representation item
*)
WRA33 : SIZEOF(QUERY(tmp <* bounding_box |
('STRUCTURAL_FRAME_SCHEMA.BLOCK') IN TYPEOF(tmp))) = 1;
(*
the bounding box is made up of only 1 representation item
which will be of the type block
*)
END_ENTITY;
Explicit Attributes
Entity assembly_with_bounding_box has the following local and inherited explicit attributes:
Derived Attributes
Entity assembly_with_bounding_box has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity assembly_with_bounding_box inherits from the following supertypes:
structural_frame_item
structural_frame_product
assembly
assembly_with_shape
Subtypes
No subtypesReferenced By
Entity assembly_with_bounding_box 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