---
title: nodeB
framework: scenekit
role: symbol
role_heading: Instance Property
path: scenekit/scnphysicscontact/nodeb
---

# nodeB

The node containing the second body in the contact.

## Declaration

```swift
var nodeB: SCNNode { get }
```

## Discussion

Discussion Use the node’s physicsBody property to examine physics characteristics of the node.

## See Also

### Inspecting the Contact Properties

- [nodeA](scenekit/scnphysicscontact/nodea.md)
- [contactPoint](scenekit/scnphysicscontact/contactpoint.md)
- [contactNormal](scenekit/scnphysicscontact/contactnormal.md)
- [collisionImpulse](scenekit/scnphysicscontact/collisionimpulse.md)
- [penetrationDistance](scenekit/scnphysicscontact/penetrationdistance.md)
