]> gerrit.simantics Code Review - simantics/3d.git/blob - org.jcae.opencascade/src-java/org/jcae/opencascade/jni/BRepPrimAPI_MakeCylinder.java
f19dc73b6b6e6ae4575d979bdcad4954b2a2aeeb
[simantics/3d.git] / org.jcae.opencascade / src-java / org / jcae / opencascade / jni / BRepPrimAPI_MakeCylinder.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 BRepPrimAPI_MakeCylinder extends BRepBuilderAPI_MakeShape {\r
12   private long swigCPtr;\r
13 \r
14   public BRepPrimAPI_MakeCylinder(long cPtr, boolean cMemoryOwn) {\r
15     super(OccJavaJNI.BRepPrimAPI_MakeCylinder_SWIGUpcast(cPtr), cMemoryOwn);\r
16     swigCPtr = cPtr;\r
17   }\r
18 \r
19   public static long getCPtr(BRepPrimAPI_MakeCylinder 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_BRepPrimAPI_MakeCylinder(swigCPtr);\r
32       }\r
33       swigCPtr = 0;\r
34     }\r
35     super.delete();\r
36   }\r
37 \r
38   \r
39   /**\r
40    * @param axes is {X, Y, Z, directionX, directionY, directionZ}\r
41    */\r
42 public BRepPrimAPI_MakeCylinder(double[] axes, double radius, double height, double angle) {\r
43     this(OccJavaJNI.new_BRepPrimAPI_MakeCylinder(axes, radius, height, angle), true);\r
44   }\r
45 \r
46 }\r