Hello every body!

I have a problem with Gmsh software.

I create a ruled surface which contains a hole boundary. Then I want to
save this geo file in unroll format. But when I do it, my ruled surface
is not exported and I do not understand why. I have the message:

"Error   : Skipping surface 40 in export"

The file is attached to this mail.

Can you say me if I perform something wrong or not.

I tested this operation with gmsh version 2.4.2, 2.7.0 and 2.8.4.

Thanks a lot.

Regards

-- 


Benjamin JEANTY-RUARD

  --------------------
      Artenum Toulouse - Science & Groupware
      http://www.artenum.com

          Bâtiment Calfocenter
          10, rue Marguerite Long
          31320 Castanet-Tolosan
          France
          Phone: +33 (0)5 82 95 19 00


// Gmsh project created on Tue Mar 25 11:00:10 2014
Point(1) = {0, 0, 0, 1.0};
Point(2) = {1, 0, 0, 1.0};
Point(3) = {0, 1, 0, 1.0};
Point(4) = {-1, 0, 0, 1.0};
Point(5) = {0, -1, 0, 1.0};
Point(6) = {0, 0, 5, 1.0};
Point(7) = {0, 5, 0, 1.0};
Point(8) = {0, 1, 5, 1.0};
Point(9) = {1, 0, 5, 1.0};
Point(10) = {-1, 0, 5, 1.0};
Point(11) = {0, -1, 5, 1.0};
Point(12) = {10, 2, 0, 1.0};
Point(13) = {-10, 5, 0, 1.0};
Point(14) = {0, -10, 0, 1.0};
Point(15) = {5, -3.5, 0, 1.0};
Point(16) = {-5, -3.5, 0, 1.0};
Line(1) = {13, 7};
Line(2) = {7, 12};
Line(3) = {12, 15};
Line(4) = {15, 14};
Line(5) = {14, 16};
Line(6) = {16, 13};
Line(7) = {7, 15};
Line(8) = {16, 7};
Line(9) = {16, 15};
Circle(10) = {10, 6, 8};
Circle(11) = {8, 6, 9};
Circle(12) = {9, 6, 11};
Circle(13) = {11, 6, 10};
Circle(14) = {4, 1, 3};
Circle(15) = {3, 1, 2};
Circle(16) = {2, 1, 5};
Circle(17) = {5, 1, 4};
Line(18) = {8, 3};
Line(19) = {2, 9};
Line(20) = {11, 5};
Line(21) = {4, 10};
Line Loop(22) = {1, -8, 6};
Plane Surface(23) = {22};
Line Loop(24) = {2, 3, -7};
Plane Surface(25) = {24};
Line Loop(26) = {5, 9, 4};
Plane Surface(27) = {26};
Line Loop(28) = {13, 10, 11, 12};
Plane Surface(29) = {28};
Line Loop(30) = {18, 15, 19, -11};
Ruled Surface(31) = {30};
Line Loop(32) = {18, -14, 21, 10};
Ruled Surface(33) = {32};
Line Loop(34) = {13, -21, -17, -20};
Ruled Surface(35) = {34};
Line Loop(36) = {19, 12, 20, -16};
Ruled Surface(37) = {36};
Line Loop(38) = {7, -9, 8};
Line Loop(39) = {17, 14, 15, 16};
Ruled Surface(40) = {38, 39};
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to