meshmagick icon indicating copy to clipboard operation
meshmagick copied to clipboard

A command line tool and a python package to manipulate hydrodynamics meshes

Results 15 meshmagick issues
Sort by recently updated
recently updated
newest added

Hello everyone, I'm currently using Meshmagick for my project, and I'm looking to calculate hydrostatic stiffness, inertia, center of gravity, center of buoyancy, and displaced volume of bodies. I would...

**Dear All,** **I am using Meshmagick to convert a mesh file (preferably from Salome) into .dat for use with Nemoh and am following the user's guide, but I found the...

I created a new GDF function load_GDF_compressed that loads GDF files 4 times faster than the current load_GDF function. In addition to that, I also added the WAMIT parameter such...

``` C:\Users\User\Geometry>meshmagick H1.stl -hs ============================================= meshmagick - version 3.0 Copyright 2014-2021, Ecole Centrale de Nantes / D-ICE Engineering ============================================= H1.stl successfully loaded >>>> Performing hydrostatic computation on the current hull...

Hi I have an issue that Meshmagick is no longer working with Anaconda. The following message appears when i try to run "--show" command. Any solution? ``` (base) C:\Users\User\Desktop\Simulations\Cube1>meshmagick Cube.stl...

I'm not actually sure if this is a bug or a feature that I don't understand: ```python from meshmagick.mmio import load_mesh from meshmagick.mesh import Mesh from meshmagick.hydrostatics import Hydrostatics reference_mesh...

This issue relates exactly to #7 . I am having the same issue and would like to work around it. I am also using fully submerged body and have dug...

Hi, first I want to say thank you to the developer and contributors of this software/package, I was just looking for a way for computing hydrostatics from Python and finally...

I installed meshmagick the other day by issuing the following command `conda install -c frongere meshmagick` I'm able to run meshmagick from the terminal command line (e.g. `meshmagick my_mesh.stl --show`)...