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 21594fe commit ba98da5Copy full SHA for ba98da5
ansys/api/geometry/v0/commands.proto
@@ -17,6 +17,8 @@ service Commands{
17
18
rpc ProjectCurves(ProjectCurvesRequest) returns (ProjectCurvesResponse);
19
20
+ rpc ImprintProjectedCurves(ProjectCurvesRequest) returns (EntitiesCollection);
21
+
22
rpc ImprintCurves(ImprintCurvesRequest) returns (EntitiesCollection);
23
24
rpc PowerSelectFacesByAreaRange(PowerSelectFacesByAreaRangeRequest) returns (PowerSelectFacesByAreaRangeResponse);
0 commit comments