org.jcae.opencascade.jni
Class Bnd_Box
java.lang.Object
org.jcae.opencascade.jni.Bnd_Box
public class Bnd_Box
- extends java.lang.Object
Constructor Summary |
|
Bnd_Box()
|
protected |
Bnd_Box(long cPtr,
boolean cMemoryOwn)
|
Method Summary |
void |
delete()
|
protected void |
finalize()
|
double[] |
get()
Return the array { Xmin, Ymin, Zmin, Xmax, Ymax, Zmax } |
void |
get(double[] box)
|
protected static long |
getCPtr(Bnd_Box obj)
|
boolean |
isVoid()
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
Bnd_Box
protected Bnd_Box(long cPtr,
boolean cMemoryOwn)
Bnd_Box
public Bnd_Box()
getCPtr
protected static long getCPtr(Bnd_Box obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
get
public double[] get()
- Return the array { Xmin, Ymin, Zmin, Xmax, Ymax, Zmax }
isVoid
public boolean isVoid()
get
public void get(double[] box)