ENTITY feature_component_relationship

(* SCHEMA integrated_cnc_schema; *)
ENTITY feature_component_relationship
  SUPERTYPE OF (ONEOF(pattern_omit_membership, pattern_offset_membership))
  SUBTYPE OF (shape_aspect_relationship);
  WHERE
    WR1: ((SIZEOF([ 'INTEGRATED_CNC_SCHEMA.COMPOSITE_SHAPE_ASPECT', 
              'INTEGRATED_CNC_SCHEMA.REPLICATE_FEATURE', 
              'INTEGRATED_CNC_SCHEMA.TRANSITION_FEATURE', 
              'INTEGRATED_CNC_SCHEMA.MODIFIED_PATTERN' ] * TYPEOF(SELF.
              relating_shape_aspect)) = 1) OR (
              'INTEGRATED_CNC_SCHEMA.FEATURE_DEFINITION' IN TYPEOF(SELF.
              relating_shape_aspect.of_shape.definition))) OR (
              'INTEGRATED_CNC_SCHEMA.FEATURE_COMPONENT_DEFINITION' IN 
              TYPEOF(SELF.relating_shape_aspect.of_shape.definition));
END_ENTITY; -- 10303-522: aic_machining_feature

Explicit Attributes

Entity feature_component_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)shape_aspect_relationship
 descriptiontext (STRING)shape_aspect_relationship
 relating_shape_aspectshape_aspect (ENTITY)shape_aspect_relationship
 related_shape_aspectshape_aspect (ENTITY)shape_aspect_relationship

Derived Attributes

Entity feature_component_relationship has the following local and inherited derived attributes:
AttributeTypeDefined By
 ididentifier (STRING)shape_aspect_relationship

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity feature_component_relationship inherits from the following supertypes:
  shape_aspect_relationship

Subtypes

Entity feature_component_relationship has the following subtypes:
    pattern_offset_membership*
    pattern_omit_membership*
* - Immediate Subtypes

Referenced By

Entity feature_component_relationship and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 centre_of_symmetry ENTITY shape_aspect_relationship
 chamfer_requires_faces_or_features RULE feature_component_relationship
 composite_shape_aspect ENTITY shape_aspect_relationship
 datum ENTITY shape_aspect_relationship
 datum_feature ENTITY shape_aspect_relationship
 datum_target ENTITY shape_aspect_relationship
 derived_shape_aspect ENTITY shape_aspect_relationship
 edge_round_requires_faces_or_features RULE feature_component_relationship
 id_attribute_select SELECT shape_aspect_relationship
 represented_definition SELECT shape_aspect_relationship
 runout_zone_orientation_reference_direction ENTITY shape_aspect_relationship
 shape_aspect_deriving_relationship ENTITY shape_aspect_relationship
 shape_definition SELECT shape_aspect_relationship
 symmetric_shape_aspect ENTITY shape_aspect_relationship


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:20-02:00