Skip to main content
Version: 8.1

Vision - Pipe Joint

Component Palette Icon:

Description​

The pipe joint displays a joint component to join two pipe segments together. By turning off the cardinal directions, this will display a two-, three-, or four-pipe union.

Properties​

NameDescriptionProperty TypeScriptingCategory
BorderThe border surrounding this component. Options are No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), and Field Border.
Note: The border is unaffected by rotation.

Changed in 8.1.21
As of 8.1.21, the "Button Border" and "Other Border" options are removed.
Border.borderCommon
Bottom?Indicates if the joint has an outlet at the bottom.boolean.bottomAppearance
Center FillThe center of the fill gradient. Can be chosen from color wheel, chosen from color palette, or entered as RGB or HSL value. See Color Selector.Color.mainColorAppearance
CursorThe mouse cursor to use when hovering over this component. Options are: Default, Crosshair, Text, Wait, Hand, Move, SW Resize, or SE Resize.int.cursorCodeCommon
Edge FillThe edge of the fill gradient. See Color Selector.Color.secondaryColorAppearance
Left?Indicates if the koint 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. See Color Selector.String.nameCommon
Outline ColorThe color of the outline border. See Color Selector.Color.outlineColorAppearance
QualityThe data quality code for any Tag bindings on this component.QualityCode.qualityData
Right?Indicates if the joint has an outlet at the right.boolean.rightAppearance
StylesContains the component's stylesDataset.stylesAppearance
Top?Indicated if that joint has an outlet at the top.boolean.topAppearance
VisibleIf disabled, the component will be hidden.boolean.visibleCommon

Scripting​

Component Functions​

This component does not have component 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​