We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfadff commit 2b272d2Copy full SHA for 2b272d2
ansys/api/geometry/v0/models.proto
@@ -847,6 +847,9 @@ message TrackerCommandResponse{
847
repeated ansys.api.dbu.v0.EntityIdentifier created_components = 11;
848
repeated ansys.api.dbu.v0.EntityIdentifier modified_components = 12;
849
repeated ansys.api.dbu.v0.EntityIdentifier deleted_components = 13;
850
+ repeated Part created_parts = 14;
851
+ repeated Part modified_parts = 15;
852
+ repeated ansys.api.dbu.v0.EntityIdentifier deleted_parts = 16;
853
}
854
855
//
0 commit comments