ENTITY plane_angle_and_length_pair

(* SCHEMA step_merged_ap_schema; *)
-- IN AP242
ENTITY plane_angle_and_length_pair
   SUBTYPE OF (founded_item);
      plane_angle_value : plane_angle_measure;
      length_value : length_measure;
END_ENTITY;

Explicit Attributes

Entity plane_angle_and_length_pair has the following local and inherited explicit attributes:
AttributeTypeDefined By
 plane_angle_valueplane_angle_measure (REAL)plane_angle_and_length_pair
 length_valuelength_measure (REAL)plane_angle_and_length_pair

Derived Attributes

Entity plane_angle_and_length_pair has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity plane_angle_and_length_pair inherits from the following supertypes:
  founded_item

Subtypes

    No subtypes

Referenced By

Entity plane_angle_and_length_pair and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 founded_item ENTITY plane_angle_and_length_pair
 founded_item_select SELECT founded_item
 measured_value_select SELECT plane_angle_and_length_pair
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:17-04:00