Skip to main content

Control Points

Get the end points of a geometry

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a month ago

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

  1. 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

  2. Add the control points node

    The result is a list of all the end points

Did this answer your question?