ENTITY located_feature
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY located_feature
ABSTRACT SUPERTYPE OF (ONEOF
		(located_feature_for_assembly, 
		located_feature_for_design_part, 
		located_feature_for_located_assembly,
		located_feature_for_located_part, 
 		located_feature_for_part)) 
SUBTYPE OF (located_item);
 	descriptive_feature : feature; 
WHERE
	WRL23 : SELF\located_item.location.coord_system_use = 'Feature Coordinate System';
END_ENTITY;
Explicit Attributes
Entity located_feature has the following local and inherited explicit attributes:
Derived Attributes
Entity located_feature has the following local and inherited derived attributes:
Inverse Attributes
    No Inverse AttributesSupertypes
Entity located_feature inherits from the following supertypes:
  structural_frame_item
    located_item
Subtypes
Entity located_feature has the following subtypes:
    located_feature_for_assembly*
    located_feature_for_design_part*
    located_feature_for_located_assembly*
    located_feature_for_located_part*
    located_feature_for_part*
    located_feature_joint_dependent
* - Immediate Subtypes
Referenced By
Entity located_feature 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