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 @@
4.0.0-dev0
5.0.0-dev0
15 changes: 0 additions & 15 deletions ansys/api/additive/v0/additive_materials.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package ansys.api.additive.v0.materials;
option csharp_namespace = "Ansys.Api.Additive.Materials";

import "ansys/api/additive/v0/additive_domain.proto";
import "google/longrunning/operations.proto";
import "google/protobuf/empty.proto";

service MaterialsService {
Expand All @@ -18,13 +17,6 @@ service MaterialsService {
rpc GetMaterialsList (google.protobuf.Empty) returns (GetMaterialsListResponse);

rpc GetMaterial (GetMaterialRequest) returns (AdditiveMaterial);

rpc TuneMaterial (TuneMaterialRequest) returns (google.longrunning.Operation) {
option (google.longrunning.operation_info) = {
response_type: "SimulationResponse"
metadata_type: "OperationMetadata"
};
}
}

message AddMaterialRequest {
Expand All @@ -51,10 +43,3 @@ message GetMaterialRequest {
message GetMaterialsListResponse {
repeated string names = 1;
}

message TuneMaterialRequest {
string id = 1;
MaterialTuningInput input = 2;
}


1 change: 1 addition & 0 deletions ansys/api/additive/v0/additive_simulation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ message SimulationRequest {
ThermalHistoryInput thermal_history_input = 13;
ThermalStrainInput thermal_strain_input = 14;
Microstructure3DInput microstructure_3d_input = 15;
MaterialTuningInput material_tuning_input = 16;
}
}

Expand Down
Loading