Metron and DomuS3D are now integrated with one another.
Here are the requirements to activate the integration between Metron and DomuS3D:
1. Have DomuS3D 2023 (or later) installed;
2. Have Metron ONE installed and updated to version 3.8.9 (or later).
To active the integration, you can follow the below steps:
1. Open the C:\tesy\MetronOne file folder and open the file TGeo.exe.config by right clicking on the file and selecting "Open With" and choosing Notepad;
2. Inside the file, press CTRL+F to open the search feature and search for "EnableD3D";
3. Under the line you just searched, you will see <value>False</value>. Here, substitute False with True.
4. Scroll to the bottom of the open file and between the text </runtime> and the text </configuration>, copy and paste the following lines:
<system.serviceModel>
<bindings>
<netNamedPipeBinding>
<binding name="NetNamedPipeBinding_IModFurnService" maxBufferSize="50000000" maxReceivedMessageSize="50000000">
<security mode="None" />
</binding>
<binding name="NetNamedPipeBinding_IModFurnServiceCbk" maxBufferSize="50000000" maxReceivedMessageSize="50000000">
<security mode="None" />
</binding>
</netNamedPipeBinding>
</bindings>
</system.serviceModel>
5. Save and close the file.
6. Download the attachment below, extract it, and move the file MaticadBridge.exe to the folder of the manufacturer for which you have the Metron license, for example: C:\tesy\Cesar2X.
If you encounter any difficulties with the above procedure, please do not hesitate to contact our technical support team.