org.jcae.opencascade.jni
Class BRepFilletAPI_MakeFillet

java.lang.Object
  extended by org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
      extended by org.jcae.opencascade.jni.BRepFilletAPI_LocalOperation
          extended by org.jcae.opencascade.jni.BRepFilletAPI_MakeFillet

public class BRepFilletAPI_MakeFillet
extends BRepFilletAPI_LocalOperation


Field Summary
 
Fields inherited from class org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
swigCMemOwn
 
Constructor Summary
protected BRepFilletAPI_MakeFillet(long cPtr, boolean cMemoryOwn)
           
  BRepFilletAPI_MakeFillet(TopoDS_Shape shape)
           
  BRepFilletAPI_MakeFillet(TopoDS_Shape shape, int type)
           
 
Method Summary
 void add(double radius, TopoDS_Edge edge)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepFilletAPI_MakeFillet obj)
           
 
Methods inherited from class org.jcae.opencascade.jni.BRepFilletAPI_LocalOperation
getCPtr
 
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

BRepFilletAPI_MakeFillet

protected BRepFilletAPI_MakeFillet(long cPtr,
                                   boolean cMemoryOwn)

BRepFilletAPI_MakeFillet

public BRepFilletAPI_MakeFillet(TopoDS_Shape shape,
                                int type)

BRepFilletAPI_MakeFillet

public BRepFilletAPI_MakeFillet(TopoDS_Shape shape)
Method Detail

getCPtr

protected static long getCPtr(BRepFilletAPI_MakeFillet obj)

finalize

protected void finalize()
Overrides:
finalize in class BRepFilletAPI_LocalOperation

delete

public void delete()
Overrides:
delete in class BRepFilletAPI_LocalOperation

add

public void add(double radius,
                TopoDS_Edge edge)