Incremental Numbering Suite (NumInc) Object Snap

Incremental Numbering Suite (NumInc) Object Snap

thomas_schluesselberger
Advocate Advocate
7,091 Views
7 Replies
Message 1 of 8

Incremental Numbering Suite (NumInc) Object Snap

thomas_schluesselberger
Advocate
Advocate

Hello!

 

I have a question about the awesome LISP that LeeMac made.

Unfortunately, when I use the LISP with blocks (without the array function), the object snap don't work.

Is there a way to enable object snap while placing blocks?

 

I know that there is following Note in the Code:

 

;;  Note: As a result of the method used to display the real-time preview, Dynamic Mode       ;;
;;  restricts the use of standard AutoCAD functionality such as Object Snap, Orthomode,       ;;
;;  Tracking etc. To enable such functionality, uncheck the 'Text Follows Cursor' option at   ;;
;;  the top-left corner of the dialog.                                                        ;;

 

But if somehow possible i would like to see Blocks in real-time preview and be able to use Object Snap.

 

Here the Link to the LISP:

http://www.lee-mac.com/numinc.html

 

The LISP is also found in the attachments.

0 Likes
Accepted solutions (1)
7,092 Views
7 Replies
Replies (7)
Message 2 of 8

Gobel_A
Enthusiast
Enthusiast
You have to allow Object Snap (grid snap etc) before using NUMINC. Than it will follow the settings.
0 Likes
Message 3 of 8

thomas_schluesselberger
Advocate
Advocate

Hi,

 

the problem is, that this is only working when "Text Follows Cursor" is deactivated.

 

0 Likes
Message 4 of 8

Moshe-A
Mentor
Mentor
Accepted solution

@thomas_schluesselberger hi,

 

This lisp works under AutoLISP limitation. when you want to have dragging [implameted by (grread) function] the osnap is automatically disabled.

 

You can not have it all-in-one 😀

 

Moshe

 

 

0 Likes
Message 5 of 8

thomas_schluesselberger
Advocate
Advocate
Ok, that's sad, I almost thought so.
Still, thanks for the answer!
0 Likes
Message 6 of 8

jagdish_gaonkar
Explorer
Explorer

dear i need separate increment for Perfix, Middle and suffix can it is possible...

 

0 Likes
Message 7 of 8

jagdish_gaonkar
Explorer
Explorer

dear i need separate increment for Perfix, Middle and suffix can it is possible...

0 Likes
Message 8 of 8

jagdish_gaonkar
Explorer
Explorer

I don't mean that i need as the below sample. Prefix-Middle-Suffix
Exp. P1-M1-S1, P1-M1-S2, after P1-M2-S3, P1-M2-S4, P1-M3-S5. Like that only.

 

0 Likes