Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How I can delete a topology with LISP

0 views
Skip to first unread message

Raúl

unread,
Sep 28, 2001, 5:10:14 AM9/28/01
to
Can someone tell me about this


Pierre Cardinal

unread,
Sep 28, 2001, 7:42:51 PM9/28/01
to
Hi,

(setq topo_name "my_topology_name"))
(setq itr_id (tpm_iterstart))
(while (tpm_iternext itr_id)
(if (= topo_name (tpm_itername itr_id))
(tpm_mnterase (tpm_itername itr_id))
) ;_ end of if
) ;_ end of while


Regards,

Pierre

"Raúl" <elfueg...@yahoo.es> a écrit dans le message news:
f0859...@WebX.maYIadrTaRb...

Rad Lazic

unread,
Oct 2, 2001, 1:11:12 AM10/2/01
to
Great!

Pierre,

Do you know where can we find the complete list of all (tpm_*) functions.

Thanks and regards
Rad

"Pierre Cardinal" <pierre....@sympatico.ca> wrote in message
news:1B69BC4E7E971538...@in.WebX.maYIadrTaRb...

R. Togores

unread,
Oct 4, 2001, 5:54:09 AM10/4/01
to
"Rad Lazic" <la...@ozemail.com.au> escribió en el mensaje
news:B99AAEB9A4ECFA59...@in.WebX.maYIadrTaRb...

> Do you know where can we find the complete list of all (tpm_*) functions.

Just enter the Visual LISP IDE, click on the APROPOS icon (something like:
[(A)]), in the APROPOS options dialog box enter tpm_ and click Accept...
The APROPOS results dialog box shows all available functions with this
prefix.
You can copy the resulting list to the Trace log window.
If you want help on these functions search your autocad helpfiles for
AcMapAds.chm

Following is the list copied from my system:

Bienvenido a Visual LISP for AutoCAD 2000
; kernel LPP: IDE v.T.0* Apr 23 2001
[ACADVER = 15.06s (LMS Tech)]
; kern VLLib: IDE v.T* Mar 03 1999, build #688 [4/23/01]

; "C:/Archivos de programa/Autodesk Map 5 - Esp/VLLIB.DLL" cargado
; escritorio restituido de "C:/Archivos de programa/Autodesk Map 5 -
Esp/VLIDE.DSK"
...............
LOG Resultados de aproximación
...............
TPM_ACCLOSE
TPM_ACEXIST
TPM_ACLOAD
TPM_ACOPEN
TPM_ACQTY
TPM_ACUNLOAD
TPM_ACUPGRADEOPEN
TPM_ANABUFFER
TPM_ANADISSOLVE
TPM_ANAOVERLAY
TPM_CLEANALLOC
TPM_CLEANCANCEL
TPM_CLEANCOMPLETE
TPM_CLEANEND
TPM_CLEANERRORCUR
TPM_CLEANERRORDRAW
TPM_CLEANERRORFIX
TPM_CLEANERRORGET
TPM_CLEANERRORMARK
TPM_CLEANERRORSET
TPM_CLEANFREE
TPM_CLEANGROUPDRAW
TPM_CLEANGROUPFIX
TPM_CLEANGROUPMARK
TPM_CLEANGROUPNEXT
TPM_CLEANGROUPQTY
TPM_CLEANGROUPSUBTYPE
TPM_CLEANGROUPTYPE
TPM_CLEANINIT
TPM_CLEANSTART
TPM_EDITADDELEM
TPM_EDITDELELEM
TPM_EDITMODELEM
TPM_EDITUPDELEM
TPM_ELEMADJ
TPM_ELEMFIND
TPM_ELEMGET
TPM_ELEMID
TPM_ELEMQTY
TPM_ELEMSS
TPM_INFOBUILDVAR
TPM_INFOCOMPLETE
TPM_INFOCORRECT
TPM_INFOCURRENT
TPM_INFODESC
TPM_INFOMODIFIED
TPM_INFONAME
TPM_INFOSTATUS
TPM_INFOTYPE
TPM_INFOVERSION
TPM_ITERDESC
TPM_ITERNAME
TPM_ITERNEXT
TPM_ITERSTART
TPM_ITERSTOP
TPM_ITERTYPE
TPM_ITERVERSION
TPM_MNTBUILD
TPM_MNTERASE
TPM_MNTREBUILD
TPM_MNTRENAME
TPM_QRYGETRESDESC
TPM_QRYGETRESTOPO
TPM_QRYGETTOPONAME
TPM_QRYSETRESTOPO
TPM_QRYSETTOPONAME
TPM_TRACEALLOC
TPM_TRACEELEMEDIT
TPM_TRACEELEMGET
TPM_TRACEELEMID
TPM_TRACEFLOOD
TPM_TRACEFREE
TPM_TRACEQTY
TPM_TRACESETMAXRES
TPM_TRACESETMINRES
TPM_TRACESHORT
TPM_TRACESHORTSCAN
TPM_TRACESHORTVAL
TPM_VARALLOC
TPM_VARFREE
TPM_VARGET
TPM_VARLIST
TPM_VARSET
...............
83 símbolos que contienen "tpm_"
...............

"Rad Lazic" <la...@ozemail.com.au> escribió en el mensaje
news:B99AAEB9A4ECFA59...@in.WebX.maYIadrTaRb...

0 new messages