Skip to content
Merged
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
14 changes: 0 additions & 14 deletions ansys/api/additive/v0/additive_simulation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ service SimulationService {
}
}

message SimulationResponse {
string id = 1;
bytes logs = 2;
oneof ResponseType {
Progress progress = 10;
MeltPool melt_pool = 11;
PorosityResult porosity_result = 13;
MicrostructureResult microstructure_result = 14;
ThermalHistoryResult thermal_history_result = 15;
ThermalStrainResult thermal_strain_result = 16;
Microstructure3DResult microstructure_3d_result = 17;
}
}

message SimulationRequest {
string id = 1;
oneof Input {
Expand Down
Loading