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

enter parameters

  • Thread starter Thread starter GiGa
  • Start date Start date

GiGa

Guest
I created a couple of models with several variables managed by ilogic (by the way, it is a bomb! try it!!!). . .
These are pipes for which, according to different diameters and corners of curvature, vary flanges and various sizes.. .
changing a few values, of course the model updates accordingly... the "problem" is how to change these values.. .

the easiest way is to make the interested sketches visible, but so I should hide them every time I use them in a set.
Another simple solution would be to edit directly in the parameter list, but you need to search for values between a dozen parameters (not very convenient, unless there is a way to reorder them). . .

I thought of creating a form in vba, but I should take the part of "programming" vba but now not time to do so.. .

Is there a "rapid" way to vary some values in an elegant way?

the ideal would be to be able to display only the editable quotas, but only within the part, without having to "send them" at the moment of insertion in the axieme.. .
 
you may, if it does not become a job, create in the parameters of the single basic part of the "user parameters" (a little as they do for the parts generated by cc) where to put your value to change and go to replace in the value of the "model parameter" the "user parameter". .

I make an example:

Model parameters:
d1 = 10
d2 = 20
d3 = 30
d4 = 50
d5 = 60

now, you care that only the first three are editable that are length, width and depth you make user parameters with:

user parameters:
length = 10
width = 20
depth = 30

now replace in model parameters and you will have:

Model parameters:
d1 = length
d2 = width
d3 = depth
d4 = 50
d5 = 60

user parameters:
length = 10
width = 20
depth = 30

;)
 
If nothing else I have to look for less parameters. . .
but displaying only certain quotas of a sketch is not possible, is it?
 

Forum statistics

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

Members online

No members online now.
Back
Top