# Buoyant Body Drag

{% hint style="success" %}

#### Like what your seeing?

Support us as a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](/old-kb/where-to-buy/become-a-sponsor.md) ... become a sponsor today!
{% endhint %}

## Introduction

![](/files/irFUu0QQ7LqksYrZoYxO)

Modifies the drag effect applied to a body based on the portion of that body that is submerged under a Surface Tool.

## Fields and Attributes

### Surface Linear Drag

The amount of linear drag applied to the portion above the surface line

### Subsurface Linear Drag

The amount of linear drag applied to the portion below the surface line

### Surface Angular Drag

The amount of angular drag applied to the portion above the surface line

### Subsurface Angular Drag

The amount of angular drag applied to the portion below the surface line

## Methods

### Update Drag

Updates the drag according the state of the body. this is called automatically by the attached [Buoyant Body](/old-kb/toolkit-for-physics/physkit/components/buoyant-body.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/old-kb/toolkit-for-physics/physkit/components/buoyant-body-drag.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
