Skip to content

Commit a6019df

Browse files
authored
Add 3D microstructure input to simulation request message (#34)
1 parent 529de23 commit a6019df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.0-dev5
1+
1.6.0-dev6

ansys/api/additive/v0/additive_simulation.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ message SimulationRequest {
3535
MicrostructureInput microstructure_input = 12;
3636
ThermalHistoryInput thermal_history_input = 13;
3737
ThermalStrainInput thermal_strain_input = 14;
38+
Microstructure3DInput microstructure_3d_input = 15;
3839
}
3940
}
4041

0 commit comments

Comments
 (0)