Code Monkey home page Code Monkey logo

weld-predictor-3d's Introduction

Weld Predictor

Copyright 2017 Ohio Supercomputer Center

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

weld-predictor-3d's People

Contributors

basilgohar avatar brianmcmichael avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ariettaz

weld-predictor-3d's Issues

Load a "STEP" file and convert to "STL" for viewing.

Currently three.js does not support loading of STEP or Parasolid files. These files will need to be converted to something like "STL" which does have an available three.js loader. I'm thinking that right now the best solution will be to have the user "attach" their .step or parasolid file to the form, then provide a button which will.

  1. upload the file to the controller
  2. convert the file
  3. download the converted file, and
  4. display to the user

Questions:

  • How do we convert the file on the system side?
    • One option is do the conversion via Blender, which appears to be possible via simple command line arguments
    • If we don't want to employ another dependency, it looks like Salome can be used to convert these files to stl. The process is a little more complicated though and will involve the creation of a python file to handle the conversion. I've found some examples here.
  • How do we persist the converted data?
    • Maybe just attach it to the form and save it in the json store?
    • Do what we do in myjobs and create a staged directly immediately? This is actually more involved than that because we would need a place to store the file before the workflow is created if we want to do that.
    • A combination of both?
  • How do we reconcile the current state, where a geometry is defined in advance, with one where the geometry can be defined by the user. What is the error workflow for bad uploads?

SECURITY: Update to a secure version of paperclip

The version of paperclip used here contains a security vulnerability as reported by github. This should be updated to a newer version.


We found a potential security vulnerability in one of your dependencies.

The paperclip dependency defined in Gemfile.lock has a known high severity security vulnerability in version range >= 3.1.4, <= 5.1.0 and should be updated.

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.