ENTITY located_joint_system
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY located_joint_system
SUBTYPE OF (located_item);
descriptive_joint_system : joint_system;
parent_assembly : located_assembly;
DERIVE
features : SET [0:?] OF located_feature_joint_dependent := bag_to_set
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.LOCATED_FEATURE_JOINT_DEPENDENT.FEATURE_FOR_JOINT'));
UNIQUE
URL8 : SELF\located_item.location, descriptive_joint_system, parent_assembly;
WHERE
WRL28 : SELF\located_item.location.coord_system_use =
'Joint System Coordinate System';
WRL29 : 'STRUCTURAL_FRAME_SCHEMA.COORD_SYSTEM_CHILD' IN
TYPEOF (SELF\located_item.location);
WRL30 : 'STRUCTURAL_FRAME_SCHEMA.ASSEMBLY_MANUFACTURING' IN
TYPEOF (parent_assembly.descriptive_assembly);
WRL31 : SELF\located_item.location.parent_coord_system
:=: parent_assembly\located_assembly\located_item.location;
END_ENTITY;
Explicit Attributes
Entity located_joint_system has the following local and inherited explicit attributes:
Derived Attributes
Entity located_joint_system has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity located_joint_system inherits from the following supertypes:
structural_frame_item
located_item
Subtypes
No subtypesReferenced By
Entity located_joint_system 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