Skip to content

Commit e278ee7

Browse files
RobPasMuetfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#67)
Co-authored-by: tfs_caslservice <tfs_caslservice@PDUCASLVM02>
1 parent a457859 commit e278ee7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ansys/api/geometry/v0/bodies.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ service Bodies
3636

3737
rpc CreatePlanarBody(CreatePlanarBodyRequest) returns (Body);
3838

39+
rpc CreateSphereBody(CreateSphereBodyRequest) returns (Body);
40+
3941
rpc CreateExtrudedBody(CreateExtrudedBodyRequest) returns (Body);
4042

4143
rpc GetVolume(ansys.api.dbu.v0.EntityIdentifier) returns(GetVolumeResponse);
@@ -159,6 +161,13 @@ message CreatePlanarBodyRequest {
159161
Geometries geometries=4;
160162
}
161163

164+
message CreateSphereBodyRequest {
165+
string name=1;
166+
string parent=2;
167+
Point center=3;
168+
double radius=4;
169+
}
170+
162171
message CreateExtrudedBodyRequest {
163172
string name=1;
164173
string parent=2;

0 commit comments

Comments
 (0)