Skip to content

Commit

Permalink
GITBOOK-50: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
juney-lee authored and gitbook-bot committed Nov 10, 2024
1 parent 2512993 commit a666e44
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions gitbook/manual/supports-2.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
# 7c. Modify ThrustDiagram

## Modify ThrustDiagram

| | | |
| -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| <img src="../.gitbook/assets/RV_ThrustDiagram-modify.svg" alt="" data-size="original"> | <p><strong>Rhino command name</strong></p><p><code>RV_thrust_modify</code></p> | <p><strong>source file</strong></p><p><a href="../../plugin/RV_thrust_modify.py"><code>RV_thrust_modify.py</code></a></p> |

Description




`RV_thrust_modify` allows users to make modifications to the ThrustDiagram.

***

## Sub functions
## Sub commands

### VertexAttributes
The following sub-commands are built into `RV_thrust_modify` .&#x20;

### VertexAttributes

The following vertex attributes of the `ThrustDiagram` can be modified.

* **is\_fixed** - If set to `True`, the corresponding vertex of the `FormDiagram` will remain fixed during any force-density-based relaxation. This is set to `False` by default.
* **is\_support** - if set to `True`, the vertex will become a support in the `ThrustDiagram` and remain fixed during `RV_tna_vertical`. This is set to `False` by default.
* **px** - The x component of an additional load to be applied at the vertex. This value is set to 0.0 by default.
* **py** - The y component of an additional load to be applied at the vertex. This value is set to 0.0 by default.
* **pz** - The z component of an additional load to be applied at the vertex. This value is set to 0.0 by default.
* **t** - The thickness of the `ThrustDiagram` at the vertex. This value in combination with the tributary area of the vertex determines the self-weight at that vertex. This value is set to 1.0 by default.
* **x** - Current x-coordinate of the vertex. This value is automatically computed, although can be changed manually to re-locate vertices to specific positions.
* **y** - Current y-coordinate of the vertex. This value is automatically computed, although can be changed manually to re-locate vertices to specific positions.
* **z** - Current z-coordinate of the vertex. This value is automatically computed, although can be changed manually to re-locate vertices to specific positions.

### EdgeAttributes

Expand Down

0 comments on commit a666e44

Please sign in to comment.