question

Sameer P avatar image
0 Likes"
Sameer P asked tannerp commented

how can distance between two object set ?

FlexSim 18.2.3
model command
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered

You cannot set a distance directly. You can set the location of an object. If the locations of two objects are different to each other, you get or set a distance.

obj.location = Vec3(1.43, 2.76, 0.11);

OR

obj.location.y = 2.76;
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.