Jump to content
You must now use your email address to sign in [click for more info] ×

Recommended Posts

Hi guys

I found out and use the combo of V/transform tool width/height values to figure out the "length" of fully horizontal/vertical lines. But how do I measure paths that are not horizontal/vertical and also curved lines/paths? I need lines to match in certain scenarios..

Best,

_Rupa_

Link to comment
Share on other sites

For oblique straight lines, you can just use Pythagoras: hypotenuse^×=base^2 +upright^. Or in practice:

Diagonal=sqrt(X-difference^2+Y-difference^2)

To obtain the length of a curve is much more complex. You need to integrate along the curve defined by the Bezier splines. Not for the faint-hearted!

John

Windows 10, Affinity Photo 1.10.5 Designer 1.10.5 and Publisher 1.10.5 (mainly Photo), now ex-Adobe CC

CPU: AMD A6-3670. RAM: 16 GB DDR3 @ 666MHz, Graphics: 2047MB NVIDIA GeForce GT 630

Link to comment
Share on other sites

6 minutes ago, SpongeBob said:

How come there is no way in AD to know the lengths of lines and curves?

For the reason I mentioned earlier:

52 minutes ago, John Rostron said:

To obtain the length of a curve is much more complex. You need to integrate along the curve defined by the Bezier splines. Not for the faint-hearted!

I am not aware of any graphics/drawing program that will do this. You probably would need to use a more mathematically-inclined program, possibly Mathematica. Just to give you an indication of the complexity involved, look at this page. At the least, you would need to export the co-ordinates of the curve in question. Not a simple task..

For your purposes. I would suggest that you:

  1. create the two objects that need to match,
  2. align  them so that the matching seams overlap at the start and finish,
  3. adjust the handles so that the two curves are superimposed.

Hope this helps.

John

Windows 10, Affinity Photo 1.10.5 Designer 1.10.5 and Publisher 1.10.5 (mainly Photo), now ex-Adobe CC

CPU: AMD A6-3670. RAM: 16 GB DDR3 @ 666MHz, Graphics: 2047MB NVIDIA GeForce GT 630

Link to comment
Share on other sites

1 hour ago, SpongeBob said:

Thanks for the suggestion, John..

I would be interested to hear if my suggestion was any help.

1 hour ago, SpongeBob said:

In Illustrator, the document info panel, among other things, it also calculates the length of the selected path...That used to help..

By 'selected path' was that a single curved line along the length of the curve? Or was it the sum of a series of line segments comprising the path?

How would knowing the length of the curve (seam) help you create your pattern? I can see how it might help in knitting patterns, but not in cloth patterns.

John

Windows 10, Affinity Photo 1.10.5 Designer 1.10.5 and Publisher 1.10.5 (mainly Photo), now ex-Adobe CC

CPU: AMD A6-3670. RAM: 16 GB DDR3 @ 666MHz, Graphics: 2047MB NVIDIA GeForce GT 630

Link to comment
Share on other sites

single ones and it also calculates along a series of nodes and line segments..It calculates based on all selected nodes and paths..please take a look at image 1..

For clothing patterns too, we need all edges to match with each other precisely...

Here's one example for where curves need to match for a clothing pattern..The sleeve curve has to match the front and back armhole of a bodice pattern..So in this case, i cannot superimpose the curves and ensure both curves are of the same length..Unless there is reason (ex.,for ease, other design features) for a difference to exist, all joining parts should precisely match..S4znRA.jpgiv1Xh7.jpg

 

Link to comment
Share on other sites

You could only do this using Affinity if there was some way of exporting the co-ordinates of a series of nodes. In that case, you could easily calculate the length using a simple spreadsheet. Perhaps you should submit a Feature Request  for Designer in that Forum.

An alternative that occurs to me is to copy the necessary nodes from one object to another.

I still think that to superimpose the edges would give you sufficient accuracy. I suspect that this would be as accurate (if not more accurate) that the accuracy of an end-user wielding a pair of scissors. I have no personal experience of dressmaking/tailoring but I have watched my wife and my mother-in-law do so.

John

Windows 10, Affinity Photo 1.10.5 Designer 1.10.5 and Publisher 1.10.5 (mainly Photo), now ex-Adobe CC

CPU: AMD A6-3670. RAM: 16 GB DDR3 @ 666MHz, Graphics: 2047MB NVIDIA GeForce GT 630

Link to comment
Share on other sites

