org.jcae.opencascade.jni
Class BRepBuilderAPI_MakeShape

java.lang.Object
  extended by org.jcae.opencascade.jni.BRepBuilderAPI_MakeShape
Direct Known Subclasses:
BRepAlgoAPI_BooleanOperation, BRepBuilderAPI_MakeEdge, BRepBuilderAPI_MakeFace, BRepBuilderAPI_MakeSolid, BRepBuilderAPI_MakeVertex, BRepBuilderAPI_MakeWire, BRepBuilderAPI_ModifyShape, BRepFilletAPI_LocalOperation, BRepPrimAPI_MakeBox, BRepPrimAPI_MakeCone, BRepPrimAPI_MakeCylinder, BRepPrimAPI_MakeSphere, BRepPrimAPI_MakeSweep, BRepPrimAPI_MakeTorus

public class BRepBuilderAPI_MakeShape
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
protected BRepBuilderAPI_MakeShape(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepBuilderAPI_MakeShape obj)
           
 TopoDS_Shape shape()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

BRepBuilderAPI_MakeShape

protected BRepBuilderAPI_MakeShape(long cPtr,
                                   boolean cMemoryOwn)
Method Detail

getCPtr

protected static long getCPtr(BRepBuilderAPI_MakeShape obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

shape

public TopoDS_Shape shape()