[Gmsh] Gmsh Mesh Version - Python API

2019-05-13 Thread Rinaldi Polese Petrolli
remais 4.1. Thanks in advance, -- *Rinaldi Polese Petrolli* +55 (51) 99106-3972 rinald...@gmail.com ___ gmsh mailing list gmsh@onelab.info http://onelab.info/mailman/listinfo/gmsh

Re: [Gmsh] Gmsh Mesh Version - Python API

2019-05-13 Thread Rinaldi Polese Petrolli
Found how to fix it, thanks! Em seg, 13 de mai de 2019 às 10:57, Rinaldi Polese Petrolli < rinald...@gmail.com> escreveu: > Hello, > > Hope this message finds you well. I'm writing to ask how to change the > mesh version that the Python API outputs from 4.1 to 2.2.

[Gmsh] Gmsh OCC class Physical Groups

2020-02-19 Thread Rinaldi Polese Petrolli
Hi, Hope everything is good. I'm working merging two meshes into one via the .cut OCC class method, but my output has all the Physical Groups defined as 0, even when adding a PhysicalGroup to the model. Here's a quick example. gmsh.model .occ.addPlaneSurface([-(12 + i)], i + 2 + 100) gmsh.model.a

Re: [Gmsh] Gmsh OCC class Physical Groups

2020-02-20 Thread Rinaldi Polese Petrolli
Already figured it out, all I needed to da was declare the physical groups again after applying the cut :) Em qua., 19 de fev. de 2020 às 23:39, Rinaldi Polese Petrolli < rinaldi.petro...@wsdg.com> escreveu: > Hi, > > Hope everything is good. I'm working merging two mes