How to measure distances
Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=1107
Printed Date: 31.May.2026 at 21:14
Topic: How to measure distances
Posted By: aberrio
Subject: How to measure distances
Date Posted: 13.Sep.2008 at 03:13
Hi, I'm drawing a warehouse in 2d. It's really simple: just a rectangle
with squares (representing the shelves). My question is: given a few
points inside the warehouse (let's say 20 points), how can I get a
matrix or something, that gives me the shortest (but posible) distance
between every point? I say posible because I dont want to have the
euclidean distances, but the real distances that represent the path
that a person can walk ?
Thanks a lot!
Andres
|
Replies:
Posted By: Arben.Allaraj
Date Posted: 13.Sep.2008 at 12:58
aberrio wrote:
Hi, I'm drawing a warehouse in 2d. It's really simple: just a rectangle with squares (representing the shelves). My question is: given a few points inside the warehouse (let's say 20 points), how can I get a matrix or something, that gives me the shortest (but posible) distance between every point? I say posible because I dont want to have the euclidean distances, but the real distances that represent the path that a person can walk ?
Thanks a lot!
Andres |
Check the TIP 6085
------------- Ing Arben.Allaraj
http://cad-drafting-corner.blogspot.com
|
Posted By: aberrio
Date Posted: 15.Sep.2008 at 05:15
thank you for your reply... the problem is that i have about 70 nodes
(points) inside the warehouse, and i was looking for a way to do this
automatically, rather than doing about 2.500 dist2 attempts.... (70*70 / 2)
.....
any suggestions?
ps: i downloaded the dist2 addon.... how do i "install" it ? ...sorry I'm kind of new at this...
|
|