跳转至

Vertex

At the moment, Vertex does not provide a direct method for achieving this. The application supports styling by derived properties, which only consider the object(s) being styled as input.

Timestamp: April 16, 2024

How can I automatically update a graph with a new node when a new object is added to the backing dataset?

You can make a graph template and embed it in a Workshop module, passing an object set containing all the objects of the type to the graph so it regenerates automatically. Alternatively, you can rerun the template manually in standalone mode.

Timestamp: March 22, 2024

Can a graph be directly copied as-is to a subgraph in Vertex?

No, this is not currently supported.

Timestamp: April 16, 2024

Is it intended that an action triggered on Vertex save in Workshop does not display a dialog box for additional parameter input?

Yes, it is intended that no action form will be shown to the user if all required parameters are configured with a defined default value.

Timestamp: March 22, 2024

What should a function return in Vertex to apply color to a node in Vertex?

You can choose the return type of your function, and then in the Layers panel you would define a mapping between the returned value and a color.

Timestamp: April 19, 2024

How can I embed a Vertex graph in a Workshop application that takes a single object as an input and expands to all of its linked objects of a specific type, reflecting a parent-child relationship?

You can write a function to do a breadth-first search recursively, and then use that function in the Configure Search Arounds step of the template.

Timestamp: July 31, 2024


中文翻译

Vertex

在Vertex中,能否根据节点与特定对象的链接数量来为节点着色?

目前,Vertex不提供直接实现此功能的方法。该应用支持通过派生属性(Derived Properties)进行样式设置,但派生属性仅将正在设置样式的对象作为输入。

时间戳: 2024年4月16日

当新对象添加到底层数据集时,如何自动用新节点更新图谱?

您可以创建一个图谱模板(Graph Template),将其嵌入到Workshop模块中,并将包含该类型所有对象的对象集(Object Set)传递给图谱,使其自动重新生成。或者,您也可以在独立模式下手动重新运行模板。

时间戳: 2024年3月22日

能否将图谱直接原样复制到Vertex的子图(Subgraph)中?

不能,目前不支持此功能。

时间戳: 2024年4月16日

在Workshop中触发Vertex保存时,不显示用于额外参数输入的对话框,这是有意为之吗?

是的,如果所有必需参数都已配置了默认值,则不会向用户显示操作表单(Action Form),这是设计意图。

时间戳: 2024年3月22日

在Vertex中,函数应返回什么才能为节点应用颜色?

您可以选择函数的返回类型,然后在图层(Layers)面板中定义返回值与颜色之间的映射关系。

时间戳: 2024年4月19日

如何将Vertex图谱嵌入到Workshop应用中,使其以单个对象为输入,并展开到该对象所有特定类型的链接对象,从而体现父子关系?

您可以编写一个函数来递归执行广度优先搜索(Breadth-First Search),然后在模板的配置搜索范围(Configure Search Arounds)步骤中使用该函数。

时间戳: 2024年7月31日