Skip to content

Commit 98c1d79

Browse files
MaxjreyMaxJPRey
andauthored
Add folder content from BoardProto\gRPCService\ansys\api\geometry\v0. (#12)
Co-authored-by: pyansys-ci-bot <maxime.rey@ansys.com>
1 parent b5231c3 commit 98c1d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansys/api/geometry/v0/models.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,14 @@ message Ellipse {
9797
Point center=1;
9898
double majorradius=2;
9999
double minorradius=3;
100+
double angle=4;
100101
}
101102

102103
message Polygon {
103104
Point center=1;
104105
double radius=2;
105106
int32 numberofsides=3;
107+
double angle=4;
106108
}
107109

108110
message Geometries {

0 commit comments

Comments
 (0)