Author Topic: Un-Snapable Entity  (Read 1656 times)

0 Members and 1 Guest are viewing this topic.

squirreldip

  • Newt
  • Posts: 114
Un-Snapable Entity
« on: July 29, 2016, 12:51:12 PM »
Does anyone know of a way to make an object unsnapable?

For example, I create a cross section or profile grid with linework on top.  I would like to be able to snap to the linework but disregard any of the grid.

ChrisCarlson

  • Guest
Re: Un-Snapable Entity
« Reply #1 on: July 29, 2016, 12:59:26 PM »
Does this help?

OSOPTIONS - 1 (Object snaps ignore hatch objects.)


squirreldip

  • Newt
  • Posts: 114
Re: Un-Snapable Entity
« Reply #2 on: July 29, 2016, 01:14:23 PM »
I saw that...  No...

Wanting to remove individual objects or blocks not just hatch.


ribarm

  • Gator
  • Posts: 3225
  • Marko Ribar, architect
Re: Un-Snapable Entity
« Reply #4 on: July 29, 2016, 02:14:05 PM »
Appears possible with .NET

http://through-the-interface.typepad.com/through_the_interface/2013/12/disabling-snapping-to-specific-autocad-objects-using-net-part-1.html

I was just about to suggest the same... I've already compiled it for A2012 and A2014... For other versions, you'll have to do it yourself... But I must admit that I use it very rarely... So NETLOAD => select *.dll, and just type commandnames already provided in dll names...

HTH, M.R.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

squirreldip

  • Newt
  • Posts: 114
Re: Un-Snapable Entity
« Reply #5 on: July 29, 2016, 02:32:31 PM »
Thanks guys, I'll look through that link.

I'm hoping it's possible to do in lisp so it wouldn't be version dependent.

VovKa

  • Water Moccasin
  • Posts: 1626
  • Ukraine
Re: Un-Snapable Entity
« Reply #6 on: July 29, 2016, 07:46:27 PM »
try shapes