I would like to ask a simple question how to correctly remap series of polylines from one quad to another.
For instance I am mapping rectangle tile that is made from mid points of another rectangle.
When using rectangle remapping this wont work as target shape must rectangle too and in the case below quad is distorted.
Is there other method than “box morph” simply to remap the polyline or a series of points from one quad to another (no curves, no meshes, no breps, just correct remapping of points)?
For this case where the shape you’re mapping has all its vertices on the edges of the reference quad, you could just get the parameter along each segment then evaluate the boundaries of your target quads. Mapping.gh (18.1 KB)
though I’m guessing the actual application is with a more complex shape?