Thread Previous • Date Previous • Date Next • Thread Next |
On 03/11/2013 11:21 AM, Anders Logg wrote:
On Mon, Mar 11, 2013 at 10:52:05AM +0100, Marie E. Rognes wrote:Is dolfin.mesh.netgen.py still active or is it considered replaced by the dolfin/generation/CSG* functionality?But someone should port the LEGO class first.
:-) The LEGO class seems to be in existence already in CSGGeometries3D.h: // A standard LEGO brick starting at the point x with (n0, n1) // knobs and height n2. The height should be 1 for a thin brick or 3 // for a regular brick.static boost::shared_ptr<CSGGeometry> lego(std::size_t n0, std::size_t n1, std::size_t n2, double x0, double x1, double x2);
I'll remove the netgen module then. -- Marie
Thread Previous • Date Previous • Date Next • Thread Next |