Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
OpenPlant | AutoPLANT
  • Product Communities
OpenPlant | AutoPLANT
OpenPlant | AutoPLANT Wiki How to Show insulation for Strainer and Steam Traps
    • Sign In
    • -OpenPlant | AutoPLANT Wiki
      • +OpenPlant
      • -Bentley AutoPLANT
        • AutoPLANT Product Group Compatibility
        • +AutoPLANT Modeler CONNECT Edition
        • -AutoPLANT Modeler V8i
          • +AutoPLANT Modeler [FAQ]
          • +Component - AutoPLANT Modeler
          • -Customization - AutoPLANT Modeler
            • How to Add Mitered Elbow in Existing Catalog using Specification Generator
            • How to add Spec Criteria in Project Isometrics
            • How to Assign Pipe Insulation Properties for All Insulated Components in Model
            • How to Change Weld Size Graphics in AutoPLANT Modeler
            • How to Make a Custom Isometric Style Available in the Create Iso via OPIM option
            • How to Make Changes in AutoPLANT to Place Mitered Pipe of more then 45 degree angle.
            • How to obtain Valve Location while creating AutoPLANT Report
            • How to place Lapped flange one side and fixed flange other side for Lined Pipe
            • How to Set Folder Structure of the Document Manager as per Project Requirement in AutoPLANT Modeler
            • How to Show insulation for Strainer and Steam Traps
            • How to update Pipeline insulation color with single color
            • How to use Custom Symbols for Lightning in Cable Tray Module.
          • +Database - AutoPLANT Modeler
          • +Errors, Logs, Messages, Crashes - AutoPLANT Modeler
          • +General - AutoPLANT Modeler
          • +Installation - AutoPLANT Modeler
          • Processing - AutoPLANT Modeler
          • +Settings/Attributes - AutoPLANT Modeler
          • +Tools - AutoPLANT Modeler
        • +AutoPLANT Piping
        • +AutoPLANT Equipment
        • +AutoPLANT I&W
        • +AutoPLANT P&ID
        • +AutoPLANT Isometrics
        • +AutoPLANT AutoISOGEN
        • +Bentley Data Manager
        • +Vision/Document Manager
        • +Drawing Flattener
        • +DataSheets
        • +Specification Generator
        • +ProjectWise Integration
      • +Bentley Navigator
      • +Bentley PlantSpace
      • +Plant Project Tools
      • +Bentley Raceway and Cable Management
      • i-model Composition Service for S3D
      • Working from home with OpenPlant
      • Working from home with Bentley Raceway and Cable Management
      • Working from home with AutoPLANT Modeler
      • Your Feedback is important to us!

     
     Questions about this article, topic, or product? Click here. 

    How to Show insulation for Strainer and Steam Traps

    Applies To
    Product(s): AutoPLANT Modeler
    Version(s): 08.11.XX.XXX
    Environment: Windows 7/8.1/10 (64 bit)
    Area: Settings/Attributes
    Subarea: Customization
    Original Author: Abhijit Bute, Bentley Product Advantage Group

    Background

    Some project may have requirement to show Steam Traps and Strainer insulation in Model / Drawing.

    Following illustrative steps helps to achieve desired result.

    Steps to Accomplish:

    Following steps for getting insulation for steam traps.

    1. Go to following location modify wtrap.ebs  file.
      C:\Program Files (x86)\Bentley\Plant V8i\Modules\Base\piping\draw

    2. Search for Sub lateral_draw3D
    3. Add following lines.

       Dim insThick          As Double
       
      Dim layer                As String
       
      Dim showInsVar    As String

        
                        
    4. Add following line. 

      layer = at_Component_getInsulationLayer(compID)

          '//  Is insulation display on?
         layer = at_Component_getInsulationLayer(compID)
         status = at_Preference_getString (showInsVar, "Comp_Show_Ins")
         If (Cint(showInsVar) <> 0) Then
           status = at_Component_getReal (insThick, compID, "insThick")
         Els
            insThick = 0.0
         End If 


          
       
    5. Add following lines.
       
      If (insThick > 0.001) Then 

      CADObj = at_CADCylinder_create (port1OD/2 +insThick, portPos(0), portPos(1), cFlag)
      status = at_Insulation_setCADPropertiesForObject(compID, Layer, CADObj) 
       
      CADObj = at_CADCylinder_create (port1OD/2 +insThick, CP, portPos(2), cFlag)
      status = at_Insulation_setCADPropertiesForObject(compID, Layer, CADObj) 

      End If  

          
    6. Save the file. Open AutoPLANT Modeler try to place steam trap. 
    7. Similar steps need to follow to show insulation for strainer add similar lines in 'wstrain.ebs' file.          

    See Also

    Processing - OpenPlant Isometrics Manager for AutoPLANT
    Processing - OpenPlant Isometrics Manager To Discuss content related to Processing isometrics Drawings in OpenPlant Isometrics Manager. See Index: How to Create Special Stamps using Detail Sketches…
    Last edited over 4 years ago in OpenPlant | AutoPLANT > OpenPlant | AutoPLANT Wiki

    Comments or Corrections?

    Bentley's Product Advantage Group requests that you please confine any comments you have on this Wiki entry to this Comments or Corrections?" section. THANK YOU!

    • AutoPLANT Modeler
    • Strainer
    • wyestrainer
    • Steam Trap Component
    • AutoPLANT Piping
    • Share
    • History
    • More
    • Cancel
    • Abhijit Bute Created by Abhijit Bute
    • When: Mon, Dec 31 2018 9:46 AM
    • Abhijit Bute Last revision by Abhijit Bute
    • When: Mon, Dec 31 2018 9:47 AM
    • Revisions: 2
    • Comments: 0
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies