Giter Club home page Giter Club logo

Comments (6)

tinkerology avatar tinkerology commented on July 18, 2024

Actually, with more testing, even just importing the model and rendering with CGAL (F6) causes a crash on Windows. I'm using version 2012.02.19.

from openscad.

CraigRK avatar CraigRK commented on July 18, 2024

I have similar issues with multiple imported STLs. Some crash, others simply won't render the STL, so I am haveing to revert to using Blender.

from openscad.

 avatar commented on July 18, 2024

Same issue here with version "2011.12.30".

from openscad.

kintel avatar kintel commented on July 18, 2024

Just tested this on the latest OpenSCAD version (2013.01) on Mac. It works well here, but needs quite some memory to do the calculation.

from openscad.

donbright avatar donbright commented on July 18, 2024

I did some testing on linux 64bit. This line seems to be a problem:

translate([0,-50,0]) cube([50,50,29]);

It makes a box that doesn't actually intersect the STL.

I replaced it with this:

translte([0,0,0]) cube([50,50,29]);

and I get a CGAL assertion violation.

So I tried this:

translate([-1,-1,-1]) cube([150,150,30]);

and I finally got a good result.

However, it did take up more than 2 Gigabytes of RAM.

from openscad.

kintel avatar kintel commented on July 18, 2024

This is a well-known weakness of using CGAL's Nef3 polyhedrons

from openscad.

Related Issues (20)

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.