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

separate configuration base

  • Thread starter Thread starter masspa
  • Start date Start date

masspa

Guest
hello to everyone, I have a request to do on creo4.0 m010, I hope in some pious soul.

as from title I would like to change the voices of the distinct base that I obtain from instruments > separate base.
I managed to find the file that configures this table, which is format.bft

here I found some directions on how to set the table:ptc help centerhere some examples found:sample tablebelow is the code currently in use which is the default code:
Code:
.breakdown

%$type %$name contains:
.row %$quantity[6]; %$type[12];  %$name[-95]


.summary
summary of parts for assembly %$name:
.row %$quantity[6]; %$type[12];  %$name[-95]
question:
I would like to customize the table by getting in order:
common name variant; variant name; name part; qtà;

Can anyone help me?
Thanks :)
 
Thank you, I saw her before I asked for help trying to cuff a little without great success... I can't put the common name... %$&common_name gives me nothing
 
Hi, and I'm sorry I'm late, but I didn't have time on the weekend.
test with this method:
in the relationships put this instruction aa= ptc_common_name, and then in the separate one recalls the new parameter aaa
 
Sincerely in years of use, I have never entered the table code to modify them, but always created an ad hoc table and added ad hoc reports and filters.
ptc_common_name is a parameter like others, to be recalled, as dani-3d says, and this applies to any parameter that cannot be recalled/filtrate directly into the individual cells.
 
@dani-3d I'll try your idea, thank you. We'll miss you for the delay.
@320i s I managed to make a table as I need but only in the table. I then have to copy these data in an excel sheet, the distinct that comes out from the 3d does not miss the tabulation (if so it is called) and I can paste it quickly without errors.
 
the table table, you can save it externally and then edit it with excel, personally I was better but with the bom of 3d.
 
Tax
him provato %a[-40]; mi da
[Wrong format: %-40 (---)]​
320
you can change it with excel, but I can't put the data on columns if not laboriously row per line.
 
In fact, if you think about it, you just need 3 columns: code, quantity and description, if you have to digest it to a computer system, you don't need the description.
do a lot before you make a formatted table with the only data you need in order of interest, at that point insert the table in the 2d, carry out and delete the table in the 2d, finished.
 
Home . .It works! education aa= ptc_common_name was correctly put as string, I had to add a s after 40 %aaa[-40] as it tightens.
so the right code is %aaa[-40s].
One thing not recently, however, is that education must be included in any existing part, in the assemblies only is not enough, having almost 15000 parts becomes very lightly long.
320I'll try this way too. I had already tried, it is the part 'export the table' that is not well, loses the columns and formatting, for this I had tried a second road, which I asked in this discussion.
I'll try to cuff on excel if I can import it decently.

Thank you very much, you were kind.
 
Be great!
but I removed $&, it does not interpret it as a system parameter.

%ptc_common_name[-40s];

Thanks again.
:
 

Forum statistics

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

Members online

No members online now.
Back
Top