Developer S
Developer S

Reputation: 11

Open3d Mesh : metrics of the inputs for mesh box?

enter image description here

What are the metrics for the width, height, and depths when you create from the Open3d geometry? Are they in cm, meters, inches?

I have read the document, but it is not mentioned anywhere.

It is a simple question, but please help me!

Upvotes: 1

Views: 159

Answers (1)

saurabheights
saurabheights

Reputation: 4574

In Open3D, there is no concept of units. You need to make sure that all your geometries use same unit, whether its CM or meter.

BTW, I prefer to keep everything in standard metric, meter, since often you have to export data from Open3D to files which needs to be read by external software. These software might assume data to be in standard metric system.

Upvotes: 0

Related Questions