@@ -7,11 +7,18 @@ that can be used for form-finding tension-only, compression-only,
7
7
and mixed tension-compression structures,
8
8
using constrained force-density and constrained dynamric relaxation solvers.
9
9
10
+ > [ !WARNING]
11
+ > This plugin is under active development,
12
+ > and uses the still somewhat unstable CPython infrastructure
13
+ > of Rhino 8 through the new ScriptEditor.
14
+ > Therefore, unexpected errors may occur here and there.
15
+ > Please let us know via the [ Issue Tracker] ( https://github.com/BlockResearchGroup/compas-FoFin/issues ) if you have problems.
16
+
10
17
## Installation
11
18
12
19
The plugin can be installed using Rhino's package manager Yak.
13
20
14
- ![ COMPAS FormFinder installation with Yak] ( compas-FoFin_installation .png )
21
+ ![ COMPAS FormFinder installation with Yak] ( compas-FoFin_yak .png )
15
22
16
23
## COMPAS Packages
17
24
@@ -23,12 +30,22 @@ It uses the following packages of the COMPAS framework:
23
30
* [ compas_dr] ( https://github.com/blockresearchgroup/compas_dr )
24
31
25
32
Note that, at least for now, these packages have to be installed separately from the plugin itself.
26
- This can be done as described in the COMPAS docs (see ... ),
33
+ This can be done as described in the COMPAS docs (see [ Working in Rhino 8 ] ( https://compas.dev/compas/latest/userguide/cad.rhino8.html ) ),
27
34
or using the Python3 shell available in the Rhino ScriptEditor.
28
35
36
+ ![ COMPAS FormFinder packages] ( compas-FoFin_cpython-shell.png )
37
+
38
+ > [ !WARNING]
39
+ > We recommend using ` pip ` based install exclusively,
40
+ > and not mix this installation mechanism with the ` # r: package `
41
+ > syntax available for CPython scripts in the new Rhino ScriptEditor,
42
+ > since this can result in duplicated package installations with incompatible versions.
43
+
29
44
## Documentation
30
45
31
- The functionality of the plugin is documented in this gitbook: < https://blockresearchgroup.gitbook.io/compas-fofin >
46
+ The functionality of the plugin is documented in this gitbook: < https://blockresearchgroup.gitbook.io/compas-fofin > .
47
+
48
+
32
49
33
50
## Issues
34
51
0 commit comments