Skip to content

Commit c3c790e

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#85)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld05>
1 parent 5858037 commit c3c790e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ansys/api/geometry/v0/components.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ message CreateRequest {
6666
string name = 1;
6767
string parent = 2;
6868
string template = 3;
69+
string instance_name = 4;
6970
}
7071

7172
message CreateResponse {

ansys/api/geometry/v0/models.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ message Component{
161161
string parent_id=6;
162162
Part part_master=7;
163163
string display_name=8;
164+
string instance_name=9;
164165
}
165166

166167
//

0 commit comments

Comments
 (0)