ENTITY advanced_face_with_thickness_shape_representation

(* SCHEMA building_design_schema; *)
  ENTITY advanced_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.ADVANCED_FACE' IN TYPEOF(item)) )) =
                1;
  END_ENTITY; -- advanced_face_with_thickness_shape_representation

Explicit Attributes

Entity advanced_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 advanced_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 advanced_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 advanced_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