示例#1
0
 static JDFAutoPerforate()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.DEPTH, 0x33333311, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.RELATIVESTARTPOSITION, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[2] = new AtrInfoTable(AttributeName.RELATIVEWORKINGPATH, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[3] = new AtrInfoTable(AttributeName.STARTPOSITION, 0x33333331, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[4] = new AtrInfoTable(AttributeName.WORKINGPATH, 0x33333331, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[5] = new AtrInfoTable(AttributeName.WORKINGDIRECTION, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumWorkingDirection.getEnum(0), null);
     atrInfoTable[6] = new AtrInfoTable(AttributeName.TEETHPERDIMENSION, 0x33333331, AttributeInfo.EnumAttributeType.double_, null, null);
 }
示例#2
0
 ///
 ///          <summary> * (9) get attribute WorkingDirection </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumWorkingDirection getWorkingDirection()
 {
     return(EnumWorkingDirection.getEnum(getAttribute(AttributeName.WORKINGDIRECTION, null, null)));
 }
示例#3
0
 static JDFAutoGlue()
 {
     atrInfoTable[0]  = new AtrInfoTable(AttributeName.WORKINGDIRECTION, 0x22222222, AttributeInfo.EnumAttributeType.enumeration, EnumWorkingDirection.getEnum(0), null);
     elemInfoTable[0] = new ElemInfoTable(ElementName.GLUEAPPLICATION, 0x66666666);
     elemInfoTable[1] = new ElemInfoTable(ElementName.GLUELINE, 0x66666111);
 }
示例#4
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute WorkingDirection
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute WorkingDirection </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setWorkingDirection(EnumWorkingDirection enumVar)
 {
     setAttribute(AttributeName.WORKINGDIRECTION, enumVar == null ? null : enumVar.getName(), null);
 }
示例#5
0
 static JDFAutoCut()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.RELATIVESTARTPOSITION, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.RELATIVEWORKINGPATH, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[2] = new AtrInfoTable(AttributeName.STARTPOSITION, 0x33333331, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[3] = new AtrInfoTable(AttributeName.WORKINGPATH, 0x33333331, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[4] = new AtrInfoTable(AttributeName.WORKINGDIRECTION, 0x22222221, AttributeInfo.EnumAttributeType.enumeration, EnumWorkingDirection.getEnum(0), null);
 }