We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d97b8 commit 3ed844eCopy full SHA for 3ed844e
.gitignore
@@ -43,3 +43,4 @@ venv/
43
bin/
44
obj/
45
protoc/
46
+ansys-api-additive.sln
ansys/api/additive/VERSION
@@ -1 +1 @@
1
-1.7.1
+1.7.2
ansys/api/additive/v0/additive_domain.proto
@@ -30,7 +30,7 @@ message MeltPoolTimeStep {
30
31
message MeltPool {
32
repeated MeltPoolTimeStep time_steps = 1;
33
- repeated bytes thermal_history_vtk = 2;
+ bytes thermal_history_vtk = 2;
34
}
35
36
message AdditiveMaterial {
0 commit comments