Overview Schemas Index

ASSEMBLY_TECHNOLOGY_XIM (jsdai.SAssembly_technology_xim)


TYPE degree_of_freedom_armx = ENUMERATION (
          x,
          y,
          z,
          u,
          v,
          w );
END_TYPE; -- degree_of_freedom_armx

Users

          component_mating_constraint_condition_armx.constrained_degree_of_freedom

public final class EDegree_of_freedom_armx

          static final int X = 1
          static final int Y = 2
          static final int Z = 3
          static final int U = 4
          static final int V = 5
          static final int W = 6
          static String[] values = {"X", "Y", "Z", "U", "V", "W"}
          static int toInt(String str)
          static String toString(int value)

public class ADegree_of_freedom_armx extends AEntity