Overview Schemas Index

GEOMETRIC_MODEL_SCHEMA (jsdai.SGeometric_model_schema)


TYPE boolean_operator = ENUMERATION (
          union,
          intersection,
          difference );
END_TYPE; -- boolean_operator

Users

          boolean_result.operator

public final class EBoolean_operator

          static final int UNION = 1
          static final int INTERSECTION = 2
          static final int DIFFERENCE = 3
          static String[] values = {"UNION", "INTERSECTION", "DIFFERENCE"}
          static int toInt(String str)
          static String toString(int value)