Update to MathMod-13.0
Update to MathMod-13.0
Sorry, I misunderstood your question... First execute your script once and then use "Script Edit"-->"Save to File" button to create or include your script in a collection file. You can the load your script (s) from MathMod's menu : Project-->load JSon Script
Hi, Just include your script between two brackets { } : { "Param3D": { "Component": ["CylOndul"], "Fx": ["(a+hsin(40u))*cos(u)"], "Fy": ["(a+hsin(40u))*sin(u)"], "Fz": ["v"], "Name": ["Cylindre ondulé"], "Umin": ["0"], "Umax": ["2*pi"], "Vmax": ["3"], "Vmin": ["0"], "Const": ["a=40","h=1"] } }
It looks like MathMod can't access to mathmodcollection.js ... youc can force MathMod to load it from MathMod's menu : Project-->load JSon Script. Also, you can create a new folder ( ie : C:\MathModFolder) and indicate to MathMod where to look for mathmodcollection.js and mathmodconfig.js with a command like this : Mathmod "C:\MathModFolder"
MathMod-12.0
crash when entering 0 as grid lines
MathMod-12.0.0 Coloration Problem
Curve example empty boc
MathMod-12.0.0 Coloration Problem
crash when entering 0 as grid lines
Update to MathMod-12.1
Update to MathMod-12.1
Hi Robert, I'm on Sequoia 15.1 and both saving the mesh into a .obj file and loading a .js collection file seems to work with MathMod v12.0.1 (see attached image , it worked also for the reporter of the issue #250) ... Maybe it's a new feature in MacOs 15.3 ? Also, MathMod can save/load .js collection but it can only save meshes into .obj files. To load .obj files (3d meshes) you have to use 3D mesh program such as Blender, MeshLab... I'll try to have more infos about the new features/access restriction...
Hi Robert, Thank you for reporting this bug. An issue on GitHub was created to deal with this crash: https://github.com/parisolab/mathmod/issues
You have to decrease the Grid transparency and/or modify it's color setting.
You have to decrease the Grid transparency and/or color .
Strange behavior the show/hide checkbox
Strange behavior the show/hide checkbox
Unreadable tooltip text on Ubuntu 22.04
MathMod-12.0
No GUI text on Ubuntu 22.04
Hi Pierre, Try to run MathMod with "RunMathMod.sh" script that you can found in the zip package.
Code updates
Code updates
MathMod-11.0 - https://sourceforge.net/p/mathmod/tickets/106
MathMod-11.0 - https://sourceforge.net/p/mathmod/tickets/106
Wow! Thank you for sharing
Cannot find font directory (all text invisible)
You're welcome and sorry I forgot to include these instructions in the Readme.txt! I'll add more information on how to compile from source and run the compiled binaries in the documentation. I'll closed it , thank you. regards
Hi, You've just to execute the RunMathMod.sh shell script from a window command line ( ./RunMathMod.sh ) and it should work fine : Regards In a command line terminal: 1) cd mathmod-11.1-Linu64-static 2) ./RunMathMod.sh & or 2) sh RunMathMod.sh & If step (2) didn't work, try : 1) sudo ./RunMathMod.sh 2) chmod +x RunMathMod.sh 3) ./RunMathMod.sh
Cannot find font directory (all text invisible)
Cannot find font directory (all text invisible)
Hi, You've just to execute the RunMathMod.sh shell script from a window command line ( ./RunMathMod.sh ) and it should work fine Regards
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
MathMod-11.0 - https://sourceforge.net/p/mathmod/tickets/106
MathMod-11.0 - https://sourceforge.net/p/mathmod/tickets/106
MathMod-11.0
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Hi, No. Right now, the perspective (not the orthographic) projection is the only projections type supported by MathMod. Regards
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
#104 Delete "Anim" and "Morph" buttons and move their actions to MathMod's menu "Options"
Add text information to give the user an indication of the progress of an operation
Delete "Anim" and "Morph" buttons and move their actions to MathMod's menu "Options"
#103 MathMod Multithreading improvements
MathMod Multithreading improvements
Add possibility to set the math calculations "Factor" from mathmodconfig.js
Scripts calculations enhancement (parametric surfaces)
Scripts calculations enhancement (implicit surfaces)
Math parser library update
Hi, To give the surface some tickness, you can either use a 3d mesh program (like Blender) or rework the mathematical formula of your surface (in general this is the hardest way). For parametric surfaces, you can add thickness to the surface by using the formula I've indicated in the script's description "Thick Parametric Torus" but it works better for "closed" parametric surfaces (ie: sphere, torus...) . Since "Twisted_triaxial" is not a "closed" surface, you have to rework your new math formulas...
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Add option to export OBJ files with vertex colours
BUG: the"Stop calculations" makes the grid resolution keep it's previous defined values
Add new Function CmpId(n) the index of the component under calculation
Bug: Progress Bar with percentage Calculation stops working after modifying the number of threads allocated for calculations
Script loading optimization
Add possibility to fine-tune the grid resolution according to (u,v) for parametric surfaces
Add possibility to fine-tune the grid resolution according to (u,v) for parametric surfaces
Add: Calculations progress monitoring
Add: Automatic Localization detection
Code cleaning and optimization
Add option to export OBJ files with vertex colours
Add option to export OBJ files with vertex colours
BUG: the"Stop calculations" makes the grid resolution keep it's previous defined values
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Code cleaning and optimization
Add new Function CmpId(n) the index of the component under calculation
Code cleaning and optimization
Add new Function CmpId(n) the index of the component under calculation
Add new scripts examples
Add new scripts examples
Add new scripts examples