Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


TYPE preferred_surface_curve_representation = ENUMERATION (
          curve_3d,
          pcurve_s1,
          pcurve_s2 );
END_TYPE; -- preferred_surface_curve_representation

Users

          surface_curve.master_representation

public final class EPreferred_surface_curve_representation

          static final int CURVE_3D = 1
          static final int PCURVE_S1 = 2
          static final int PCURVE_S2 = 3
          static String[] values = {"CURVE_3D", "PCURVE_S1", "PCURVE_S2"}
          static int toInt(String str)
          static String toString(int value)