Skip to content

Commit

Permalink
sync: file sync performed by ansys-tools-repo-sync (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld01>
  • Loading branch information
pyansys-ci-bot and tfs_caslservice authored Feb 4, 2025
1 parent 69e084d commit ef57b14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansys/api/dbu/v0/dbumodels.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ message EntityIdentifier{
string id=1;
}

message PhysicsEntityIdentifier{
string guid = 1;
}

// Defines the type of location, some conditions support application to either bodies and faces
enum LocationType {
FACE = 0;
BODY = 1;
BOLT = 2;
SPRING = 3;
BEAM = 4;
WELD = 5;
}

//
// A driving dimension.
message DrivingDimension {
Expand Down

0 comments on commit ef57b14

Please sign in to comment.