org.jcae.opencascade.jni
Class BRepFilletAPI_MakeChamfer

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_MakeChamfer

public class BRepFilletAPI_MakeChamfer
extends BRepFilletAPI_LocalOperation


Field Summary
 
Fields inherited from class org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
swigCMemOwn
 
Constructor Summary
protected BRepFilletAPI_MakeChamfer(long cPtr, boolean cMemoryOwn)
           
  BRepFilletAPI_MakeChamfer(TopoDS_Shape shape)
           
 
Method Summary
 void add(double distance, TopoDS_Edge edge, TopoDS_Face face)
           
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepFilletAPI_MakeChamfer 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_MakeChamfer

protected BRepFilletAPI_MakeChamfer(long cPtr,
                                    boolean cMemoryOwn)

BRepFilletAPI_MakeChamfer

public BRepFilletAPI_MakeChamfer(TopoDS_Shape shape)
Method Detail

getCPtr

protected static long getCPtr(BRepFilletAPI_MakeChamfer 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 distance,
                TopoDS_Edge edge,
                TopoDS_Face face)