org.jcae.opencascade.jni
Class TopAbs_Orientation

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

public final class TopAbs_Orientation
extends java.lang.Object


Field Summary
static int EXTERNAL
           
static int FORWARD
           
static int INTERNAL
           
static int REVERSED
           
 
Constructor Summary
TopAbs_Orientation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORWARD

public static final int FORWARD
See Also:
Constant Field Values

REVERSED

public static final int REVERSED
See Also:
Constant Field Values

INTERNAL

public static final int INTERNAL
See Also:
Constant Field Values

EXTERNAL

public static final int EXTERNAL
See Also:
Constant Field Values
Constructor Detail

TopAbs_Orientation

public TopAbs_Orientation()