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

feature for progressive numbering and family table

  • Thread starter Thread starter CarmineR
  • Start date Start date

CarmineR

Guest
Hello everyone,
I tried to do a search in the forum and on google but did not find solution to my question: How can you do a part with a progressive number that changes according to a family table?
what I would like to get is a part where I can decide from which number to start and have a tot of consecutive numbers later.
as in the attached image.

thanks and good day
 

Attachments

  • numerazione.webp
    numerazione.webp
    19.7 KB · Views: 12
i.e. you want to command the text sketch based on the name of the family table element?
 
Maybe I should have said what version of I use... sorry. . .
creo parametric 4 m030
i.e. you want to command the text sketch based on the name of the family table element?
not on the basis of the element name, it would be enough to connect the parameter of the sketch to a relationship or something that can read from which number it has to start and how many below

Thank you.
 
in the sketch, the function to write the texts, can be linked to a parameter (it is an option in the window where you write the text).
so if you create the appropriate parameter (text), you should get what you are looking for.
 
Hi.

I don't know if it can help you if you use these instructions in the reports:
hoop = hoop + 1
you get the pippo parameter that increases to each regeneration of 1, and starts from the value indicated in the ft.
 
in the sketch, the function to write the texts, can be linked to a parameter (it is an option in the window where you write the text).
so if you create the appropriate parameter (text), you should get what you are looking for.
Yes, I had already created a "numeration" parameter and inserted in the family table
Hi.

I don't know if it can help you if you use these instructions in the reports:
hoop = hoop + 1
you get the pippo parameter that increases to each regeneration of 1, and starts from the value indicated in the ft.
I tried to use the numbering report=numeration+1 but the family table does not hold "in memory" the first number I entered. For example 7, the family table holds the last number of regeneration and would still miss the next part.

I try to explain it another way
(in the family table)
instance-1: "numbering" = 7 - (column for increasing the number) = 3
result:numerazione-1.webpinstance-2: "numbering" = 21 - (column for increasing the number) = 5
result:numerazione-2.webpI don't know if you can insert the consecutive numbers in the same sketch or you will have to make a series of a number with its increment

thanks again for availability
 
the numbering parameter value is assigned via ft when you load the part or the set, then remains the one calculated in the reports, to reset and return to the initial value you must download the parts, remove them from the session and reload them.
 
I suggest you work with relationships, without bothering fts, processing all your calculations and getting one or more parameters that contain the text you want to recall in the scketch.
 
it is not correct to use a parameter equal to "if + x", because each regeneration, will change the whole part (weight in family table).
If you have so many numbers to enter, do first to help with excel to compile them, but for overall stability, relationships and parameters, they must be defined.
 
it is not correct to use a parameter equal to "if + x", because each regeneration, will change the whole part (weight in family table).
If you have so many numbers to enter, do first to help with excel to compile them, but for overall stability, relationships and parameters, they must be defined.
I agree with you in case the parameter serves to model a part, but to manage a text in a scketch I don't see big contraindications.
 
I agree with you in case the parameter serves to model a part, but to manage a text in a scketch I don't see big contraindications.
the text linked to a parameter however is regenerated at the same parameter, so if the parameter is equal to itself + 1, it goes from if it was originally 10 and reborn, then it will be 11, then 12 and so on to every regeneration.

the example of the link, concerns the series and in this case there is no way inside of a part, to change a feature in series, which changes according to a parameter, in turn bound to the series.
 
Yes, the problem is almost the same, it only changes the type of series. I need that of "direction" with the increase of the text.

I'll do some evidence.

If anyone comes to mind some other advice will be well accepted.

Thanks again
 
in practice the point that has created in the first group of features, serves for the increase of the number (in fact it is 1 at the beginning and if you activate the points, create a series as well) with a feature of measurement you get the incremental value (so never "+1", but "+1", then "+2, then "+3" etc. just to avoid the infinite regenerations), increasing the distance of the point to the distance of the scketch, goes to increase the number.
in the series, there are more inglobed quotas, not only one for each direction

difficult to get there, but it seems functional.

However, this cannot be done automatically on the family table, individual elements must be created.
 
I managed to create the series with the growing numbering commanded by family table1538125000275.webpNow I will have to find out how to change the height of the character and the space between the numbers depending on the size of the number itself.
in order to bind them to a well defined space

ps: I finally used the first video method of the community
 

Forum statistics

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

Members online

No members online now.
Back
Top