-Core Tools & Navigation

Exploring the -core Menu and Canvas Essentials

The -core section contains fundamental tools that help you inspect data, manage layers, run scripts, and control conditional logic inside the BeeGraphy editor.

Below is a simple, clear breakdown of each function.

Debug

Panel: Shows the output of any node you connect to it. It is as your real-time viewer for what’s happening in your node. Useful for viewing:

  • Execution lists

  • Vector points

  • Distances

  • Any generated value

Layer

Apply Layer: Applies a chosen layer to geometry. Mainly used to:

  • Organize visual output

  • Assign objects to specific layers

  • Control visibility or styling of geometry

Util

Relay: Used to clean up wires in your graph. Helps you reroute connections without changing data. Makes large graphs easier to read and organize.

Scripting

JavaScripting: Lets you write JavaScript inside your graph. Ideal for custom logic, small algorithms, string manipulations, or math operations.

TypeScripting: Supports TypeScript for more structured scripting. Useful when building reusable logic, cleaner code, or larger functions.

Display Data

Display Text: Shows text output on the canvas. Great for labeling geometry, showing values, or displaying status messages.

Display Table: Displays a list or structured data in a table format. Perfect for:

  • Showing processed lists

  • Showing parameters

  • Comparing values

Condition

Condition Input: Controls logic flow using IF conditions.

Did this answer your question?
😞
😐
😁