ENTITY geometric_set_replica
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY geometric_set_replica
SUBTYPE OF (geometric_set);
parent_set : geometric_set;
transformation : cartesian_transformation_operator;
DERIVE
SELF\geometric_set.elements : SET [1:?] OF geometric_set_select :=
build_transformed_set(transformation, parent_set);
WHERE
WRG3 : acyclic_set_replica(SELF, parent_set);
END_ENTITY; (* STEP Part 42 (unchanged in 2nd edition) *)
Explicit Attributes
Entity geometric_set_replica has the following local and inherited explicit attributes:
* - Explicit attribute redeclared as derived
Derived Attributes
Entity geometric_set_replica has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity geometric_set_replica inherits from the following supertypes:
representation_item
geometric_representation_item
geometric_set
Subtypes
No subtypesReferenced By
Entity geometric_set_replica 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