From 4fe046e2d59c0377fcc4ab01634a2e71aa02069b Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Wed, 28 Aug 2024 00:06:30 +0500 Subject: [PATCH] Add warning message on `distance-calculation.md` docs page (#15838) Co-authored-by: Glenn Jocher --- docs/en/guides/distance-calculation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/guides/distance-calculation.md b/docs/en/guides/distance-calculation.md index 52d6460f..3b0214f4 100644 --- a/docs/en/guides/distance-calculation.md +++ b/docs/en/guides/distance-calculation.md @@ -79,6 +79,10 @@ Measuring the gap between two objects is known as distance calculation within a - Mouse Right Click will delete all drawn points - Mouse Left Click can be used to draw points +???+ warning "Distance is Estimate" + + Distance will be an estimate and may not be fully accurate, as it is calculated using 2-dimensional data, which lacks information about the object's depth. + ### Arguments `DistanceCalculation()` | `Name` | `Type` | `Default` | Description |