Add cli options to splinepy as well as add automatic io loader function.
The automatic io loader module selects the correct io module for specific file extensions. These are not all tested completely, please check if they are correct and valid.
splinepy version: 0.0.51.
numpy version: 1.26.4.
gustaf version: 0.0.23.
vedo version: Not Installed.
scipy version: Not Installed.
napf version: Not Installed.
meshio version: Not Installed.
k3d version: Not Installed.
or if all dependencies and dependencies of dependencies are installed
splinepy show -i spline_file_with_file_ending_that_can_be.imported -o output.png
or leave the -o option then you can see the spline in interactive mode via vedo.
That's cool, what about Show options like control points, ids and all that. Any way to configure this ? Especially the Resolution might be something the User wants to control
Overview
Add cli options to splinepy as well as add automatic io loader function.
The automatic io loader module selects the correct io module for specific file extensions. These are not all tested completely, please check if they are correct and valid.
CLI OPTIONS
Version(s)
splinepy --version
or if all dependencies and dependencies of dependencies are installed
And show splines.
splinepy show -i spline_file_with_file_ending_that_can_be.imported -o output.png
or leave the-o
option then you can see the spline in interactive mode via vedo.Addressed issues
Showcase
See above
Checklists