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 5858037 commit c3c790eCopy full SHA for c3c790e
ansys/api/geometry/v0/components.proto
@@ -66,6 +66,7 @@ message CreateRequest {
66
string name = 1;
67
string parent = 2;
68
string template = 3;
69
+ string instance_name = 4;
70
}
71
72
message CreateResponse {
ansys/api/geometry/v0/models.proto
@@ -161,6 +161,7 @@ message Component{
161
string parent_id=6;
162
Part part_master=7;
163
string display_name=8;
164
+ string instance_name=9;
165
166
167
//
0 commit comments