Get force information from previous model
Guozhen Li
Altair Community Member
Best Answer
-
Hi,
On CPU, the forces are accessible within contactResults, which as you can see is not const. You can simply use:
contactResults.normalForce = CSimple3DVector{ 1,2,3 };
Cheers,
Richard
1
Answers
-
Hi,
On CPU, the forces are accessible within contactResults, which as you can see is not const. You can simply use:
contactResults.normalForce = CSimple3DVector{ 1,2,3 };
Cheers,
Richard
1