https://github.com/lagadic/sld2bnd
Solidworks *.sld to *.bnd format converter
https://github.com/lagadic/sld2bnd
Last synced: 10 months ago
JSON representation
Solidworks *.sld to *.bnd format converter
- Host: GitHub
- URL: https://github.com/lagadic/sld2bnd
- Owner: lagadic
- License: gpl-2.0
- Created: 2018-01-26T15:03:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T15:24:11.000Z (over 8 years ago)
- Last Synced: 2025-03-02T07:39:33.402Z (over 1 year ago)
- Language: C
- Size: 154 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sld2bnd
Solidworks `*.sld` to `*.bnd` format converter
# Content
This project contains the `sld2bnd` binary source code that allows to convert
`*.sld` files into `*.bnd` files. These files are used in ViSP (https://github.com/lagadic/visp) robot simulator.
This project was tested on Ubuntu 16.04 and OsX.
The only external dependency is `bison`.
# How to build
sudo apt-get install bison
mkdir build
cd build
cmake ..
make
# How to use
./sld2bnd -?
Example
./sld2bnd -o bras.bnd../data-sld/bras.sld