1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-16 10:08:36 +03:00
occt/samples/java/java/CASCADESamplesJni/AIS_ClearMode.java
2012-03-05 19:23:40 +04:00

31 lines
937 B
Java
Executable File

// Java Native Class from Cas.Cade
// Copyright (C) 1991,1999 by
//
// MATRA DATAVISION, FRANCE
//
// This software is furnished in accordance with the terms and conditions
// of the contract and with the inclusion of the above copyright notice.
// This software or any other copy thereof may not be provided or otherwise
// be made available to any other person. No title to an ownership of the
// software is hereby transferred.
//
// At the termination of the contract, the software and all copies of this
// software must be deleted.
//
package CASCADESamplesJni;
public class AIS_ClearMode extends jcas.Standard_Enumeration {
public final static short AIS_CM_All = 0;
public final static short AIS_CM_Interactive = 1;
public final static short AIS_CM_Filters = 2;
public final static short AIS_CM_StandardModes = 3;
public final static short AIS_CM_TemporaryShapePrs = 4;
}