Distance between 2 points

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
kifah
Posts: 2
Joined: 25 Jan 2015, 14:00

Distance between 2 points

Post by kifah » 25 Jan 2015, 14:06

Please I need to know when I open an Autocad file, how I can measure distance between 2 points and how I can use deferment measure style

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Distance between 2 points

Post by support » 26 Jan 2015, 15:22

Hello,

Do you mean measuring by specifying two points on the drawing area with the mouse and creating a dimension based on these points?


Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

kifah
Posts: 2
Joined: 25 Jan 2015, 14:00

Re: Distance between 2 points

Post by kifah » 26 Jan 2015, 15:56

Hi,

I mean like in Autocad..
if I need to measure the distance between 2 points to see how many meters or CM it is... similar to ruler

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Distance between 2 points

Post by support » 26 Jan 2015, 20:14

Hello,

CAD VCL doesn't have built-in measuring tools, you should implement this functionality in your code or try CADEditorX component that has built-in editing and measuring tools and can be used in Delphi as well.


Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply