(* SCHEMA Ship_arrangement_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| ('SHIP_ARRANGEMENT_SCHEMA.FACE_OUTER_BOUND' IN TYPEOF(temp)))) <= 1;
END_ENTITY;
|
Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:36-04:00