Skip to main content

Sub Curve

Get a sub curve of a polyline

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated this week

Inputs

Name

Abbreviation

Type

Access

Description

Polyline

P

Cartesian

Item

The polyline to get the sub curve from

Start

S

Number

Item

The start parameter of the sub curve

End

E

Number

Item

The end parameter of the sub curve

Normalize

N

Boolean

Item

If true, start with 0 and end with 1, otherwise use the length of the polyline

Outputs

Name

Abbreviation

Type

Access

Description

Polyline

P

Cartesian

Item

The sub curve

Did this answer your question?