Author Topic: DRAW OBGECTS FROM COORDINATES  (Read 30521 times)

vagk_18

  • Jr. Member
  • **
  • Posts: 33
DRAW OBGECTS FROM COORDINATES
« on: October 02, 2012, 09:14:15 AM »
Hi Lars.
Thank you for the elevation difference you added in the program.
It's very usefull I think.
But I wanted to ask you about the option "draw objects from coordinates". Is it possible to add "point at point", so that it can draw points
from list of coordinates? The real problem is that I wanted to insert points in different layers according to their code. I don't know how to insert points
with CadTools. And another problem I'm facing is when I take I drawing from someone else and inside there are only 3dpolylines, how to draw points at the
vertices of the 3dpolylines.
I'd appreciate your suggestions.

Lars

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
Re: DRAW OBGECTS FROM COORDINATES
« Reply #1 on: October 02, 2012, 10:36:33 AM »
Hi!

If you use the Type "Circle at point" and set circle radius to zero (0) you will get a point in the DWG.
Set up your points and other data in a Excel sheet and use copy paste between Excel and CadTools. By doing so you can draw on different layers.

To draw points at vertices you first export polylines to excel. Copy coordinates from the Excel sheet into CadTools to draw points at vertex position.

/Lars

vagk_18

  • Jr. Member
  • **
  • Posts: 33
Re: DRAW OBGECTS FROM COORDINATES
« Reply #2 on: October 03, 2012, 08:17:14 AM »
Thank you very much.
My mistake. I didn't notice carefully the box upright telling "if you set radius 0 then you get point".
Anyway, thank you again.
About different layers i meant to copy a list from excel sheet with the format "ID,X,Y,Z,CODE" and create points on different layers.
otherwise you must create the layers first and then insert the points with different codes one by one.
 

Lars

  • Administrator
  • Hero Member
  • *****
  • Posts: 664
Re: DRAW OBGECTS FROM COORDINATES
« Reply #3 on: October 03, 2012, 09:18:47 AM »
Different layers: If you create yor data list in Excel you can sort in on layername. Copy and paste portions with same layername into CadTools. Type in a new layer or pick one from the list. if the layer doesn't exist it will be created.

Clear the list (right click) and repeate the process

MVRAO

  • Newbie
  • *
  • Posts: 21
  • MVRAO
Re: DRAW OBGECTS FROM COORDINATES
« Reply #4 on: October 03, 2012, 10:16:44 AM »
Hi,

U can aslo do it from this.

See my post "Script to create LayerName, Point & Text (3d)" in Civil Corner .

Rgds

MVRAO