-
Notifications
You must be signed in to change notification settings - Fork 1
Handling of curve domains
Derk Bos edited this page Jul 7, 2021
·
1 revision
This page explains how SaladSlices internally works with curve domains.
Components that use curves as an input will check internally if the domain of the curve is from 0 To 1. If it is, all other inputs, such as a refenition of the start point of that curve work on that domain. If the input domain is not from 0 To 1, the component will redefine the domain from 0 To the length of the curve. In that case all other inputs will work from 0 to length.
The domain of output curves is always defined from 0 to the length of the curv. Often the reparametrization option is turned on by default in Grasshopper, resulting in a domain from 0 To 1.