bowforce

I am looking for adding force to my model. but im encountering this error. should i include kinematic measure in my anyscript for muscle force

ERROR(OBJ1) : C:/U…s/t…k/D…p/A…3/AMMR/A…n/E…s/B…2/M…l/Environment.any(45) : BowForce : Either the owner or one or more of the members must be kinematic measures for proper definition of this object.

You added a force and now you need to specify in what direction this force should act.
The direction should be specified in a kinematic measure, like between 2 points or similar.
The error message tells you that this kinematic measure is missing.

Thank you so much, I was able to correct the error.
Sir, I want to add force of 214N at full draw of archer. i.e when archer has bow string pulled to maximum length. how can i apply that load at that position. like which class i have to use in anyscript to obtain what I wanna achieve.

Hi,

  1. When you want to apply a force at a specific location (AnySeg, AnyRefNode, …)
    -> Try to use ‘AnyForce3D’ class.

  2. When you want apply a force on a kinematic measure (AnyKinPLine, AnyKinSPLine, …)
    -> Try to use ‘AnyForce’ class.

Best regards,
Moonki