GithubHelp home page GithubHelp logo

bragela / rw3dm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orbingol/rw3dm

0.0 0.0 0.0 183 KB

Rhino/OpenNURBS importer and exporter for NURBS-Python (geomdl)

License: MIT License

CMake 8.07% C++ 91.93%

rw3dm's Introduction

RW3DM - Rhino Extensions for NURBS-Python (geomdl)

Appveyor Status Azure Status

RW3DM project provides executables for exporting and importing OpenNURBS/Rhino .3DM files in JSON format. It utilizes OpenNURBS library for reading and writing .3DM files and JsonCpp for importing and exporting geomdl geometry data.

Installation and Updating RW3DM

Downloading RW3DM

You can download the precompiled Windows 64-bit binaries under Actions tab.

Compiling RW3DM

If you prefer to compile the binaries on your own, you can follow the following list as a reference:

  1. Clone the repository: git clone https://github.com/orbingol/rw3dm.git
  2. Change to the directory of the local repository: cd rw3dm
  3. Update submodules: git submodule update --init
  4. Create a build directory for CMake-generated files, e.g. mkdir build
  5. Enter the build directory, e.g. cd build
  6. Run CMake to generate build configuration files, e.g. cmake .. or use CMake GUI
  7. Compile and install
  • For Windows, you will find the Visual Studio project files under build directory.
  • After opening Visual Studio, choose Release from the build combobox, then right click on INSTALL and choose Rebuild
  • For Linux, run make install inside the build directory
  • The install directory will be build/install by default
  • You can modify the install directory using RW3DM_INSTALL_DIR variable while configuring the project with CMake
  1. Go to the install directory, e.g. cd install or the one you configured with CMake during step 6
  2. You will find the executables inside the install directory

Updating RW3DM

If you prefer to update the compiled binaries on your own, you can follow the following list as a reference:

  1. Pull the latest commits: git pull --rebase
  2. Update submodules: git submodule update
  3. Repeat steps from 5 to 9

Notes on installing and updating

For Windows

  • Visual Studio 2017 or newer is required to compile OpenNURBS
  • Please install C++ support on Visual Studio as it is not installed by default
  • Choose Release as the build configuration inside Visual Studio before you compile the package

For Linux

  • It is tested with gcc 7.3 and it should be compatible with any gcc version supporting C++17
  • Please remember to install the compiler packages for your Linux distribution

Using RW3DM

Reading .3DM files

on2json executable can be used to convert .3DM files to JSON format supported by geomdl. The JSON files can be imported via geomdl's exchange.import_json API call.

Writing .3DM files

json2on executable can be used to convert JSON format supported by geomdl to .3DM files. The JSON files can be exported via geomdl's exchange.export_json API call.

Available arguments

Run on2json and json2on to see the available command-line arguments:

  • extract_curves: Extract curves (Default is extract surfaces)
  • normalize: Normalize knot vectors and scale trim curves to [0,1] domain
  • sense: Extract surface and trim curve direction w.r.t. the face
  • show_config: Print the configuration
  • silent: Disable all printed messages
  • trims: Extract trim curves

Example: on2json MyONFile.3dm extract_curves=True, extracts curves from MyONFile.3dm

Author

License

rw3dm's People

Contributors

orbingol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.