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

ilogic e formulae

  • Thread starter Thread starter basca20
  • Start date Start date

basca20

Guest
Hi.
not having a pure programmer base, I often found myself using the ilogic in one of the most classic ways, that is to create table drawings and then set the string by telling the ilogic to change parameters to vary of a given dimension.

is there someone among you who manages to compile more seriously (from the computer point of view) programming with ilogic?

For example, if you want to make a part, threaded on a tree that stretches and widens to the diameter of the shaft itself, which string/command could I use?

Moreover, if you want to insert a formula to calculate the volume of a part and make sure that this changes to the change of a reference size, where should I insert it? in the space of the fx parameters?

I thank in advance anyone who wants to offer me their skills,
See you soon!
 
For example, if you want to make a part, threaded on a tree that stretches and widens to the diameter of the shaft itself, which string/command could I use?



Moreover, if you want to insert a formula to calculate the volume of a part and make sure that this changes to the change of a reference size, where should I insert it? in the space of the fx parameters?

I thank in advance anyone who wants to offer me their skills,
See you soon!
the first simple thing to do, create a set and piss your tree and your hub, ties them properly, then create a rule in the axieme of the type:

parameter("mode:1", "diameter_internal") = parameter("tree:1", "diameter")

update the axieme and the game is done, however you should use the browser to search for the feature and sketch that contain the size you are interested in, click twice and he automatically writes the command to load the parameter.

I don't get the second stuff, but you want to change the formula to vary a parameter? or.
If that's the case, just create a rule in ilogic type:
if parameter = then
volume = <formula1>♪
volume = <formula2>end if

and the game is made</formula2></formula1>
 
Good afternoon I don't know if the forum is adequate but you could help me.
I ask you where I can find useful information for compiling ilogic rules.
in my specific case I would like with a rule to update cartiglio and sheet as I did manually.
something between ilogic voices I found but often some mistake blocks me. If you could call me
Maybe even with simple material to consult.
I press that something in vba I do every now and then. Unfortunately inventing little by failing as I said before to find
the info and parameters I need.
initially a thanks to who can help me and to buor make when I can.
 

Forum statistics

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

Members online

No members online now.
Back
Top