org.jcae.opencascade.jni
Class BRepPrimAPI_MakeCylinder

java.lang.Object
  extended by org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
      extended by org.jcae.opencascade.jni.BRepPrimAPI_MakeCylinder

public class BRepPrimAPI_MakeCylinder
extends BRepBuilderAPI_MakeShape


Field Summary
 
Fields inherited from class org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
swigCMemOwn
 
Constructor Summary
  BRepPrimAPI_MakeCylinder(double[] axes, double radius, double height, double angle)
           
protected BRepPrimAPI_MakeCylinder(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepPrimAPI_MakeCylinder obj)
           
 
Methods inherited from class org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
getCPtr, shape
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BRepPrimAPI_MakeCylinder

protected BRepPrimAPI_MakeCylinder(long cPtr,
                                   boolean cMemoryOwn)

BRepPrimAPI_MakeCylinder

public BRepPrimAPI_MakeCylinder(double[] axes,
                                double radius,
                                double height,
                                double angle)
Parameters:
axes - is {X, Y, Z, directionX, directionY, directionZ}
Method Detail

getCPtr

protected static long getCPtr(BRepPrimAPI_MakeCylinder obj)

finalize

protected void finalize()
Overrides:
finalize in class BRepBuilderAPI_MakeShape

delete

public void delete()
Overrides:
delete in class BRepBuilderAPI_MakeShape