Can someone help me to get coordinate data from a curve by dividing it in equal segments as if it was a straight line? This implies that using the ‘divide block from the curves’ can’t be used since this uses the curves length.
Hi Steven - use Divide
, with the EqualChordLength option.
-Pascal
This still just divides the curve in equal pieces. For example I just want to obtain coordinates (x,y)-coordinates of the curve at the y-values 0mm, 1mm, 2mm etc. With the explored methods it’s always divided based on the curve path and not calculated as if it was a straight line.
No, it divides the curve with equal chord lengths, that means straight lines (not on the curve) of equal length connecting the division points.
Hi Steven - for that I guess you need Contour.
-Pascal