Hi Zeusovsky,
You can't explode AutoCAD text.
The sorts of options you have are:
1 Follow "rocheey's" advice. To get meaningful refinement you would
need to do this for all characters in all fonts, then set up a database
containing the data. That way you could code to get the ink usage of a
character with an SQL query from the database.
2 With Font.SHX files, if you have access to the Font.SHP file, you
can read the length information from the character definition. Although
I haven't worked with these files sine the 1980's, I seem to remember
that the method of definition of the characters includes overlap. Again
you would need to do this for all the characters in all the fonts. Put
the results in a database as above.
With TTF fonts it is far less likely you will be able to access the font
definition, so the problem is more difficult and I have no suggestions.
3 Plot samples of the text and measure the ink usage. Again put
results in a database.
Note that all of these techniques are very labour intensive and you
would have to have very large ink wastage issues to warrant the
refinement you could get over doing an analysis of several hundred
typical drawings going through your system and then applying some averages.
Regards,
Laurie Comerford
Zeusovsky wrote:
> In this case we don't have hatch, solid fills or diferents line weights,
> only the drawing and some notes, if is possible to convert the text in
> to lines, arcs and circles, maybe I could calculate.
>
>
> Why is the reason, Ok We have arround 30 plotters working all the
> day(24/7) we use one program (CutWorks) for minimize the used material,
> we put for example 1000 drawings (*dxf) on the program and CutWorks
> minimize the used material(Nesting), like sort the drawings on the material.
>
> The new drawing (Nesting) is send to plotter and each nesting have
> different length for example:
> Nesting1: 5000 inches
> Nesting2: 7800 inches
> Nesting3: 4358 inches
>
> but each nesting have differents details for example we can't use the
> time used by the plotter for complete the nesting1 because maybe the
> plotter are using more ink for complete the nesting1 that the ink used
> for nesting2 this depending of the details on the each drawing and for
> each nesting.
>
> We have tried to estimate the consumption of ink by a ratio of the
> weight of the pen and avoids the time but not a correlation between
> weight and time to help us maximize the use of refilled cartridges for
> plotters.
>
> So in this case we have a real relation and is to calculate the linear
> length of all the drawing, if we could calculate the linear length we
> could maximize the cartridges for the plotters(pen).
>
> The technical specification for the pen (Cartridges) said it could be
> draw around of 50000 linear inches at specific velocity. If we know the
> linear lenght of each drawing on the nesting we could know if the
> plotter need other pen, the idea of "use the pen until the ink finish",
> interesting idea the problem is that the material could be damage if the
> ink finish. Each roll of material have a cost around of $15,000 dls.and
> the time for setup the plotter.
>
> if is possible to convert the text in to lines, arcs and circles, this
> is the solution and I could estimate with more precision the ink
> consumption.
>
> It's complex but I think this is possible. 🙂
>