org.jcae.opencascade.jni
Class BRepAlgoAPI_Cut

java.lang.Object
  extended by org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
      extended by org.jcae.opencascade.jni.BRepAlgoAPI_BooleanOperation
          extended by org.jcae.opencascade.jni.BRepAlgoAPI_Cut

public class BRepAlgoAPI_Cut
extends BRepAlgoAPI_BooleanOperation


Field Summary
 
Fields inherited from class org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
swigCMemOwn
 
Constructor Summary
protected BRepAlgoAPI_Cut(long cPtr, boolean cMemoryOwn)
           
  BRepAlgoAPI_Cut(TopoDS_Shape S1, TopoDS_Shape S2)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepAlgoAPI_Cut obj)
           
 
Methods inherited from class org.jcae.opencascade.jni.BRepAlgoAPI_BooleanOperation
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

BRepAlgoAPI_Cut

protected BRepAlgoAPI_Cut(long cPtr,
                          boolean cMemoryOwn)

BRepAlgoAPI_Cut

public BRepAlgoAPI_Cut(TopoDS_Shape S1,
                       TopoDS_Shape S2)
Method Detail

getCPtr

protected static long getCPtr(BRepAlgoAPI_Cut obj)

finalize

protected void finalize()
Overrides:
finalize in class BRepAlgoAPI_BooleanOperation

delete

public void delete()
Overrides:
delete in class BRepAlgoAPI_BooleanOperation