MechanicalJoint | ![]() |
appearance as argument number 1 |
![]() |
(documentation MechanicalJoint EnglishLanguage "A Device that links two parts of a PhysicalSystem and allows them to move in relation to one another. Examples include Hinges, drawer slides and BallJoints.") | Cars.kif 1373-1374 | |
(subclass MechanicalJoint EngineeringComponent) | Cars.kif 1371-1371 |
appearance as argument number 2 |
![]() |
(subclass BallJoint MechanicalJoint) | Cars.kif 1359-1359 | |
(subclass Bearing MechanicalJoint) | Cars.kif 1394-1394 | |
(subclass CVJoint MechanicalJoint) | Cars.kif 2093-2093 | |
(subclass Hinge MechanicalJoint) | Cars.kif 1369-1369 | |
(subclass UniversalJoint MechanicalJoint) | Cars.kif 4201-4201 | |
(termFormat EnglishLanguage MechanicalJoint "mechanical joint") | Cars.kif 1372-1372 |
antecedent |
![]() |
(=> (instance ?MJ MechanicalJoint) (hasPurpose ?MJ (exists (?S ?P1 ?P2 ?M) (and (instance ?M Motion) (instance ?S PhysicalSystem) (instance ?P1 EngineeringComponent) (instance ?P2 EngineeringComponent) (part ?P1 PhysicalSystem) (part ?MJ PhysicalSystem) (part ?P2 PhysicalSystem) (not (patient ?M ?P1)) (patient ?M ?P2) (connectedEngineeringComponents ?P1 ?MJ) (connectedEngineeringComponents ?P2 ?MJ))))) |
Cars.kif 1376-1392 |
![]() |
![]() |