Applies To Product(s): AutoPLANT Piping Version(s): XM, V8i Environment: N/A Area: N/A Subarea: N/A Original Author: Dinesh Solanki Open Compprob.ebs (C:\Program Files (x86)\Bentley\Plant V8i\Modules\Base\common) and search the function at_WeldProperties_set. 2. In this function replace the below line: fastenerLayer = fastenerLayer + "_Welds" to fastenerLayer = fastenerLayer 3. Repeat this for the second entry of fastenerLayer = fastenerLayer + "_Welds". 4. Again, Search the function at_GasketProperties_set. Now, replace the line: fastenerLayer = fastenerLayer + "_Gaskets" to fastenerLayer = fastenerLayer 5. Repeat this for the second entry of fastenerLayer = fastenerLayer + "_Gaskets". 6. Search for the function at_BoltProperties_set , replace the line: fastenerLayer = fastenerLayer + "_Bolts" to fastenerLayer = fastenerLayer 7. Repeat this for the second entry of fastenerLayer = fastenerLayer + "_Bolts". 8. Save and close COMPPROP.EBS file. 9. Observe all the components placed or updated will no longer be placed on the layer _Welds, _Gaskets, and _Bolts.
↧