ENTITY site_representation

(* SCHEMA building_design_schema; *)
  ENTITY site_representation
    SUBTYPE OF (shape_representation);
    WHERE
      wr1: SIZEOF(QUERY ( pdr <* USEDIN(SELF,'BUILDING_DESIGN_SCHEMA.' + 
               'PROPERTY_DEFINITION_REPRESENTATION.USED_REPRESENTATION') | 
               (NOT ('BUILDING_DESIGN_SCHEMA.SITE' IN TYPEOF(pdr.definition
               .definition))) )) = 0;
      wr2: SIZEOF(QUERY ( item <* SELF.items | (NOT (SIZEOF([
               'BUILDING_DESIGN_SCHEMA.CONNECTED_FACE_SET',
               'BUILDING_DESIGN_SCHEMA.GEOMETRIC_CURVE_SET'] * TYPEOF(item)) 
               = 1)) )) = 1;
      wr3: SIZEOF(QUERY ( cfs <* QUERY ( item <* SELF.items | (
               'BUILDING_DESIGN_SCHEMA.CONNECTED_FACE_SET' IN TYPEOF(item)) )
                | (NOT (SIZEOF(QUERY ( fcs <* cfs\connected_face_set.
               cfs_faces | (NOT (SIZEOF(QUERY ( bnds <* fcs.bounds | (NOT (
               'BUILDING_DESIGN_SCHEMA.POLY_LOOP' IN TYPEOF(bnds.bound))) )) 
               = 0)) )) = 0)) )) = 0;
      wr4: SIZEOF(QUERY ( cfs <* QUERY ( item <* SELF.items | (
               'BUILDING_DESIGN_SCHEMA.CONNECTED_FACE_SET' IN TYPEOF(item)) )
                | (NOT (SIZEOF(QUERY ( fcs <* cfs\connected_face_set.
               cfs_faces | (NOT (SIZEOF(QUERY ( bnds <* fcs.bounds | (NOT (
               SIZEOF(bnds.bound\poly_loop.polygon) = 3)) )) = 0)) )) = 0)) )) 
               = 0;
      wr5: SIZEOF(QUERY ( gcs <* QUERY ( item <* SELF.items | (
               'BUILDING_DESIGN_SCHEMA.GEOMETRIC_CURVE_SET' IN TYPEOF(item)) )
                | (NOT (SIZEOF(QUERY ( el <* gcs\geometric_set.elements | (
               NOT (SIZEOF(['BUILDING_DESIGN_SCHEMA.CARTESIAN_POINT',
               'BUILDING_DESIGN_SCHEMA.POLYLINE'] * TYPEOF(el)) = 1)) )) = 
               0)) )) = 0;
      wr6: SIZEOF(QUERY ( gcs <* QUERY ( item <* SELF.items | (
               'BUILDING_DESIGN_SCHEMA.GEOMETRIC_CURVE_SET' IN TYPEOF(item)) )
                | (NOT (SIZEOF(QUERY ( el <* gcs\geometric_set.elements | (
               'BUILDING_DESIGN_SCHEMA.CARTESIAN_POINT' IN TYPEOF(el)) )) 
               >= 1)) )) = 0;
      wr7: SIZEOF(QUERY ( gcs <* QUERY ( item <* SELF.items | (
               'BUILDING_DESIGN_SCHEMA.GEOMETRIC_CURVE_SET' IN TYPEOF(item)) )
                | (NOT (SIZEOF(QUERY ( pline <* QUERY ( el <* gcs\
               geometric_set.elements | ('BUILDING_DESIGN_SCHEMA.POLYLINE' 
               IN TYPEOF(el)) ) | (NOT (SIZEOF(QUERY ( pline_pt <* pline\
               polyline.points | (NOT (pline_pt IN gcs\geometric_set.
               elements)) )) = 0)) )) = 0)) )) = 0;
  END_ENTITY; -- site_representation

Explicit Attributes

Entity site_representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation
 itemsSET OF representation_item (ENTITY)representation
 context_of_itemsrepresentation_context (ENTITY)representation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity site_representation inherits from the following supertypes:
  representation
    shape_representation

Subtypes

    No subtypes

Referenced By

Entity site_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation
 definitional_representation ENTITY representation
 dimension_of FUNCTION representation
 pcurve ENTITY representation
 property_definition_representation ENTITY representation
 representation_context ENTITY representation
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 shape_representation_subtype_exclusiveness RULE shape_representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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