ENTITY located_feature_for_located_part
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY located_feature_for_located_part
SUPERTYPE OF (located_feature_joint_dependent) 
SUBTYPE OF (located_feature);
	modified_part : located_part; 
UNIQUE
	URL6 : SELF\located_item.location, SELF\located_feature.descriptive_feature, 
		modified_part;
WHERE	
	WRL26 : 'STRUCTURAL_FRAME_SCHEMA.COORD_SYSTEM_CHILD' IN 
		TYPEOF (SELF\located_item.location);
	WRL27 : SELF\located_item.location.parent_coord_system :=: 
		modified_part\located_item.location;
END_ENTITY;
Explicit Attributes
Entity located_feature_for_located_part has the following local and inherited explicit attributes:
Derived Attributes
Entity located_feature_for_located_part has the following local and inherited derived attributes:
Inverse Attributes
    No Inverse AttributesSupertypes
Entity located_feature_for_located_part inherits from the following supertypes:
  structural_frame_item
    located_item
      located_feature
Subtypes
Entity located_feature_for_located_part has the following subtypes:
    located_feature_joint_dependent*
* - Immediate Subtypes
Referenced By
Entity located_feature_for_located_part and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00