Skip to content

Commit c6d328f

Browse files
committed
Add heat source selection with ring mode option
1 parent 5900a31 commit c6d328f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ansys/api/additive/VERSION

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

ansys/api/additive/v0/additive_domain.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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;
20+
RingModeCoefficientSets ring_mode_coefficient_set = 11;
1921
}
2022

2123
message MeltPoolTimeStep {
@@ -304,3 +306,13 @@ message DownloadFileResponse {
304306
string content_md5 = 4; // md5 hash of content
305307
Progress progress = 10; // download progress
306308
}
309+
310+
enum RingModeCoefficientSets {
311+
RING_MODE_COEFFICIENT_SET_00 = 0;
312+
RING_MODE_COEFFICIENT_SET_01 = 1;
313+
RING_MODE_COEFFICIENT_SET_02 = 2;
314+
RING_MODE_COEFFICIENT_SET_03 = 3;
315+
RING_MODE_COEFFICIENT_SET_04 = 4;
316+
RING_MODE_COEFFICIENT_SET_05 = 5;
317+
RING_MODE_COEFFICIENT_SET_06 = 6;
318+
}

0 commit comments

Comments
 (0)