Skip to content

Commit 7ae25a0

Browse files
committed
Merge branch 'main' into release/5.0
2 parents e39b143 + f532627 commit 7ae25a0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ansys/api/additive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1-dev0

ansys/api/additive/v0/additive_domain.proto

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ message MachineSettings {
1616
double layer_rotation_angle = 7;
1717
double hatch_spacing = 8;
1818
double slicing_stripe_width = 9;
19-
string heat_source_model = 10;
19+
HeatSourceModelType heat_source_model = 10;
2020
RingModeCoefficientSets ring_mode_coefficient_set = 11;
2121
}
2222

@@ -307,6 +307,11 @@ message DownloadFileResponse {
307307
Progress progress = 10; // download progress
308308
}
309309

310+
enum HeatSourceModelType {
311+
HEAT_SOURCE_MODEL_GAUSSIAN = 0;
312+
HEAT_SOURCE_MODEL_RING = 1;
313+
}
314+
310315
enum RingModeCoefficientSets {
311316
RING_MODE_COEFFICIENT_SET_00 = 0;
312317
RING_MODE_COEFFICIENT_SET_01 = 1;

0 commit comments

Comments
 (0)