Overview Schemas Index

GEOMETRY_SCHEMA (jsdai.SGeometry_schema)


TYPE transition_code = ENUMERATION (
          discontinuous,
          continuous,
          cont_same_gradient,
          cont_same_gradient_same_curvature );
END_TYPE; -- transition_code

Users

          composite_curve_segment.transition
          curve_smoothness_geometric_constraint.smoothness
          surface_patch.u_transition
          surface_patch.v_transition
          surface_smoothness_geometric_constraint.u_smoothness
          surface_smoothness_geometric_constraint.v_smoothness

public final class ETransition_code

          static final int DISCONTINUOUS = 1
          static final int CONTINUOUS = 2
          static final int CONT_SAME_GRADIENT = 3
          static final int CONT_SAME_GRADIENT_SAME_CURVATURE = 4
          static String[] values = {"DISCONTINUOUS", "CONTINUOUS", "CONT_SAME_GRADIENT", "CONT_SAME_GRADIENT_SAME_CURVATURE"}
          static int toInt(String str)
          static String toString(int value)