I would like to know if anyone can advise me on some ‘issues’ concerning the use of this facility.
For specific reasons, I would like to keep a track of some of the measurements maintained by SeamlyMe in the ‘Database’ and keep a track of possible mismatches of specific dimensions of pattern-piece lines, arcs and curves (Splines etc) which may occur when I change the path of a curve (for example.)
I have tried to store data from a) the current pattern that I am working with, and also from the loaded SeamlyMe database … all to no avail.
This would be of great help to me if one of you Seamly2D / SeamlyMe Titans could advise me on this.
PS. As an alternative, I would like to be able to annotate the pattern file ‘DeskTop’ - the ability to display specific & calculated data in a dynamic fashion would also be awesome!
Sorry if I cover anything that you may already know.
“Custom variables” are variables that are stored in the xml pattern file. As such they stay with the pattern file.“Measurements” are variables that are stored in seperate SeamlyMe files. There are 2 types of measurement variables… “known” and “custom”. Known measurments are translatable, custom measurements (like custom variables) are not as there’s no way to do so in the Qt framework. Custom variables are useful where you don’t have to keep defining them in every measurement file. For ex defing pi = 3.14. Custom variables are really when you want to define something that’s a function of the pattern, not the person.
Now… like everything in Seamly, variables and measurements are all based on a sequential timeline. They can’t reference something that hasn’t been defined yet. In fact variables and measurments are very much like #defines in programing. Take for ex the C++ code:
#define A 10
#define B 20
#define C A + B
Is valid, where C is equal to 30.
Where:
#define C A + B
#define A 10
#define B 20
Is not valid as A and B have not been defined yet. The complier will throw an error.
Which leads us to this: < variables > are defined after < measurements > in a pattern file so variables can use measurements, but measurements can not use variables.
Thus the reason in the fx editor for Custom variables you can not use the variables from the tool data. You can though use functions because those are defined in the Seamly2D app itself.
And for measurement formulas you can only access existing measurements (in the ME time line) or functions.
Which brings us to this…
You can’t use tool variable data in Custom varibles or Measurements as they have not been created yet when a pattern is parsed. Even if you did have access to the data, it makes no sense as the data can’t change the (formula) definition of the variables or measurements. Again it would be analogous to an application dymanically changing the source code to the app.
I normally work the other way around… First I create the spreadsheet/database & then I create the pattern. If I’m drafting for someone in particular, I normally date the measurement file so that I can check the person’s measurements a year or 2 from now & see if they still correspond. If they don’t, I create a new measurements chart & date that so that I know when the person was measured.
Curves are normally attached to points which are determined by the measurement chart +/- ease or from other points that are determined by the same.
Somewhere, we need to trust the process and sew up our test patterns - especially the basic master pattern - to see if it fits in all of the right places. If it doesn’t, first double-check that the measurements are correct and then check that they have been used correctly in the pattern drafting.
If you would like to annotate the drawing board, type up what you want, take a screenshot of it & import it into the pattern as an image, place it where you want it, & lock it down.
Other than the above, I have no suggestions or ideas.
up to a point, I do get that, so that is why I wasn’t too surprised that the measurements data (SeamlyMe) would not be used - although it would not be anomalous to assign values from a source file that is external. This is done all the time in such simple applications like Excel, Word etc. and recovery from missing flies is not too difficult.
What surprised me was, that even Local-Data, e.g. Pattern dimensions (Line angles and lengths etc.) are not assignable to a local variable.
As @Grace mentioned (Hi Grace ) she has a different and much more practised and routinely employed method.
I however, am trying to develop a style that suits my own preferences and methods when approaching a new task.
For this reason, I chose to try to let the software check on my work as I go - a sort of ‘Trip-Wire’ if you like that will check on my work as I go.
HI, thanks for the tip. I still have this issue that sometime the trees hide the woods!
I will attempt to re analyse my trip-wire requirements and fine a way that the software permits.