Skip to content

Commit

Permalink
Add description field to material message (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrull-ansys authored Jun 20, 2024
1 parent bd06974 commit c4b393c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/api/additive/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0-dev3
1.7.0-dev4
1 change: 1 addition & 0 deletions ansys/api/additive/v0/additive_domain.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ message AdditiveMaterial {
string name = 34;
repeated ThermalPropertiesDataPoint thermal_properties_data_points = 35;
repeated CharacteristicWidthDataPoint characteristic_width_data_points = 36;
string description = 37;
}

message CharacteristicWidthDataPoint {
Expand Down

0 comments on commit c4b393c

Please sign in to comment.