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