precise length measurement

Typically: "How do I... ", "How can I... " questions
Post Reply
need2know
Posts: 23
Joined: 29 Jul 2024, 09:53

precise length measurement

Post by need2know »

Hello,

is there a possibility to determine exact length values of objects in the simulation?
I found

Code: Select all

sim.getShapeGeomInfo
but here i only get the dimensions of the bounding box of the object.
Is there a opportunity to get the exact length values measured from the object edges, for example when trying to get the wall thickness of a eurobox (https://www.auer-packaging.com/de/de/Eu ... gIAdPD_BwE)?

Cheers
coppelia
Site Admin
Posts: 10747
Joined: 14 Dec 2012, 00:25

Re: precise length measurement

Post by coppelia »

Hello,

except for bounding box size information, you can get the mesh information directly with sim.getShapeMesh (or sim.getShapeViz)

Cheers
Post Reply