the attached patch solved my problem. is it possible to add the missing wrappers in one of the next releases? greetings Florian Bruckner
On Thu, Jan 26, 2017 at 3:12 PM, Florian Bruckner <[email protected]> wrote: > hello, > > i am looking for a way to create a GRegionCompound via the gmshpy > interface. It seems that #include "GRegionCompound.h" is missing in the > gmshGeo.i file for some reason. > > Is there another way to create a RegionCompound? > > greetings > Florian Bruckner > >
--- wrappers/gmshpy/gmshGeo.i 2017-01-26 16:24:29.512531238 +0100 +++ wrappers/gmshpy/gmshGeo.i 2017-01-26 16:23:33.188695166 +0100 @@ -19,6 +19,7 @@ #include "GFace.h" #include "GFaceCompound.h" #include "GRegion.h" + #include "GRegionCompound.h" #include "discreteFace.h" #include "discreteEdge.h" #include "discreteRegion.h" @@ -113,6 +114,7 @@ %include "GFace.h" %include "GFaceCompound.h" %include "GRegion.h" +%include "GRegionCompound.h" %include "discreteFace.h" %include "discreteEdge.h" %include "discreteVertex.h"
_______________________________________________ gmsh mailing list [email protected] http://onelab.info/mailman/listinfo/gmsh
