Skip to content

Commit ea8de23

Browse files
committed
Bump version 1.6.7
1 parent 8e0c94b commit ea8de23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.6
1+
1.6.7

ansys/api/additive/v0/additive_domain.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ message VoxelMeshResult {
253253
}
254254

255255
message Microstructure3DInput {
256+
reserved 19;
256257
// Thermal and microstructure domains are assumed to be coincident.
257258
double x_length = 1; // length of the domain cuboid in the x direction
258259
double y_length = 2; // length of the domain cuboid in the y direction
@@ -262,7 +263,6 @@ message Microstructure3DInput {
262263
optional double x_origin = 16; // domain offset from base plate origin in x direction
263264
optional double y_origin = 17; // domain offset from base plate origin in y direction
264265
optional double z_origin = 18; // domain offset from base plate origin in z direction
265-
optional double deposit_layer_thickness = 19;
266266
optional uint32 num_deposit_layers = 20;
267267
optional uint32 first_deposit_layer = 21;
268268
optional double x_thermal_domain_grid_spacing = 22;
@@ -271,7 +271,7 @@ message Microstructure3DInput {
271271
optional bool use_transient_bulk_nucleation = 25;
272272
optional double max_bulk_nucleation_density = 26;
273273
optional bool run_initial_microstructure = 27;
274-
optional uint32 number_of_random_nuclei = 28; // only used if run_initial_microstructure is true
274+
optional uint32 num_random_nuclei = 28; // only used if run_initial_microstructure is true
275275
optional MachineSettings machine = 29;
276276
optional AdditiveMaterial material = 30;
277277
optional bool use_provided_initial_microstructure_data = 31;

0 commit comments

Comments
 (0)