Posts

to find the unique strcturesdata for peb systems plugs

  [Plugin("SagRod")] public class SagRodData : PluginDataBase public class SagRodApexData : PluginDataBase [StructuresField("SpacingArrType")] [StructuresFieldDefaultValue(0)] public int SpacingArrType; [StructuresField("NumberOfRows")] [StructuresFieldDefaultValue(1)] public int NumberOfRows; [StructuresField("SpacingDistList")] [StructuresFieldDefaultValue("1000")] public string SpacingDistList; [StructuresField("ExactSpacing")] [StructuresFieldDefaultValue(1000.0)] public double ExactSpacing; [StructuresField("TopGauge")] [StructuresFieldDefaultValue(50.0)] public double TopGauge; [StructuresField("BotGauge")] [StructuresFieldDefaultValue(50.0)] public double BottomGauge; [StructuresField("LinkType")] [StructuresFieldDefaultValue(0)] public int LinkType; [StructuresField("HorizSlotRefType")] [StructuresFieldDef...