ENTITY draughting_model

(* SCHEMA associative_draughting; *)
  ENTITY draughting_model
    SUBTYPE OF (representation);
    UNIQUE
      ur1 : name;
    WHERE
      wr1: SIZEOF(QUERY ( it <* SELF.items | (NOT (SIZEOF([
               'ASSOCIATIVE_DRAUGHTING.MAPPED_ITEM',
               'ASSOCIATIVE_DRAUGHTING.STYLED_ITEM',
               'ASSOCIATIVE_DRAUGHTING.AXIS2_PLACEMENT'] * TYPEOF(it)) = 1))
               )) = 0;
      wr2: SIZEOF(QUERY ( mi <* QUERY ( it <* SELF.items | (
               'ASSOCIATIVE_DRAUGHTING.MAPPED_ITEM' IN TYPEOF(it)) ) | (
               NOT (SIZEOF(['ASSOCIATIVE_DRAUGHTING.SHAPE_REPRESENTATION',
               'ASSOCIATIVE_DRAUGHTING.DRAUGHTING_MODEL'] * TYPEOF(mi\
               mapped_item.mapping_source.mapped_representation)) = 1)) )) 
               = 0;
      wr3: SIZEOF(QUERY ( smi <* QUERY ( si <* QUERY ( it <* SELF.items | 
               ('ASSOCIATIVE_DRAUGHTING.STYLED_ITEM' IN TYPEOF(it)) ) | (
               'ASSOCIATIVE_DRAUGHTING.MAPPED_ITEM' IN TYPEOF(si\
               styled_item.item)) ) | (NOT ((
               'ASSOCIATIVE_DRAUGHTING.SHAPE_REPRESENTATION' IN TYPEOF(smi\
               styled_item.item\mapped_item.mapping_source.
               mapped_representation)) AND (SIZEOF(QUERY ( sty <* smi\
               styled_item.styles | (NOT (SIZEOF(QUERY ( psa <* sty.styles
                | (NOT ('ASSOCIATIVE_DRAUGHTING.CURVE_STYLE' IN TYPEOF(psa)))
               )) = 1)) )) = 1)) ))) = 0;
  END_ENTITY; -- draughting_model

Explicit Attributes

Entity draughting_model 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 draughting_model inherits from the following supertypes:
  representation

Subtypes

    No subtypes

Referenced By

Entity draughting_model and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic_mapped_item_usage FUNCTION representation
 acyclic_mapped_representation FUNCTION representation
 basis_curve_check FUNCTION representation
 check_associative_shape_aspects FUNCTION representation
 definitional_representation ENTITY representation
 degenerate_pcurve ENTITY representation
 dimension_of FUNCTION representation
 draughting_model_annotation_layers RULE draughting_model
 draughting_model_annotation_layers RULE representation
 draughting_subfigure_representation ENTITY representation
 draughting_subfigure_representation_layers RULE representation
 draughting_symbol_representation ENTITY representation
 drawing_sheet_annotation_layers RULE representation
 drawing_sheet_revision ENTITY representation
 drawing_view_annotation_layers RULE representation
 edge_based_2d_wireframe_shape_representation ENTITY representation
 elementary_2d_geometric_curve_set_shape_representation ENTITY representation
 pcurve ENTITY representation
 presentation_representation ENTITY representation
 presentation_size ENTITY representation
 presentation_view_presented_once RULE representation
 property_definition_representation ENTITY representation
 representations_mapped_into FUNCTION representation
 representation_context ENTITY representation
 representation_instantiation RULE representation
 representation_map ENTITY representation
 shell_based_2d_wireframe_shape_representation ENTITY representation
 style_context_select SELECT representation
 subtype_mandatory_shape_representation_2d_or_3d RULE representation
 using_representations FUNCTION representation


[Top Level Definitions] [Exit]

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