I would like to split a curve between two points(. I use EVALUETE LENGHT(i’m open to other options) to find 2 extreme points (e.g. 0.1 and 0.9). Now I would like to divide the distance between these points by 5 (eg)( i need points not curves).
Another question, an equal division is ok, but can you divide it according to any ,hmm, rule.
once you have used EvaluateLength to find the first two division points A and B, you can use Shatter to actually split the original curve into smaller sections 0, 1, 2