well...pointalongpath, gets all confused.
Basically, define 3 points with pointalongpath approace
connections 1 = beginning of the bounded arc using ref point, nearnest, pointalongpath
bounding means setting the arch starting point at 180 deg (left side first visible)
always works fine
connections 2 = midpoint of arch (ref, near, pointalongpath)
always works fine
connections 3 = ending of the bound arc using ref point, nearest, pointalongpath
bounding means setting the arc end point at 360 deg (right side last visible)
goes totally nuts
I could be me, but check the equations many times!!!
example
left shape
- elliptical arc from 160 deg to 240 deg in geometry1
- bounded elliptical arc from 180 deg to 240 deg (left shape see image below)
- first, mid work fine
- ends aligns somewhere around 420 deg (60 deg) and appears to vary based on refresh
right shape
- elliptica arc from 330 deg to 380 deg in geometry1
- bounded elliptical arch from 330 deg to 360 deg (right shape see image below
- first, mid, end work fine
things tried
- tried ,"0mm, 2" // 2 is the curve segment
- when end point updated with ,0mm, 2....works fine
- when I update begin or mid...end goes nuts
- tried ",,2" // 2 is the curve segment
- again fine
- but goes nuts with start and mid updated
Questions
- other than specify offset as positive or negative, is there any other way to influence pointalongpath
(if for example, assume I pick the center of inertia by chance, which point would pointalongpath? how to control?
-if reference point happens sit right on top of the pointalongpath would pick, does it go nuts? /0 kind of thing