AutoCAD Map 3D Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Delete Selected Objects From Topology
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
205 Views, 1 Replies
07-10-2002 01:54 PM
Hi
I want to delete all selected elements from topology.
i used this function in lisp. but not success.
anybody can help me.
(setq tpm_id(tpm_acopen "xx"))
(setq elem_id(tpm_elemid tpm_id 1 1))
(tpm_editdelelem tpm_id elem_id [nil])
thnx
raghu
raghu_njr@rediffmail.com
I want to delete all selected elements from topology.
i used this function in lisp. but not success.
anybody can help me.
(setq tpm_id(tpm_acopen "xx"
(setq elem_id(tpm_elemid tpm_id 1 1))
(tpm_editdelelem tpm_id elem_id [nil])
thnx
raghu
raghu_njr@rediffmail.com
Re: Delete Selected Objects From Topology
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-16-2010 08:41 AM in reply to:
Raghu_njr
(setq tpm_id(tpm_acopen "xx" T)) ;open topology for writing and it will work
Gyula_58
