Point, coordinate, layer in Autocad
Point, coordinate, layer in Autocad
(OP)
Hi all,
Is it possible to import a TXT file in AutoCad with the following header:
<PntId> <Noth> <East> <Height> <Code>
in such a way that it draws a point at the specified location and assigns this point to a layer <Code>
Or a script could solve the problem?
Any hint how to do it? or could you point me out to some explanations?
Thank you in advance.
Is it possible to import a TXT file in AutoCad with the following header:
<PntId> <Noth> <East> <Height> <Code>
in such a way that it draws a point at the specified location and assigns this point to a layer <Code>
Or a script could solve the problem?
Any hint how to do it? or could you point me out to some explanations?
Thank you in advance.





RE: Point, coordinate, layer in Autocad
layer set code
point x,y,z
layer set code
point x,y,z
etc
RE: Point, coordinate, layer in Autocad
RE: Point, coordinate, layer in Autocad
RE: Point, coordinate, layer in Autocad