Author Topic: I can not break my splines at the intersections.  (Read 4795 times)

0 Members and 1 Guest are viewing this topic.

Thomas 3D

  • Guest
I can not break my splines at the intersections.
« on: May 16, 2011, 11:27:05 AM »
Hello Forum,

I have sometimes big wireframes, with many intersections. I have look for a lisp routine, which can break all my "lines" in the intersection. The Lisp commands which I have found, not working really.
Sometimes my grid consists of lines, arcs, polylines and splines.
I know, I can use the Autocad command "break", but if I would use this command, then I have to do a long time.

Who can help me with my problem?

Best Regards
Thomas

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England

Thomas 3D

  • Guest
Re: I can not break my splines at the intersections.
« Reply #2 on: May 17, 2011, 01:05:40 AM »
Hi Lee,

thanks for your quick help.
I tested both lisp routines, but unfortunately without success. The splines can not share in the intersections.
Do you have any idea why it did not work for me?

Thomas

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: I can not break my splines at the intersections.
« Reply #3 on: May 17, 2011, 08:40:16 AM »
The drawing you uploaded is blank for me in ACAD2006.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: I can not break my splines at the intersections.
« Reply #4 on: May 17, 2011, 08:47:33 AM »
The drawing you uploaded is blank for me in ACAD2006.

No wonder he can't break the splines, they don't exist.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Thomas 3D

  • Guest
Re: I can not break my splines at the intersections.
« Reply #5 on: May 19, 2011, 09:16:10 AM »
Hi Alanjt,

why do you say ->the splines don't exist.

I have open again my file, and I can see the spline. Or did you mean something else?



alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: I can not break my splines at the intersections.
« Reply #6 on: May 19, 2011, 09:29:12 AM »
Hi Alanjt,

why do you say ->the splines don't exist.

I have open again my file, and I can see the spline. Or did you mean something else?



It was a joke based on CAB's response.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: I can not break my splines at the intersections.
« Reply #7 on: May 19, 2011, 10:10:31 AM »
Hi Alanjt,

why do you say ->the splines don't exist.

I have open again my file, and I can see the spline. Or did you mean something else?

I could not see the spline opened in ACAD 2006.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

hmspe

  • Bull Frog
  • Posts: 362
Re: I can not break my splines at the intersections.
« Reply #8 on: May 19, 2011, 10:40:29 AM »
When I try to break or trim the splines I get the message

Quote
Object is perpendicular to UCS XY plane.

The intersection osnap shows very few actual intersections.  Most trim routines require that the entity being trimmed has an actual intersection with the trimming line.
"Science is the belief in the ignorance of experts." - Richard Feynman

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: I can not break my splines at the intersections.
« Reply #9 on: May 19, 2011, 10:42:23 AM »
Would changing the project help?

eg.
Code: [Select]
Command: tr TRIM
Current settings: Projection=UCS, Edge=Extend
Select cutting edges ...
Select objects or <select all>: Specify opposite corner: 2 found

Select objects:

Select object to trim or shift-select to extend or
[Fence/Crossing/Project/Edge/eRase/Undo]: p

Enter a projection option [None/Ucs/View] <Ucs>:
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

SOFITO_SOFT

  • Guest
Re: I can not break my splines at the intersections.
« Reply #10 on: May 19, 2011, 10:58:01 AM »
Hello:
If you can use the discretized splines every 10 units ( for example ) , you can calculate interserccion points in a very approximate. And from them, break the entities.
That may solve your problem ?
Greetings.