OpenPlant Isometrics Manager, shows the graphical component data in drawings. Since Pipeline is non-graphical so you can't see pipeline attributes in isometric drawings. However, you can define the property on Pipeline (PIPING_NETWORK_SYSTEM) class and cascade them to PIPING_COMPONENTS which you can use in isometrics the way you want it. Below is one example to achieve it. You can use below expression in your case: this.GetRelatedInstance("SEGMENT_HAS_PIPING_COMPONENT:1:PIPING_NETWORK_SEGMENT").GetRelatedInstance("PIPELINE_HAS_SEGMENT:1:PIPING_NETWORK_SYSTEM"). Hope this helps! Regards, Harpreet
↧