]> gerrit.simantics Code Review - simantics/3d.git/blob - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/BRepFilletAPI_MakeFillet.java
a0ecf0408b69cd32d03351161f1532f8fef46381
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / BRepFilletAPI_MakeFillet.java
1 /* ----------------------------------------------------------------------------\r
2  * This file was automatically generated by SWIG (http://www.swig.org).\r
3  * Version 2.0.4\r
4  *\r
5  * Do not make changes to this file unless you know what you are doing--modify\r
6  * the SWIG interface file instead.\r
7  * ----------------------------------------------------------------------------- */\r
8 \r
9 package org.jcae.opencascade.jni;\r
10 \r
11 public class BRepFilletAPI_MakeFillet extends BRepFilletAPI_LocalOperation {\r
12   private long swigCPtr;\r
13 \r
14   public BRepFilletAPI_MakeFillet(long cPtr, boolean cMemoryOwn) {\r
15     super(OccJavaJNI.BRepFilletAPI_MakeFillet_SWIGUpcast(cPtr), cMemoryOwn);\r
16     swigCPtr = cPtr;\r
17   }\r
18 \r
19   public static long getCPtr(BRepFilletAPI_MakeFillet obj) {\r
20     return (obj == null) ? 0 : obj.swigCPtr;\r
21   }\r
22 \r
23   protected void finalize() {\r
24     delete();\r
25   }\r
26 \r
27   public synchronized void delete() {\r
28     if (swigCPtr != 0) {\r
29       if (swigCMemOwn) {\r
30         swigCMemOwn = false;\r
31         OccJavaJNI.delete_BRepFilletAPI_MakeFillet(swigCPtr);\r
32       }\r
33       swigCPtr = 0;\r
34     }\r
35     super.delete();\r
36   }\r
37 \r
38   public BRepFilletAPI_MakeFillet(TopoDS_Shape shape, ChFi3d_FilletShape type) {\r
39     this(OccJavaJNI.new_BRepFilletAPI_MakeFillet__SWIG_0(TopoDS_Shape.getCPtr(shape), shape, type.swigValue()), true);\r
40   }\r
41 \r
42   public BRepFilletAPI_MakeFillet(TopoDS_Shape shape) {\r
43     this(OccJavaJNI.new_BRepFilletAPI_MakeFillet__SWIG_1(TopoDS_Shape.getCPtr(shape), shape), true);\r
44   }\r
45 \r
46   public void add(double radius, TopoDS_Edge edge) {\r
47     OccJavaJNI.BRepFilletAPI_MakeFillet_add(swigCPtr, this, radius, TopoDS_Edge.getCPtr(edge), edge);\r
48   }\r
49 \r
50 }\r