How to define a rigidbody using imported geometry? #36
Answered
by
jgerstmayr
qiushi-Lee
asked this question in
Q&A on usage of Exudyn
-
I'm sorry to bother you again. I see your examples of multi-rigidbody in exudyn. The VObjectRigidBody are all built by netgen or embedded geometry. I'd like to know whether the VObjectRigidBody could use the imported geometry (STP or the others format)as the graphics. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
jgerstmayr
Feb 27, 2023
Replies: 1 comment
-
Rigid bodies can be visualized by triangular geometries. You can import STL meshes, see module graphicsDataUtilities: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jgerstmayr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rigid bodies can be visualized by triangular geometries. You can import STL meshes, see module graphicsDataUtilities:
functions GraphicsDataFromSTLfileTxt and GraphicsDataFromSTLfile
Check the new online documentation