1 hour ago, John Rostron said:

you should submit a Feature Request  for Designer in that Forum.

Yeah I will be posting it soon; it is a much needed feature I think. Several others also seem to need it..

YepFor almost straight but not straight curves, I do copy the paths and superimpose them and make the best of it...

Also, I just use an actual measuring tape, place it on the screen, measure the first curve and in that same zoom %, I mark and measure the other curve.. :)

I tried this last night and I find that this actually makes things faster for me..

 

Link to comment
Share on other sites

SpongeBob, I don't know how accurate a measurement you need.  But a trick I have used to get a fair measurement of the length of curves in AD is to use the dashed line.  I have found that the following setting will position the dashes at 1" intervals.  So then I just count the dashes and estimate any partials.  Not the greatest, but it gives me a measurement probably to the closest 1/4".  Hint: enter the stroke width as a number instead of using the slide bar, the dash interval is very dependent upon the stroke width.  With a little playing you can find many combinations of dashed sizes that will give an interval that is usable to whatever scale is needed.  Start counting from the red node and the first dash is number zero.  So in the example below the lines total just shy of 18".

1562520006_ScreenShot2019-07-07at6_53_26AM.png.65885f9624454ff862d10a61f1ad6a1c.png1295333440_ScreenShot2019-07-07at6_54_10AM.png.e664d6343cd3a34ff1e808b6dda7ef8c.png

iMac (27-inch, Late 2009) with macOS Sierra

Link to comment
Share on other sites

2 hours ago, Gear maker said:

SpongeBob, I don't know how accurate a measurement you need.  But a trick I have used to get a fair measurement of the length of curves in AD is to use the dashed line.  I have found that the following setting will position the dashes at 1" intervals.  So then I just count the dashes and estimate any partials.  Not the greatest, but it gives me a measurement probably to the closest 1/4".  Hint: enter the stroke width as a number instead of using the slide bar, the dash interval is very dependent upon the stroke width.  With a little playing you can find many combinations of dashed sizes that will give an interval that is usable to whatever scale is needed.  Start counting from the red node and the first dash is number zero.  So in the example below the lines total just shy of 18".

1562520006_ScreenShot2019-07-07at6_53_26AM.png.65885f9624454ff862d10a61f1ad6a1c.png1295333440_ScreenShot2019-07-07at6_54_10AM.png.e664d6343cd3a34ff1e808b6dda7ef8c.png

I started tinkering and 1 millimetre = 2.83465 pt approx

So, this might be slightly off but if you draw a line 100mm long you will get 20 dashes with the setting below, I made the dashes 4.95mm long taking into consideration the minimum space allowed 0.05mm, it's pretty bang on too.

754053349_ScreenShot2019-07-07at17_53_22.png.805ee8ee7f5f93a4c8d88d47c7092592.png

845901253_ScreenShot2019-07-07at18_00_51.png.50bdfaf0c76d9fbaca5a363ad9e5a4a1.png

 

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

FYI other points I have identified for measuring:

1 1 0 0   36pt = 1" between dashes

1 1 0 0   18pt = 1/2"

1 1 0 0   12pt = 1/3"

1 1 0 0   9pt = 1/4"

1 1 0 0   4.5pt = 1/8"

1 2 0 0   24pt  = 1"

1 2 0 0   12pt  = 1/2"

1 2 0 0   8pt  = 1/3"

1 2 0 0   6pt  = 1/4"

1 2 0 0   3pt  = 1/8"

1 3 0 0   36pt  = 2"

1 3 0 0   18pt  = 1"

1 3 0 0   9pt  = 1/2”

1 3 0 0   4.5pt  = 1/4”

1 4 0 0   29pt  = 2”

1 4 0 0   14.4pt  = 1”

I don't know if it will be different with a retinal display.

iMac (27-inch, Late 2009) with macOS Sierra

Link to comment
Share on other sites

Who needs complex math when you have the GMDS (Gear Maker Dash System) :D liking the notation too

1 1 0 0  14.17pt = 5mm

iMac 27" 2019 Somona 14.3.1, iMac 27" Affinity Designer, Photo & Publisher V1 & V2, Adobe, Inkscape, Vectorstyler, Blender, C4D, Sketchup + more... XP-Pen Artist-22E, - iPad Pro 12.9  
B| (Please refrain from licking the screen while using this forum)

Affinity Help - Affinity Desktop Tutorials - Feedback - FAQ - most asked questions

