ENTITY face
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY face
SUPERTYPE OF (ONEOF(face_surface, oriented_face, subface))
SUBTYPE OF (topological_representation_item);
bounds : SET [1:?] OF face_bound;
WHERE
WRF1 : NOT (mixed_loop_type_set(list_to_set(list_face_loops(SELF))));
WRF2 : SIZEOF(QUERY(temp <* bounds | 'STRUCTURAL_FRAME_SCHEMA.FACE_OUTER_BOUND' IN TYPEOF(temp))) <= 1;
END_ENTITY; (* STEP Part 42 (unchanged in 2nd edition) *)
Explicit Attributes
Entity face has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity face inherits from the following supertypes:
representation_item
topological_representation_item
Subtypes
Entity face has the following subtypes:
face_surface*
oriented_face*
subface*
* - Immediate Subtypes
Referenced By
Entity face 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