Search found 4 matches

by chousuiri
09 Jul 2024, 11:04
Forum: General questions
Topic: Following Path function
Replies: 7
Views: 1320

Re: Following Path function

Hello! I saw that u have the same problem as mine so i wanted to ask u how did u solve your problem? Since there is no function sim.followPath() i cant just link my Dummy object with rectilinear path. https://sun9-56.userapi.com/impg/1tIwQ0fYiro0cVoQR7ZWn01UCQFp96q7kBBa-Q/bdbTCrziwcQ.jpg?size=1759x...
by chousuiri
28 Jun 2024, 05:54
Forum: General questions
Topic: Following Path function
Replies: 7
Views: 1320

Re: Following Path function

Thanks a bunch!
by chousuiri
26 Jun 2024, 12:22
Forum: General questions
Topic: Following Path function
Replies: 7
Views: 1320

Re: Following Path function

I appreciate your concern. Here is a screenshot of the objects. I'm unsure how to recreate them, but it originated from an old file. I need help finding a replacement function since the path (dummy one) is not recognized as a valid path according to the error message. https://i.ibb.co/SBP7Sm8/Screen...
by chousuiri
26 Jun 2024, 10:44
Forum: General questions
Topic: Following Path function
Replies: 7
Views: 1320

Following Path function

There is a deprecated path function used in the following code snippet: pathLength = sim.getPathLength(path) . I attempted to use the only usable path function (the one with dummies), but encountered the error: "in sim.getPathLength: object is not a path." Additionally, I created the tip a...