mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08:00
47 lines
1.7 KiB
Java
Executable File
47 lines
1.7 KiB
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 Aspect_FormatOfSheetPaper extends jcas.Standard_Enumeration {
|
|
|
|
public final static short Aspect_FOSP_A0 = 0;
|
|
public final static short Aspect_FOSP_A1 = 1;
|
|
public final static short Aspect_FOSP_A2 = 2;
|
|
public final static short Aspect_FOSP_A3 = 3;
|
|
public final static short Aspect_FOSP_A4 = 4;
|
|
public final static short Aspect_FOSP_A5 = 5;
|
|
public final static short Aspect_FOSP_K_LONG = 6;
|
|
public final static short Aspect_FOSP_K_SHORT = 7;
|
|
public final static short Aspect_FOSP_J_LONG = 8;
|
|
public final static short Aspect_FOSP_J_SHORT = 9;
|
|
public final static short Aspect_FOSP_H_LONG = 10;
|
|
public final static short Aspect_FOSP_H_SHORT = 11;
|
|
public final static short Aspect_FOSP_G_LONG = 12;
|
|
public final static short Aspect_FOSP_G_SHORT = 13;
|
|
public final static short Aspect_FOSP_F = 14;
|
|
public final static short Aspect_FOSP_E = 15;
|
|
public final static short Aspect_FOSP_D = 16;
|
|
public final static short Aspect_FOSP_C = 17;
|
|
public final static short Aspect_FOSP_B = 18;
|
|
public final static short Aspect_FOSP_A = 19;
|
|
public final static short Aspect_FOSP_UNKNOWN = 20;
|
|
|
|
|
|
|
|
}
|