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​
Name | Description | Property Type | Scripting | Category |
---|---|---|---|---|
Border | The 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 | .border | Common |
Bottom? | Indicates if the joint has an outlet at the bottom. | boolean | .bottom | Appearance |
Center Fill | The 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 | .mainColor | Appearance |
Cursor | The mouse cursor to use when hovering over this component. Options are: Default, Crosshair, Text, Wait, Hand, Move, SW Resize, or SE Resize. | int | .cursorCode | Common |
Edge Fill | The edge of the fill gradient. See Color Selector. | Color | .secondaryColor | Appearance |
Left? | Indicates if the koint has an outlet at the left. | boolean | .left | Appearance |
Mouseover Text | The text that is displayed in the tooltip which pops up on mouseover of this component. | String | .toolTipText | Common |
Name | The name of this component. See Color Selector. | String | .name | Common |
Outline Color | The color of the outline border. See Color Selector. | Color | .outlineColor | Appearance |
Quality | The data quality code for any Tag bindings on this component. | QualityCode | .quality | Data |
Right? | Indicates if the joint has an outlet at the right. | boolean | .right | Appearance |
Styles | Contains the component's styles | Dataset | .styles | Appearance |
Top? | Indicated if that joint has an outlet at the top. | boolean | .top | Appearance |
Visible | If disabled, the component will be hidden. | boolean | .visible | Common |
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