Skip to content

Commit

Permalink
sync: file sync performed by ansys-tools-repo-sync (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: TFS_CASLService <TFS_CASLService@cdcw10cslbld02>
  • Loading branch information
RobPasMue and TFS_CASLService authored Mar 27, 2024
1 parent 3c67915 commit a6341fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansys/api/geometry/v0/bodies.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ service Bodies
rpc CreateBodyFromFace(CreateBodyFromFaceRequest) returns (Body);

rpc CreateExtrudedBodyFromFaceProfile(CreateExtrudedBodyFromFaceProfileRequest) returns (Body);

rpc CreateExtrudedBodyFromLoftProfiles(CreateExtrudedBodyFromLoftProfilesRequest) returns (Body);

rpc Delete(ansys.api.dbu.v0.EntityIdentifier) returns (google.protobuf.Empty);

Expand Down Expand Up @@ -178,6 +180,14 @@ message CreateExtrudedBodyFromFaceProfileRequest {
double distance=4;
}

message CreateExtrudedBodyFromLoftProfilesRequest {
string name=1;
string parent=2;
repeated TrimmedCurveList profiles = 3;
bool periodic=4;
bool ruled=5;
}

message CreateSweepingProfileRequest{
string name=1;
string parent=2;
Expand Down
1 change: 1 addition & 0 deletions ansys/api/geometry/v0/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ message Component{
string master_id=5;
string parent_id=6;
Part part_master=7;
string display_name=8;
}

//
Expand Down

0 comments on commit a6341fc

Please sign in to comment.