Go to: Related nodes. Attributes.

This dependency node represents a hypergraph view bookmark.

Node name Parents MFn type Compatible function sets
hyperView node kHyperView kBase
kNamedObject
kDependencyNode
kHyperView

Related nodes

hyperLayout, hyperGraphInfo

Attributes (18)

buildDirection, dagView, description, focusNode, fullName, graphTraversalLimit, hyperLayout, position, positionX, positionY, rootNode, shortName, viewRectHigh, viewRectLow, viewXH, viewXL, viewYH, viewYL

Long name (short name) Type Default Flags
position (p) double2 0, 0 outputinputconnectablestorable
The position of the focus node.
positionX (px) double 0.0 outputinputconnectablestorable
The X coordinate of the focus node.
positionY (py) double 0.0 outputinputconnectablestorable
The Y coordinate of the focus node.
viewRectLow (vl) double2 0, 0 outputinputconnectablestorable
The lower-left coordinate of the view rectangle.
viewXL (xl) double 0.0 outputinputconnectablestorable
The X component.
viewYL (yl) double 0.0 outputinputconnectablestorable
The Y component.
viewRectHigh (vh) double2 0, 0 outputinputconnectablestorable
The upper-right coordinate of the view rectangle.
viewXH (xh) double 0.0 outputinputconnectablestorable
The X component.
viewYH (yh) double 0.0 outputinputconnectablestorable
The Y component.
dagView (dag) bool true outputinputconnectablestorable
Indicates if the bookmark represents a DAG or DG view.
description (d) string TmultiSharedObject::create<TdataString>"" outputinputconnectablestorable
The description of the hypergraph view.
focusNode (fnd) Message n/a outputinputconnectable
The focus node which the view tracks.
rootNode (rnd) Message n/a arrayoutputinputconnectable
The root node connection list for DG bookmarks.
fullName (fn) string TmultiSharedObject::create<TdataString>"" outputinputconnectablestorable
The focus node full path name.
shortName (sn) string TmultiSharedObject::create<TdataString>"" outputinputconnectablestorable
The focus node name.
buildDirection (bd) enum 2 outputinputconnectablestorable
Specifies the build direction for DG graphs. The following are legal values: 0=Upstream, 1=Downstream, 2=All.
graphTraversalLimit (gtl) integer -1 outputinputconnectablestorable
The graph traversal limit.
hyperLayout (hl) Message n/a outputinputconnectablehidden
hyperLayoutDG node which stores the depend nodes and their positions in the layout.