Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE product_or_presentation_space = ENUMERATION (
          product_shape_space,
          presentation_area_space );
END_TYPE; -- product_or_presentation_space

Users

          approximation_tolerance_deviation.definition_space

public final class EProduct_or_presentation_space

          static final int PRODUCT_SHAPE_SPACE = 1
          static final int PRESENTATION_AREA_SPACE = 2
          static String[] values = {"PRODUCT_SHAPE_SPACE", "PRESENTATION_AREA_SPACE"}
          static int toInt(String str)
          static String toString(int value)