File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -607,6 +607,7 @@ message ProjectCurvesRequest {
607
607
Geometries curves = 2 ;
608
608
Direction direction = 3 ;
609
609
bool closest_face = 4 ;
610
+ Plane plane = 5 ;
610
611
}
611
612
612
613
message ProjectCurvesResponse {
@@ -617,6 +618,7 @@ message ImprintCurvesRequest {
617
618
string body = 1 ;
618
619
Geometries curves = 2 ;
619
620
repeated string faces = 3 ;
621
+ Plane plane = 4 ;
620
622
}
621
623
622
624
message PowerSelectFacesByAreaRangeRequest {
Original file line number Diff line number Diff line change @@ -736,17 +736,13 @@ message InspectGeometryResultIssue
736
736
{
737
737
InspectGeometryMessageType message_type = 1 ;
738
738
InspectGeometryMessageId message_id = 2 ;
739
- repeated IssueEntityAndType issue_entities_and_type = 3 ;
740
- string message = 4 ;
741
- optional double scalar_value = 5 ;
739
+ repeated Face faces = 3 ;
740
+ repeated Edge edges = 4 ;
741
+ string message = 5 ;
742
+ optional double scalar_value = 6 ;
742
743
}
743
744
744
745
message InspectGeometryResult {
745
- ansys.api.dbu.v0.EntityIdentifier body = 1 ;
746
+ Body body = 1 ;
746
747
repeated InspectGeometryResultIssue issues = 2 ;
747
- }
748
-
749
- message IssueEntityAndType {
750
- ansys.api.dbu.v0.EntityIdentifier entity_id = 1 ;
751
- string entity_type = 2 ;
752
748
}
You can’t perform that action at this time.
0 commit comments