ENTITY located_part
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY located_part
SUBTYPE OF (located_item);
descriptive_part : part;
parent_assembly : located_assembly;
DERIVE
features : SET [0:?] OF located_feature_for_located_part := bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE_FOR_LOCATED_PART.MODIFIED_PART'));
UNIQUE
URL9 : SELF\located_item.location, descriptive_part, parent_assembly;
WHERE
WRL32 : SELF\located_item.location.coord_system_use =
'Part Coordinate System';
WRL33 : 'STRUCTURAL_FRAME_SCHEMA.COORD_SYSTEM_CHILD' IN
TYPEOF (SELF\located_item.location);
WRL34 : 'STRUCTURAL_FRAME_SCHEMA.ASSEMBLY_MANUFACTURING'
IN TYPEOF (parent_assembly.descriptive_assembly);
WRL35 : SELF\located_item.location.parent_coord_system
:=: parent_assembly\located_assembly\located_item.location;
END_ENTITY;
Explicit Attributes
Entity located_part has the following local and inherited explicit attributes:
Derived Attributes
Entity located_part has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity located_part inherits from the following supertypes:
structural_frame_item
located_item
Subtypes
Entity located_part has the following subtypes:
located_part_marked*
* - Immediate Subtypes
Referenced By
Entity 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