Link to comment
Share on other sites

Something I've run across that helps the estimation. After defining the stroke, dash size and gap, expand the stroke, and divide. There will be a count of the new "dash" object. While not exact, as there may be fractional gap lengths, one can get fairly close. See attached, dash - 1 pt, gap = 4, so at least 13.935 cm

LengthEstimate.thumb.jpg.531ef0ff3def6a589570dd3a7865c39a.jpg

iMac 27" Retina, c. 2015: OS X 10.11.5: 3.3 GHz I c-5: 32 Gb,  AMD Radeon R9 M290 2048 Mb

iPad 12.9" Retina, iOS 10, 512 Gb, Apple pencil

Huion WH1409 tablet

Link to comment
Share on other sites

32 minutes ago, gdenby said:

Something I've run across that helps the estimation. After defining the stroke, dash size and gap, expand the stroke, and divide. There will be a count of the new "dash" object. While not exact, as there may be fractional gap lengths, one can get fairly close. See attached, dash - 1 pt, gap = 4, so at least 13.935 cm

gdenby, good idea.  Easier than counting the dashes.  The user must remember to always subtract 1 from the count and then add back any partial spacing as the fraction.

iMac (27-inch, Late 2009) with macOS Sierra

Link to comment
Share on other sites

1 hour ago, gdenby said:

Something I've run across that helps the estimation. After defining the stroke, dash size and gap, expand the stroke, and divide. There will be a count of the new "dash" object. While not exact, as there may be fractional gap lengths, one can get fairly close. See attached, dash - 1 pt, gap = 4, so at least 13.935 cm

It may be be safer to copy and make New Document from Clipboard then expand the stroke and divide, and then just Select All. Just 2¢ in an attempt to prevent frustration with Undo, Undo, Undo etc.

Mac Pro (Late 2013) Mac OS 12.7.4 
Affinity Designer 2.4.1 | Affinity Photo 2.4.1 | Affinity Publisher 2.4.1 | Beta versions as they appear.

I have never mastered color management, period, so I cannot help with that.

Link to comment
Share on other sites

On 7/6/2019 at 4:42 PM, SpongeBob said:

how do I measure paths that are not horizontal/vertical and also curved lines/paths?

Workaround: In case you can split your workflow into Drawing the shapes and Designing the pattern, then a CAD construction application might be useful. For construction software it is an requirement to know all sorts of measurements and in high precision. 2D apps are easier to handle than 3D, some are free. Some are especially for clothing pattern.

macOS 10.14.6 | MacBookPro Retina 15" | Eizo 27" | Affinity V1

Link to comment
Share on other sites

I am pretty sure that Patternmaster Boutique (from Wild Ginger) also has the capacity to measure arc lengths. Since this is specifically a pattern making program it is set up to measure all components of pattern pieces. It has a pattern editor component that is really excellent and allows for detailed customization of pattern pieces. The only drawback of the program, and one reason that I don't use it much any more, is that it is available only for Windows computers, not Macs.

Affinity Photo, V 2.3.1    Affinity Designer, V 2.2 Affinity Publisher, V 2.3.1

Mac Book Air, Sonoma, 14.2.1

Link to comment
Share on other sites

  • 3 months later...
On 7/6/2019 at 3:54 PM, John Rostron said:

To obtain the length of a curve is much more complex. You need to integrate along the curve defined by the Bezier splines. Not for the faint-hearted!

I have been trying to  rise to this challenge, albeit in a half-hour chunks of php programming here and there when I had a moment.

I have written a PHP script embedded in a web page that looks at a SVG file and extracts paths, and calculates the length of each segment in the path (a segment is a stretch between two nodes).The units are the units defined within the SVG file. I'm not sure how they would map into actual units in a Designer file.

To measure the length along a curve, it is broken up into a series of arcs each of which is approximated by a line. By default it uses 20 such arcs, which seems to give adequate accuracy.

I would welcome any feedback on this script, as well as the user interface. On my PC, Kaspersky seems to inject its own components which seem to clobber my careful styling of the interface.

John

Windows 10, Affinity Photo 1.10.5 Designer 1.10.5 and Publisher 1.10.5 (mainly Photo), now ex-Adobe CC

CPU: AMD A6-3670. RAM: 16 GB DDR3 @ 666MHz, Graphics: 2047MB NVIDIA GeForce GT 630

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.