Skip to content

Commit 577ea2a

Browse files
authored
Merge pull request #1 from pyansys/ansys-pwalters-patch-1
Update SherlockModelService.proto
2 parents d620290 + 7d50bb1 commit 577ea2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ansys/api/sherlock/v0/SherlockModelService.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ message ExportFEAModelRequest {
5252
}
5353
LeadModelParam leadModelParam = 7;
5454
bool displayModel = 8; // Display model after export.
55+
bool clearFEADatabase = 9; // Clear FEA Database before defining model.
56+
bool useFEAModelID = 10; // Use FEA Model ID.
57+
string coordinateUnits = 11; // // Units of exported model coordinates, valid values are "in", "mm", "m", "mil", "micron", "nm".
5558
}
5659

5760
message ExportTraceReinforcementModelRequest {
@@ -89,6 +92,7 @@ message ExportTraceReinforcementModelRequest {
8992
MaxEdgeLength maxEdgeLength = 3;
9093
}
9194
TraceDrillHoleParam traceDrillHoleParam = 9; // Drill Holes modeling parameters - Min Hole Diameter and Max. Edge Length. If any of this parameter is provided, drill hole modeling will be enabled.
95+
string coordinateUnits = 10; // Units of exported model coordinates, valid values are "in", "mm", "m", "mil", "micron", "nm".
9296
}
9397

9498
service SherlockModelService {

0 commit comments

Comments
 (0)