Nirtec Studio Forum

General Category => Machines Simulator => Topic started by: isidorors on May 21, 2025, 04:15:53 PM

Title: ApplyMovment o ApplyMovDirection
Post by: isidorors on May 21, 2025, 04:15:53 PM
Buenas,

Estoy trabajando con las instrucciones ApplyMovment o ApplyMovDirection y detecto que cuando traspaso un WP de un modelo3D (N1) a otro (N2) me genera una acceleracion en el WP y despues lo frena siendo la velocidad la misma.


debajo el código testeado:

public void Main()
{

N1.ApplyMovement(false,0.5f,true,false);
N2.ApplyMovement(false,0.5f,true,false);

}

Gracias

Title: Re: ApplyMovment o ApplyMovDirection
Post by: EasyPLC_Master on May 22, 2025, 10:05:01 AM
Y ¿cual es la pregunta?¿o cual es el problema que experimentas?
Title: Re: ApplyMovment o ApplyMovDirection
Post by: isidorors on May 22, 2025, 10:41:47 AM
Buenas,

no entiendo porque se accelera el WP en el paso entre objetos

test_1.gif

Title: Re: ApplyMovment o ApplyMovDirection
Post by: EasyPLC_Master on May 22, 2025, 11:48:08 AM
Fácil! porque se suman las fuerzas de los dos componentes  :)
Title: Re: ApplyMovment o ApplyMovDirection
Post by: isidorors on May 22, 2025, 12:37:09 PM
existe alguna manera de evitarlo? gracias