Skip to main content
Version: 7.9

Pipe Joint

Component Palette Icon:

Description

The Pipe Joint displays a fancy joint component two join two pipe segments together. By turning off the cardinal directions, this will display a 2,3, or 4-pipe union. This component is optional, as pipes can butt up against each other and look joined.

Properties

NameDescriptionProperty TypeScriptingCategory
BorderThe border surrounding this component. NOTE that the border is unaffected by rotation.Border.borderCommon
Bottom?Joint has an outlet at the bottom?boolean.bottomAppearance
Center FillThe center of the fill gradient.Color.mainColorAppearance
CursorThe mouse cursor to use when hovering over this component.int.cursorCodeCommon
Data QualityThe data quality code for any tag bindings on this component.int.dataQualityData
Edge FillThe edge of the fill gradient.Color.secondaryColorAppearance
Left?Joint has an outlet at the left?boolean.leftAppearance
Mouseover TextThe text that is displayed in the tooltip which pops up on mouseover of this component.String.toolTipTextCommon
NameThe name of this component.String.nameCommon
Outline ColorThe color of the outline border.Color.outlineColorAppearance
Right?Joint has an outlet at the right?boolean.rightAppearance
StylesContains the component's stylesDataset.stylesAppearance
Top?Joint has an outlet at the top?boolean.topAppearance
VisibleIf disabled, the component will be hidden.boolean.visibleCommon

Scripting

Scripting Functions

This component does not have scripting functions associated with it.

Extension Functions

This component does not have extension functions associated with it.

Event Handlers

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page

Customizers