Overview Schemas Index

Shape_feature_arm         


ENTITY Shape_feature_definition
          SUBTYPE OF (Characterizable_object);
DERIVE
          feature_model : SET [1:?] OF Geometric_model := get_geometric_model(of_shape);
INVERSE
          of_shape : Item_shape FOR described_element;
WHERE
          WR1: EXISTS(feature_model);
END_ENTITY; -- Shape_feature_definition

Entity data types and their attributes

Characterizable_object
          name: STRING;
          (OPT) description: STRING;
Shape_feature_definition
          (DER) feature_model: SET [1:?] OF Geometric_model;
          (INV) of_shape: Item_shape FOR described_element;

Known subtypes

          Feature_definition_with_connection_area (Feature_and_connection_zone_arm)
          Instanced_feature (Shape_feature_arm)
          Part_feature_template_definition (Physical_unit_usage_view_arm)

Users

Characterizable_object
          Applied_information_usage_right.item
                    information_usage_right_item
                              design_pdm_information_usage_right_item
          Assembly_component.described_element
                    shapeable_item
          Assigned_property.described_element
                    property_assignment_select
                              sf_property_assignment_select
          Classification_assignment.items
                    classification_item
                              upfrompm_pmri_classification_item
          Functional_unit_definition.described_element
                    shapeable_item
          Issue_reference.item
                    issue_reference_item
                              upfromsm_ap233_issue_reference_item
          Item_shape.described_element
                    shapeable_item
          Part_design_view.described_element
                    shapeable_item
          Part_usage_view.described_element
                    shapeable_item
          Requirement_source.source
                    requirement_source_item
                              smpushup_pmri_requirement_source_item
          Stratum.described_element
                    shapeable_item
Shape_feature_definition
          Placed_feature.definition

Global rules for this entity data type

          -