How to by pass the default line break and have a pipeline place on top of equipment. This is a two part schema modification. The first part is that PID_VESSEL_PARAMETRIC has JUMPER_MAPPING saying to use PIPE_END_JUMPER, shown below. That custom attribute from that class should be removed. That's what makes the symbol over vessels, but not over pumps Adjusting the jump length to be “0”. SPACING_NONE class is defined as no spacing. there's a SPACING_CLASSNAME, whose DefaultValue gets assigned the name of a spacing class that has the distance on it. Out of box we have - - SPACING_DEFAULT, SPACING_PIPE_RUN, & SPACING_NONE If you want that same setting for all equipment, override SPACING_CLASSNAME property, setting DefaultValue to SPACING_NONE on PID_EQUIPMENT_CELL class in OPPID schema. That will also have to be overridden to use SPACING_NONE.
↧