Path is Closed

Determines if the subpath at the given index (across all vector element subpaths) is closed, meaning its ends are connected together forming a loop.

Interface

Inputs

ParameterDetailsPossible Types
Content

The vector content whose subpaths are inspected.

Primary Input

Table<Vector>
Index

The index of the subpath to check, counting across subpaths in all vector elements.

Default: 0

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

bool