ENTITY elementary_face_with_thickness_shape_representation

(* SCHEMA building_design_schema; *)
  ENTITY elementary_face_with_thickness_shape_representation
    SUBTYPE OF (shape_representation, solid_model);
    WHERE
      wr1: SIZEOF(SELF.items) = 2;
      wr2: SIZEOF(QUERY ( item <* SELF.items | ((SIZEOF([
               'BUILDING_DESIGN_SCHEMA.MEASURE_REPRESENTATION_ITEM',
               'BUILDING_DESIGN_SCHEMA.LENGTH_MEASURE_WITH_UNIT'] * TYPEOF(
               item)) = 2) AND (item.name = 'thickness')) )) = 1;
      wr3: SIZEOF(QUERY ( item <* SELF.items | (
               'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) )) = 
               1;
      wr4: SIZEOF(QUERY ( item <* SELF.items | ((NOT (
               'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item))) OR (
               'BUILDING_DESIGN_SCHEMA.ELEMENTARY_SURFACE' IN TYPEOF(item\
               face_surface.face_geometry))) )) = 0;
      wr5: SIZEOF(QUERY ( item <* SELF.items | ((
               'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) AND (
               NOT (SIZEOF(QUERY ( elp_fbnds <* QUERY ( bnds <* item\face.
               bounds | ('BUILDING_DESIGN_SCHEMA.EDGE_LOOP' IN TYPEOF(bnds.
               bound)) ) | (NOT (SIZEOF(QUERY ( oe <* elp_fbnds.bound\path.
               edge_list | (NOT ('BUILDING_DESIGN_SCHEMA.EDGE_CURVE' IN 
               TYPEOF(oe.edge_element))) )) = 0)) )) = 0))) )) = 0;
      wr6: SIZEOF(QUERY ( item <* SELF.items | ((
               'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) AND (
               NOT (SIZEOF(QUERY ( elp_fbnds <* QUERY ( bnds <* item\face.
               bounds | ('BUILDING_DESIGN_SCHEMA.EDGE_LOOP' IN TYPEOF(bnds.
               bound)) ) | (NOT (SIZEOF(QUERY ( oe <* elp_fbnds.bound\path.
               edge_list | (NOT (SIZEOF(['BUILDING_DESIGN_SCHEMA.LINE',
               'BUILDING_DESIGN_SCHEMA.CONIC',
               'BUILDING_DESIGN_SCHEMA.POLYLINE',
               'BUILDING_DESIGN_SCHEMA.B_SPLINE_CURVE'] * TYPEOF(oe.
               edge_element\edge_curve.edge_geometry)) = 1)) )) = 0)) )) = 
               0))) )) = 0;
      wr7: SIZEOF(QUERY ( item <* SELF.items | ((
               'BUILDING_DESIGN_SCHEMA.FACE_SURFACE' IN TYPEOF(item)) AND (
               NOT (SIZEOF(QUERY ( vlp_fbnds <* QUERY ( bnds <* item\face.
               bounds | ('BUILDING_DESIGN_SCHEMA.VERTEX_LOOP' IN TYPEOF(
               bnds.bound)) ) | (NOT ((
               'BUILDING_DESIGN_SCHEMA.VERTEX_POINT' IN TYPEOF(vlp_fbnds\
               face_bound.bound\vertex_loop.loop_vertex)) AND (
               'BUILDING_DESIGN_SCHEMA.CARTESIAN_POINT' IN TYPEOF(vlp_fbnds
               \face_bound.bound\vertex_loop.loop_vertex\vertex_point.
               vertex_geometry)))) )) = 0))) )) = 0;
  END_ENTITY; -- elementary_face_with_thickness_shape_representation

Explicit Attributes

Entity elementary_face_with_thickness_shape_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
 namelabel (STRING)representation_item

Derived Attributes

Entity elementary_face_with_thickness_shape_representation has the following local and inherited derived attributes:
AttributeTypeDefined By
 dimdimension_count (INTEGER)geometric_representation_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity elementary_face_with_thickness_shape_representation inherits from the following supertypes:
  representation
    shape_representation
  representation_item
    geometric_representation_item
      solid_model

Subtypes

    No subtypes

Referenced By

Entity elementary_face_with_thickness_shape_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_representation FUNCTION representation_item
 acyclic_mapped_representation FUNCTION representation
 axis1_placement ENTITY geometric_representation_item
 axis2_placement_2d ENTITY geometric_representation_item
 boolean_operand SELECT solid_model
 cartesian_transformation_operator_3d ENTITY geometric_representation_item
 definitional_representation ENTITY representation
 dimension_of FUNCTION geometric_representation_item
 dimension_of FUNCTION representation
 geometric_representation_item ENTITY solid_model
 item_in_context FUNCTION representation_item
 mapped_item ENTITY representation_item
 pcurve ENTITY representation
 pcurve ENTITY geometric_representation_item
 property_definition_representation ENTITY representation
 representation ENTITY representation_item
 representation_context ENTITY representation
 representation_map ENTITY representation_item
 representation_map ENTITY representation
 representation_relationship ENTITY representation
 shape_representation_subtype_exclusiveness RULE shape_representation
 subtype_mandatory_solid_model RULE solid_model
 using_representations FUNCTION representation
 using_representations FUNCTION representation_item


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:41:29-04:00