• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

problem on separate material format (fmt file)

  • Thread starter Thread starter marcofender
  • Start date Start date

marcofender

Guest
Good day to all,
I created a custom format for parts list by modifying the fmt file I had supplied.

I need to understand what the numbers mean in the square brackets and how it can be avoided that in the result there are some <a capo=""> not desired.
type the following:

================================================================================================================================================================================================================================================================
assembly is composed of the following assemblies:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
item q.ty mass volume
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
44
141.757223 76061508.245006
44
18.521595 8846950.386544
_
297.1527 159146860.623697
_
141.757223 76061508.245006
44
278.463855 149620130.638617
_
80.714842 37541787.036111
44
290.673852 156122276.883591

================================================================================================================================================================================================================================================================

Thank you!
Mar</a>
 
I'm sorry, I've partly answered myself. .
I found out it was a notepad display problem!

I found that numbers in parentheses after the point give the number of decimal figures. . .
for example: %pro_mp_mass[4.2d]; <2> gives me the value of the approximate mass to two decimal digits.
remains mysterious <4>... and <d> or the s (stringa?), or the least before the numerical value?

so I still keep good the question to understand as much as possible of customizing the list pieces.</d>
 
hi, I'll describe some instruction I use:

Breakdown.
§a§%cod[-20.20s]§%rev[-1.1s]§%descript[-40.40s]§%[-14.14s]§
.row §p§%cod_diseg[-20.20s]§%$quantity[7d]#% weight[9.3d]§ = character of field separation, you can also omit it if you do not need
%cod[-20.20s] = cod_diseg 20 characters aligned to sx
%cod[-20.20d] = cod_diseg long 20 characters aligned to dx
.row = creates a new line
%fish[9.3d] = 9 long number with 3 decimals aligned to dx (or 9 whole and 3 decimal, I do not remember)

greetings
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top