Link Search Menu Expand Document

πŸ” Refine by Filter

Keeps edges that pass the input filters, or vice-versa.


Table of content


This refinement is amongst the most straightforward to use, as it keeps edges that pass the Refine’ input filters.

details/edges-refine/refine-by-filter.png


Edge-specific filters


πŸ– Edge Direction (Edge)

Check if the edge direction is within a given range.

πŸ– Endpoints Compare (Numeric)

Compare the value of an attribute on each of the edge endpoint.

πŸ– Endpoints Compare (String)

Compare the value of an attribute on each of the edge endpoint.

πŸ– Neighbors Count (Edge)

Check a node’ neighbors count


Point Filters


πŸ– AND / OR (Group)

Group multiple filters to set up complex AND/OR branches.

πŸ– Adjacency (Node)

Check if adjacent node meet specific conditions

πŸ– Compare Nearest (Numeric)

The Numeric Comparison Filter compares the arithmetic value of an attribute against the closest point from another dataset.

πŸ– Compare (Numeric)

The Numeric Comparison Filter compares the arithmetic value of two attributes

πŸ– Edge Direction (Node)

Check if adjacent node meet specific conditions

πŸ– Compare (String)

Compares two string-like attributes against each other.

πŸ– Neighbors Count (Node)

Check a node’ neighbors count

πŸ– Bool

Performs a simple boolean comparison, converting numeric values to true (> 0) or false (<= 0).

πŸ– Within Range

Checks if an attribute value falls within a specified range.

πŸ– Dot Product

Compares the dot product of two direction vectors against a third value.

πŸ– Modulo Comparison

Compares the modulo of two attributes against a third operand, with configurable comparisons and tolerance.

πŸ– Edge Direction (Edge)

Check if the edge direction is within a given range.

πŸ– Bounds

Checks if a point is inside or outside the provided bounds, with options for bounds types and an epsilon adjustment.

πŸ– Endpoints Compare (Numeric)

Compare the value of an attribute on each of the edge endpoint.

πŸ– Endpoints Compare (String)

Compare the value of an attribute on each of the edge endpoint.

πŸ– Bitmask

Checks specific flags in an int64 bitmask attribute with configurable mask types, comparisons, and an option to invert results.

πŸ– Neighbors Count (Edge)

Check a node’ neighbors count

πŸ– Random

Random filter.

πŸ– Mean Value

The Mean Value Filter compares per-point values of an attribute against the mean statistical value of that same attribute.

πŸ– Self Compare (Numeric)

Compares the numeric value at one index against the same attribute at another index.

πŸ– Self Compare (String)

Compares the string value at one index against the same attribute at another index.

πŸ– Spline Inclusion

Checks against how a point is included in a spline.

πŸ– Path Inclusion

Checks against how a point is included in a path.