ENTITY rectangle_domain

(* SCHEMA geometric_model_schema; *)
 ENTITY rectangle_domain
   SUBTYPE OF (founded_item);
   corner: cartesian_point;
   xlength: positive_length_measure;
   ylength: positive_length_measure;
 WHERE
   WR1: SIZEOF(QUERY(item <* USEDIN(SELF, '')| NOT
   ('GEOMETRIC_MODEL_SCHEMA.RECTANGLED_HALF_SPACE' IN TYPEOF(item)))) = 0;
 END_ENTITY;

Explicit Attributes

Entity rectangle_domain has the following local and inherited explicit attributes:
AttributeTypeDefined By
 cornercartesian_point (ENTITY)rectangle_domain
 xlengthpositive_length_measure (REAL)rectangle_domain
 ylengthpositive_length_measure (REAL)rectangle_domain

Derived Attributes

Entity rectangle_domain has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity rectangle_domain inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity rectangle_domain and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item_select SELECT founded_item
 rectangled_half_space ENTITY rectangle_domain


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00