Modificar base de datos de polilinea desde lisp

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello, I want to do a routine that counts the pipes in an irrigation system, but these will have outputs or intakes (multiple), however I want to make the outline of them but I want that in the database of the polyline (pipe) save data such as, Number of outputs, Separacion between outputs and / or a unique identifier of it.
I think it may be something like the following, but I tried the "entmake" function and it does not allow me to add a dotted pair with extra annotation for the polyline or other characteristics.
Thank you for your attention
(ENTMAKE ’((0 . "POLYLINE")
(62 . 1)
(66 . 1)
(70 . 1)
)
)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
hola, quiero hacer una rutina que cuente las tuberia en un sistema de riego, pero estas tendran salidas o tomas (multiples), sin embargo quiero hacer el trazo de las mismas pero que quiero que en la base de datos de la polilinea (tuberia) se guarden datos como, Numero de salidas, Separacion entre salidas y/o un identificador unico de ella.
Pienso que puede ser algo como lo siguiente, pero he intentado con la funcion "entmake" y no me permite agregar un par punteado con anotacion extra para la polilinea u otras caracteristicas.
Gracias por su atencion
(ENTMAKE ’((0 . "POLYLINE")
(62 . 1)
(66 . 1)
(70 . 1)
)
)