示例#1
0
 static JDFAutoGlueLine()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.AREAGLUE, 0x33333331, AttributeInfo.EnumAttributeType.boolean_, null, "false");
     atrInfoTable[1] = new AtrInfoTable(AttributeName.GLUEBRAND, 0x33333333, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[2] = new AtrInfoTable(AttributeName.GLUELINEWIDTH, 0x33333333, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[3] = new AtrInfoTable(AttributeName.GLUINGPATTERN, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[4] = new AtrInfoTable(AttributeName.GLUETYPE, 0x33333333, AttributeInfo.EnumAttributeType.enumeration, EnumGlueType.getEnum(0), null);
     atrInfoTable[5] = new AtrInfoTable(AttributeName.MELTINGTEMPERATURE, 0x33333333, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[6] = new AtrInfoTable(AttributeName.RELATIVESTARTPOSITION, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[7] = new AtrInfoTable(AttributeName.RELATIVEWORKINGPATH, 0x33333311, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[8] = new AtrInfoTable(AttributeName.STARTPOSITION, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, null);
     atrInfoTable[9] = new AtrInfoTable(AttributeName.WORKINGPATH, 0x33333333, AttributeInfo.EnumAttributeType.XYPair, null, null);
 }
示例#2
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute GlueType
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute GlueType </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setGlueType(EnumGlueType enumVar)
 {
     setAttribute(AttributeName.GLUETYPE, enumVar == null ? null : enumVar.getName(), null);
 }
示例#3
0
 ///
 ///          <summary> * (9) get attribute GlueType </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumGlueType getGlueType()
 {
     return(EnumGlueType.getEnum(getAttribute(AttributeName.GLUETYPE, null, null)));
 }
示例#4
0
 static JDFAutoLongGlue()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.GLUEBRAND, 0x44444443, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.GLUETYPE, 0x44444443, AttributeInfo.EnumAttributeType.enumeration, EnumGlueType.getEnum(0), null);
     atrInfoTable[2] = new AtrInfoTable(AttributeName.LINEWIDTH, 0x44444443, AttributeInfo.EnumAttributeType.double_, null, null);
     atrInfoTable[3] = new AtrInfoTable(AttributeName.MELTINGTEMPERATURE, 0x44444443, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[4] = new AtrInfoTable(AttributeName.WORKINGLIST, 0x44444443, AttributeInfo.EnumAttributeType.string_, null, "0 1000000000");
     atrInfoTable[5] = new AtrInfoTable(AttributeName.XOFFSET, 0x44444442, AttributeInfo.EnumAttributeType.double_, null, null);
 }