Skip to content

Commit c4b393c

Browse files
authored
Add description field to material message (#43)
1 parent bd06974 commit c4b393c

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.7.0-dev3
1+
1.7.0-dev4

ansys/api/additive/v0/additive_domain.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ message AdditiveMaterial {
6969
string name = 34;
7070
repeated ThermalPropertiesDataPoint thermal_properties_data_points = 35;
7171
repeated CharacteristicWidthDataPoint characteristic_width_data_points = 36;
72+
string description = 37;
7273
}
7374

7475
message CharacteristicWidthDataPoint {

0 commit comments

Comments
 (0)