Point To Curve
Hello !
I have a little issue, might be very easy to fix for you guys /emoticons/default_wink.png' srcset='/emoticons/wink@2x.png 2x' title=';)' width='20' />
I want to create a point to curve joint, so I declare the two bodies, the point and the curve. But when I start the simulation I've got this issue : 'ERROR: Param curve of PTCV joint [id=301001] not found!'
Like it doesn't find the curve, but all seem to be well create (see pic) : the blue bar has to translate along the red line, simple as that !
The curve is defined as in the pic. I tried every combinations with the properties without effect...
Thanks for the help guys !
Answers
-
Hi,
Can you please the .log file?
0 -
Hi, here the log
0 -
Hi,
Can you check whether curve is referenced in PTCV?
I see there are two PTCV joints (from log Reading 2 PTCV joints...
ERROR: Param curve of PTCV joint [id=301001] not found!)0 -
-
0
-
I have two curves which are created with the entity curve, and these two curves are linked to each PTCV... Maybe it's not the correct entity for this kind of Joint ? I tried with Spline but PTCV can't detect splines when I have to select the curve...
0 -
Hi,
Can you share the model file please?
Use the file transfer link in my signature to share the files.
0 -
I'm not allowed to share my models but i created a very simple one with the same principle and the same issue...
So I guess I don't use the joint properly...
0 -
Hi CdricCd - Could you open the XML file in a text editor and check if <Reference_ParamCurve statement corresponding to the Constraint_PTCV is available ? It is also possible that the curve has insufficient data. I think you might need atleast 4 or 5 data points for the curve to be written out.
Regards
Praful
0 -
0
-
Thanks guys the problem was the number of points on the curve, I put 5 of them and it's alright !
0