Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


TYPE knot_type = ENUMERATION (
          uniform_knots,
          quasi_uniform_knots,
          piecewise_bezier_knots,
          unspecified );
END_TYPE; -- knot_type

Users

          b_spline_curve_with_knots.knot_spec
          b_spline_surface_with_knots.knot_spec

public final class EKnot_type

          static final int UNIFORM_KNOTS = 1
          static final int QUASI_UNIFORM_KNOTS = 2
          static final int PIECEWISE_BEZIER_KNOTS = 3
          static final int UNSPECIFIED = 4
          static String[] values = {"UNIFORM_KNOTS", "QUASI_UNIFORM_KNOTS", "PIECEWISE_BEZIER_KNOTS", "UNSPECIFIED"}
          static int toInt(String str)
          static String toString(int value)