Skip to content

Commit 9e8bb7d

Browse files
juney-leegitbook-bot
authored andcommitted
GITBOOK-47: display settings descriptions
1 parent c173e38 commit 9e8bb7d

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

gitbook/manual/settings.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# 8. Settings
22

3-
## Settings
4-
53
| | | |
64
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
75
| <img src="../.gitbook/assets/RV_settings (1).svg" alt="" data-size="original"> | <p><strong>Rhino command name</strong></p><p><code>RV_settings</code></p> | <p><strong>source file</strong></p><p><a href="../../plugin/RV_settings.py"><code>RV_settings.py</code></a></p> |
@@ -38,14 +36,14 @@ These are the visualization parameters for various RhinoVAULT elements.
3836
* **show\_forces** - If set to `True`, the corresponding edges of the `FormDiagram` and `ForceDiagram` are displayed in matching colors. The color gradient is determined based on the relative magnitudes of the internal horizontal forces (Red is higher, blue is lower; the color is independent of whether or not the force is in compression or tension). This is set to `False` by default.
3937
* **show\_reactions** - If set to `True`, reaction forces at the supports will be displayed as vectors. This is set to `True` by default.
4038
* **show\_residuals** - If set to `True`, residual forces present at every vertex will be displayed as vectors. This is set to `False` by default.
41-
* **show\_pipes** - This is set to `False` by default.
42-
* **show\_loads** - This is set to `False` by default.
43-
* **show\_selfweight** - This is set to `False` by default.
44-
* **show\_thickness** - This is set to `False` by default.
45-
* **scale\_reactions** - This value is set to 0.1 by default.
46-
* **scale\_residuals** - This value is set to 1.0 by default.
47-
* **scale\_pipes** - This is value is set to 0.01 by default.
48-
* **scale\_loads** - This value is set to 1.0 by default.
49-
* **scale\_selfweight** - This value is set to 1.0 by default.
50-
* **tol\_vectors** - This value is set to 0.001 by default.
51-
* **tol\_pipes** - This value is set to 0.01 by default.
39+
* **show\_pipes** - If set to `True`, pipes will be displayed for the edges of the `ThrustDiagram`. The radius of the pipes are relative to the edge's internal force, subject to `scale_pipes`. This is set to `False` by default.
40+
* **show\_loads** - If set to `True`, any additional loads applied to the `ThrustDiagram` will be displayed. This is set to `False` by default.
41+
* **show\_selfweight** - If set to `True`, self-weight of the `ThrustDiagram` will be displayed at the vertices. This is set to `False` by default.
42+
* **show\_thickness** - Not implemented.
43+
* **scale\_reactions** - This value scales all reaction forces. This value is set to 0.1 by default.
44+
* **scale\_residuals** - This value scales all residual forces. This value is set to 1.0 by default.
45+
* **scale\_pipes** - This value scales the radius of all pipes. This is value is set to 0.01 by default.
46+
* **scale\_loads** - This value scales all applied loads on the `ThrustDiagam`. This value is set to 1.0 by default.
47+
* **scale\_selfweight** - This value scales the vectors representing the self-weight of the `ThrustDiagram`. This value is set to 1.0 by default.
48+
* **tol\_vectors** - This value is the minimum length for all vectors. This value is set to 0.001 by default.
49+
* **tol\_pipes** - This value is the minimum radius for all pipes. This value is set to 0.01 by default.

0 commit comments

Comments
 (0)