]> gerrit.simantics Code Review - simantics/3d.git/blob - org.jcae.opencascade/src/GeomAbs.i
Merge "Allow property editing with just a single mouse click"
[simantics/3d.git] / org.jcae.opencascade / src / GeomAbs.i
1 /*
2  * Project Info:  http://jcae.sourceforge.net
3  * 
4  * This program is free software; you can redistribute it and/or modify it under
5  * the terms of the GNU Lesser General Public License as published by the Free
6  * Software Foundation; either version 2.1 of the License, or (at your option)
7  * any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11  * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12  * details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with this program; if not, write to the Free Software Foundation, Inc.,
16  * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
17  *
18  * (C) Copyright 2005, by EADS CRC
19  * (C) Copyright 2009, by EADS France
20  */
21
22 /**
23  * GeomAbs_Shape
24  */
25 // rename GeomAbs_Shape to make it more Java friendly
26 %rename(C0) GeomAbs_C0;
27 %rename(G1) GeomAbs_G1;
28 %rename(C1) GeomAbs_C1;
29 %rename(G2) GeomAbs_G2;
30 %rename(C2) GeomAbs_C2;
31 %rename(C3) GeomAbs_C3;
32 %rename(CN) GeomAbs_CN;
33
34 enum GeomAbs_Shape
35 {
36     GeomAbs_C0,
37     GeomAbs_G1,
38     GeomAbs_C1,
39     GeomAbs_G2,
40     GeomAbs_C2,
41     GeomAbs_C3,
42     GeomAbs_CN
43 };
44