Hi, I am using many spherical joints in my model, and I have some problem. I created them like that:
constraint create joint Spherical &
joint_name=Spherical1 &
adams_id=1 &
i_marker_name=Marker3 &
j_marker_name=Marker4
constraint attribute constraint_name=Spherical1 name_vis=off...
Hi, I have defined a spline and I need to evaluate an abscissa from an ordinate. I know that it's possible to do the opposite. Does it possible?
data_element create spline &
spline=Spline name&
x= -180,-30,-10,-5,-0.5,0,0.5,5,10,30,180 &
y= -10,-6,-4,-2,-0.5,0,0.5,2,4,6,10 &...
Hi, I have created a spline and I need to access the X's values and the Y's values one bye one in order to use them in an other function. How can I do?
data_element create spline &
spline=(eval(.model_name//".SplineRodTorqueX011)) &
x= -180,-30,-12,-5,-1,0,1,5,12,30,180 &
y=...
Hi, I have defined a spline and I need to evaluate an interpolated value from a variable.
data_element create spline &
spline=Spline name&
x= -180,-30,-10,-5,-0.5,0,0.5,5,10,30,180 &
y= -10,-6,-4,-2,-0.5,0,0.5,2,4,6,10 &
linear_extrapolate= yes &
units=no_units
var modify...
I have a problem:
I work on batch mode on ADAMS/VIEW
I need to find a adams's function which could do that:
I enter a paramter "i". It's a integer. It is define between 1 and 40. I need an integer or a string in output like that:
i | output
---------------...