Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE approximation_method = ENUMERATION (
          chordal_deviation,
          chordal_length );
END_TYPE; -- approximation_method

Users

          approximation_tolerance_deviation.tessellation_type

public final class EApproximation_method

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