Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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