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
| Parameter | Details | Possible 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: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | bool |