Category: Geometric Operations
Kind: Operation
Tags: Corners
Description: Get the end points of a geometry as a list
Inputs
Name | Abbreviation | Type | Access | Description |
Feature | F | Cartesian | Item | The geometry |
Outputs
Name | Abbreviation | Type | Access | Description |
Points | P | Vector | List | The end points |
How to
Get a geometry
You can use read feature or any output of another geometric operation
If working with Lists, use map to get the control points of each list item
Add the control points node
The result is a list of all the end points


