Esempio n. 1
0
 public FilamentPreprocessorData(FilamentPreprocessorData other)
 {
     initialPrint = new InitialPrintPreProcessorData(other.initialPrint);
     bonding      = new BondingPreprocessorData(other.bonding);
 }
Esempio n. 2
0
 public FilamentPreprocessorData()
 {
     initialPrint = new InitialPrintPreProcessorData();
     bonding      = new BondingPreprocessorData();
 }
Esempio n. 3
0
 public BondingPreprocessorData(BondingPreprocessorData other)
 {
     FirstLayerTemp  = other.FirstLayerTemp;
     SecondLayerTemp = other.SecondLayerTemp;
 }