ENTITY face
(* SCHEMA building_design_schema; *)
ENTITY face
SUPERTYPE OF (ONEOF (face_surface,oriented_face))
SUBTYPE OF (topological_representation_item);
bounds : SET [1:?] OF face_bound;
WHERE
wr1: NOT mixed_loop_type_set(list_to_set(list_face_loops(SELF)));
wr2: SIZEOF(QUERY ( temp <* bounds | (
'BUILDING_DESIGN_SCHEMA.FACE_OUTER_BOUND' IN TYPEOF(temp)) ))
<= 1;
END_ENTITY; -- face
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:
advanced_face
face_surface*
oriented_face*
* - 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
2012-03-27T17:18:14-04:00