ENTITY dimensional_size

(* SCHEMA Ap236_furniture_catalog_and_interior_design_mim_LF; *)
(* USED FROM (shape_dimension_schema); *)
ENTITY dimensional_size
  SUPERTYPE OF (ONEOF (
              ANGULAR_SIZE,
              DIMENSIONAL_SIZE_WITH_PATH));
  applies_to : shape_aspect;
  name       : label;
WHERE
  WR1: applies_to.product_definitional = TRUE;
END_ENTITY;

Explicit Attributes

Entity dimensional_size has the following local and inherited explicit attributes:
AttributeTypeDefined By
 applies_toshape_aspect (ENTITY)dimensional_size
 namelabel (STRING)dimensional_size

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity dimensional_size has the following subtypes:
    angular_size*
    dimensional_size_with_path*
    externally_defined_dimension_definition*
* - Immediate Subtypes

Referenced By

Entity dimensional_size and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 dependent_instantiable_dimensional_size RULE dimensional_size
 dimensional_characteristic SELECT dimensional_size
 document_reference_item SELECT dimensional_size
 identification_item SELECT dimensional_size
 property_variable_rep_select SELECT dimensional_size


[Top Level Definitions] [Exit]

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