Most of the examples import ForceVolMesh from compas_3gs.diagrams, but there’s no ForceVolMesh python file in the compas_3gs/diagrams folder.
I found ForceVolMeshObject in compas_3gs/diagrams/polyhedral.py… , I’m getting confused…
Is there any idea?
Hi there, @js_in_snu . ForceVolMesh is a class object within the module polyhedral.py. So to import the ‘ForceVolMesh’ class, you should do:
from compas_3gs.diagrams import ForceVolMesh
The examples from the compas_3gs homepage are going through some minor updates at the moment. Also, the most recently released and available version of compas_3gs can be downloaded as an executable, installable plugin, which should provide all the key functionalities as a toolbar in Rhino. The installation procedure is the same as RV2.