Hello!
I would like to ask the following:
What are the calculation formulas for maximum allowable torque on the attached cross section at a shaft-bore connection (minimal bore length?)?
Probably I have to calculate surface pressure but I don't exactly know which surfaces and radiuses matter...
Hello!
we are about to refresh the company defaults... we've just changed to Creo 3.
So I would like to change the layer setup mode, instead the old school def_layer ... categories I want to use default_layer_model.
I've already made the layer_setup_file part and made a new layer with some...
Hello!
I would like to modify some older models in Creo. We have some new relations what I would like to add to the older model.
It means, that I have to add these extra lines to hundreds of assemblies and parts. Of course I don't want to open all the files one-by-one. I know that somehow it...
Hello!
I would like to combine several curves in one curve in proe.
My idea was the following:
ang=t*360
x=t
z=0
IF ang>0 AND ang=<120
y=cos(ang)
ENDIF
IF ang>120 AND ang=<200
y=sin(ang)
ENDIF
etc.
but it doesn't work bcause of the "AND"
I hope you understand the problem.
Can you help...
Hi all!
I have the following question:
From an equation I get a number which is not round number but it's between 0-inf.
Let's say 81.321.
I would like to round this number to an even number.
So somehow like this: 81.321 -> 81 -> 82
The point is to get the "nearest" EVEN number.
My idea...