Hi,
I want to define a constraint between two points . distance between them should be constant. There is a wrapping surface between these two nodes, so It is not possible to use "ConstantDistanceConstraint".
In other words I need a constraint that take account the wrapping surface as well.
Do you have any suggestions?
Constraint nodes that have a wrapping surface between them
- Mojtaba Mirakhorlo
- Posts: 10
- Joined: Tue Nov 25, 2014 3:28 am
Re: Constraint nodes that have a wrapping surface between th
Hi Mojtaba,
If you want the distance between two nodes to stay the same, then ConstantDistanceConstraint is what you want. The wrapping surface has absolutely no effect on constraints between two points.
If you are wanting a path element length to be constrained (over a wrapping surface or not) there isn't an OpenSim constraint that does that.
Cheers,
-James
If you want the distance between two nodes to stay the same, then ConstantDistanceConstraint is what you want. The wrapping surface has absolutely no effect on constraints between two points.
If you are wanting a path element length to be constrained (over a wrapping surface or not) there isn't an OpenSim constraint that does that.
Cheers,
-James
- Mojtaba Mirakhorlo
- Posts: 10
- Joined: Tue Nov 25, 2014 3:28 am
Re: Constraint nodes that have a wrapping surface between th
Hey James,
Thanks for reply
Thanks for reply