org.jcae.opencascade.jni
Class BRepLib

java.lang.Object
  extended by org.jcae.opencascade.jni.BRepLib

public class BRepLib
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  BRepLib()
           
protected BRepLib(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
static void encodeRegularity(TopoDS_Shape S)
           
static void encodeRegularity(TopoDS_Shape S, double TolAng)
           
protected  void finalize()
           
protected static long getCPtr(BRepLib obj)
           
 
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

BRepLib

protected BRepLib(long cPtr,
                  boolean cMemoryOwn)

BRepLib

public BRepLib()
Method Detail

getCPtr

protected static long getCPtr(BRepLib obj)

finalize

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

delete

public void delete()

encodeRegularity

public static void encodeRegularity(TopoDS_Shape S,
                                    double TolAng)

encodeRegularity

public static void encodeRegularity(TopoDS_Shape S)