File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- 1.6.0-dev1
1+ 1.6.0-dev2
Original file line number Diff line number Diff line change @@ -265,9 +265,9 @@ message Microstructure3DInput {
265265 double z_dimension = 3 ;
266266 optional bytes initial_grain_data = 4 ;
267267 optional bytes initial_euler_angle_data = 5 ;
268- optional double x_origin = 16 ;
269- optional double y_origin = 17 ;
270- optional double z_origin = 18 ;
268+ optional double x_origin = 16 ; // thermal domain origin x
269+ optional double y_origin = 17 ; // thermal domain origin y
270+ optional double z_origin = 18 ; // thermal domain origin z
271271 optional double deposit_layer_thickness = 19 ;
272272 optional uint32 num_deposit_layers = 20 ;
273273 optional uint32 first_deposit_layer = 21 ;
@@ -283,6 +283,9 @@ message Microstructure3DInput {
283283 optional AdditiveMaterial material = 31 ;
284284 optional double use_provided_initial_microstructure_data = 32 ;
285285 optional string thermal_data_file_type = 33 ;
286+ optional double ms_x_origin = 34 ; // microstructure domain origin x
287+ optional double ms_y_origin = 35 ; // microstructure domain origin y
288+ optional double ms_z_origin = 36 ; // microstructure domain origin z
286289}
287290
288291message Microstructure3DResult {
You can’t perform that action at this time.
0 commit comments