gemas
Electrical
- Jul 24, 2011
- 6
Hi,
I'm currently trying to define a simple 2-D geometry consiting of
different rectangular areas. When I try to glue them by aglue,all command (or modelling>operate>boolean>glue>areas) I keep getting this error:
The input areas do not meet the conditions required for the aglu operation. No new entities were created. The AOVLAP operation is a possible alternative.
and I can't figure why. I tried the overlap operation (aovlap) but I don't get the separation I want. Here's my simple code:
/PREP7
et,1,plane121
mp,perx,1,80
rectng,0,200,0,200
rectng,20,30,200,125
rectng,20,30,0,75
rectng,0,20,200,125
rectng,0,20,0,75
rectng,30,200,200,125
rectng,30,200,0,75
rectng,20,30,75,125
aglue,all
and you'll find the print-screen of my geometry attached.
Thanks for your help !!
I'm currently trying to define a simple 2-D geometry consiting of
different rectangular areas. When I try to glue them by aglue,all command (or modelling>operate>boolean>glue>areas) I keep getting this error:
The input areas do not meet the conditions required for the aglu operation. No new entities were created. The AOVLAP operation is a possible alternative.
and I can't figure why. I tried the overlap operation (aovlap) but I don't get the separation I want. Here's my simple code:
/PREP7
et,1,plane121
mp,perx,1,80
rectng,0,200,0,200
rectng,20,30,200,125
rectng,20,30,0,75
rectng,0,20,200,125
rectng,0,20,0,75
rectng,30,200,200,125
rectng,30,200,0,75
rectng,20,30,75,125
aglue,all
and you'll find the print-screen of my geometry attached.
Thanks for your help !!