From 38017979924121bb33ae3db4ef36669015a9ea82 Mon Sep 17 00:00:00 2001 From: Tim Ferguson Date: Thu, 19 Jun 2025 08:53:17 -0400 Subject: [PATCH] trf- Update release numbers- 251 >252 --- .../common-service/SherlockCommonService.proto.md | 2 +- .../examples/project-service/ch01s09s03s10.md | 6 +++--- .../examples/project-service/ch01s09s04s04.md | 4 ++-- .../examples/project-service/ch01s09s10s02.md | 2 +- .../examples/project-service/ch01s09s11s02.md | 2 +- .../examples/project-service/ch01s09s12s02.md | 2 +- 2025R2/Sherlock-25-r2/getting-started.md | 10 +++++----- 2025R2/Sherlock-25-r2/sherlock-reference.md | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/2025R2/Sherlock-25-r2/examples/common-service/SherlockCommonService.proto.md b/2025R2/Sherlock-25-r2/examples/common-service/SherlockCommonService.proto.md index 7337f01ec7..9afeeb5333 100644 --- a/2025R2/Sherlock-25-r2/examples/common-service/SherlockCommonService.proto.md +++ b/2025R2/Sherlock-25-r2/examples/common-service/SherlockCommonService.proto.md @@ -96,7 +96,7 @@ Represents Sherlock version and configuration data. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R1") | +| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R2") | | defaultProjectDir | [string](#string) | | The project directory currently used by Sherlock. | | isSingleProjectMode | [bool](#bool) | | When true, indicates that Sherlock is in single-project mode. When false, indicates that Sherlock is in multi-project mode. | diff --git a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s03s10.md b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s03s10.md index e1efa60e8c..9d208399e0 100644 --- a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s03s10.md +++ b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s03s10.md @@ -11,7 +11,7 @@ under the `CCA _METADATA` folder after aligning the layer interactively. "project": "Tutorial Project", "strainMapFiles": [ { - "strainMapFile": "v251\\sherlock\\tutorial\\StrainMaps\\StrainMap.csv", + "strainMapFile": "v252\\sherlock\\tutorial\\StrainMaps\\StrainMap.csv", "fileComment": "test comment", "headerRowCount": 0, "referenceIDColumn": "SolidID", @@ -24,7 +24,7 @@ under the `CCA _METADATA` folder after aligning the layer interactively. "fileType": 0 }, { - "strainMapFile": "v251\\sherlock\\tutorial\\StrainMaps\\TutorialStrainMap-BOT.jpg", + "strainMapFile": "v252\\sherlock\\tutorial\\StrainMaps\\TutorialStrainMap-BOT.jpg", "fileComment": "test comment", "cca": [ "Main Board" @@ -35,7 +35,7 @@ under the `CCA _METADATA` folder after aligning the layer interactively. "boardBounds": [ { "vertexX": -3.7464000000000004, - "vertexY": -2.2515 + "vertexY": -2.2525 }, { "vertexX": 3.746400000000001, diff --git a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s04s04.md b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s04s04.md index 51fffa6e31..98b093439c 100644 --- a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s04s04.md +++ b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s04s04.md @@ -11,7 +11,7 @@ under the `CCA _METADATA `folder after aligning the layer interactively. "project": "Tutorial Project", "thermalMapFiles": [ { - "thermalMapFile": "v251\\sherlock\\tutorial\\ThermalMaps\\Thermal Map.csv", + "thermalMapFile": "v252\\sherlock\\tutorial\\ThermalMaps\\Thermal Map.csv", "thermalMapFileProperties": { "fileName": "Thermal Map CSV", "fileType": 0, @@ -33,7 +33,7 @@ under the `CCA _METADATA `folder after aligning the layer interactively. } }, { - "thermalMapFile": "v251\\sherlock\\tutorial\\ThermalMaps\\Thermal Image.jpg", + "thermalMapFile": "v252\\sherlock\\tutorial\\ThermalMaps\\Thermal Image.jpg", "thermalMapFileProperties": { "fileName": "Thermal Image Test", "fileType": 2, diff --git a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s10s02.md b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s10s02.md index 42e74484d4..676442785d 100644 --- a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s10s02.md +++ b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s10s02.md @@ -5,7 +5,7 @@ { - "archiveFile": "v251\\sherlock\\tutorial\\ODB++ Tutorial.tgz", + "archiveFile": "v252\\sherlock\\tutorial\\ODB++ Tutorial.tgz", "project": "ODB Import", "ccaName": "ODB CCA", "processLayerThickness": true, diff --git a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s11s02.md b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s11s02.md index 7a96918551..8ae64110c7 100644 --- a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s11s02.md +++ b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s11s02.md @@ -7,7 +7,7 @@ { "project": "Tutorial Project Import", "category": "Test Category", - "archiveFile": "v251\\sherlock\\tutorial\\Tutorial Project.zip" + "archiveFile": "v252\\sherlock\\tutorial\\Tutorial Project.zip" } ## Python Example diff --git a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s12s02.md b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s12s02.md index b5d40e6786..559dd4edf8 100644 --- a/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s12s02.md +++ b/2025R2/Sherlock-25-r2/examples/project-service/ch01s09s12s02.md @@ -8,7 +8,7 @@ "projZipRequest": { "project": "Tutorial Project Import", "category": "Test Category", - "archiveFile": "v251\\sherlock\\tutorial\\Tutorial Project.zip" + "archiveFile": "v252\\sherlock\\tutorial\\Tutorial Project.zip" }, "destFileDir": "C:\\Users\\Documents\\Sherlock\\projects" } diff --git a/2025R2/Sherlock-25-r2/getting-started.md b/2025R2/Sherlock-25-r2/getting-started.md index ab17df4b70..35acdd3870 100644 --- a/2025R2/Sherlock-25-r2/getting-started.md +++ b/2025R2/Sherlock-25-r2/getting-started.md @@ -28,9 +28,9 @@ hard drive when you installed the Ansys software (version 211 and later). You will find the files in the following location (the file path may vary if you installed your Ansys software in a nondefault location): -Windows: `C:/Program Files/ANSYS Inc/v251/sherlock/grpc` +Windows: `C:/Program Files/ANSYS Inc/v252/sherlock/grpc` -Linux: `/ansys_inc/v251/sherlock/grpc` +Linux: `/ansys_inc/v252/sherlock/grpc` The instructions from [the gRPC website](https://grpc.io/docs/what-is-grpc/introduction/) explain how to implement the `.proto` files. Currently, the `.proto` files included with Sherlock are: @@ -58,9 +58,9 @@ the following: For Windows users, open your computer's command-line interface and enter the command below (you can copy and paste the text) and press Enter. This will change the active directory to the location of your Sherlock installation. If you installed your Ansys software in a non-default location, modify the command-line accordingly. - cd "C:\Program Files\ANSYS Inc\251\sherlock" + cd "C:\Program Files\ANSYS Inc\252\sherlock" - For Linux users, make sure you have updated all users' login startup files as described in the [Post-Installation Procedures](https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v251/en/installation/unix_post_mech.html#linux_postinst_sherlock_01) for Sherlock in Ansys' **Linux Installation Guide**, *5.1.7. Post-Installation Procedures for Ansys Sherlock.* + For Linux users, make sure you have updated all users' login startup files as described in the [Post-Installation Procedures](https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v252/en/installation/unix_post_mech.html#linux_postinst_sherlock_01) for Sherlock in Ansys' **Linux Installation Guide**, *5.1.7. Post-Installation Procedures for Ansys Sherlock.* Once you have changed directory (Windows), enter the command below. (In the examples shown, port 9090 is selected, but you may specify any of your computer's available communications ports.) @@ -136,7 +136,7 @@ the following: 2. In Windows Environment Variables, add the file path to the Python scripts to the Path System variable. If your Ansys software is installed in the default location, the path to the scripts looks like this: - `C:\Program Files\ANSYS Inc\v251\sherlock\grpc\python` + `C:\Program Files\ANSYS Inc\v252\sherlock\grpc\python` [The API Index](index-to-sherlock-api.md "Index to the Sherlock APIs") gives an overview of all the functions available to you. For each API, you can find an example of its implementation in the section [Examples](Examples.md). diff --git a/2025R2/Sherlock-25-r2/sherlock-reference.md b/2025R2/Sherlock-25-r2/sherlock-reference.md index 4f896cec2a..21c248c89b 100644 --- a/2025R2/Sherlock-25-r2/sherlock-reference.md +++ b/2025R2/Sherlock-25-r2/sherlock-reference.md @@ -777,7 +777,7 @@ Represents Sherlock version and configuration data. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R1"). | +| releaseVersion | [string](#string) | | The current version of Sherlock, formatted as: YYYY R# (Ex. "2025 R2"). | | defaultProjectDir | [string](#string) | | The project directory currently used by Sherlock. | | isSingleProjectMode | [bool](#bool) | | When true, indicates that Sherlock is in single-project mode. When false, indicates that Sherlock is in multi-project mode. |