Hi
I am trying to divide a polycurve using the Curve.PointAtChordLength but it doesn’t work. I just get ‘parameter at chord length Not Implemented’.
I have also tried ‘Curve.ParameterAtChordLength’ (even though I don’t know the parameter) and that too doesn’t work with polycurves. The only command that seems to work with polycurves as opposed to curves is Curve.PointAtParameter but I don’t know the parameter, I need distance.
As a work around I have even tried to manually work out the point and then to use Curve.SplitByPoints but this explodes the polycurve and returns just one curve before splitting it.
Previous posts have discussed how to do a subdivision on a polycurve using parameters but I need a single points at a fixed chord distance. Any suggestions?
http://dynamobim.org/forums/topic/divide-polycurve-equally/
http://dynamobim.com/forums/topic/how-to-get-the-center-of-polycurve/
Thanks