Author Topic: Using QSelect within Civil3D  (Read 4109 times)

0 Members and 1 Guest are viewing this topic.

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Using QSelect within Civil3D
« on: February 24, 2015, 12:24:33 PM »
Is it possible to write a qselect command in a lisp, in which the user can not see the qselect dialogue box? Someone was asking if they could get a lisp or macro that would use the qselect command which would a series of commands.

I think they were thinking along this line

quickselect civil3d structure labels
explode them
quickselect civil3d pipe labels
explode them
quickselect civil3d pipes
exploded them
quickselect civil3d structures
explode them

Any ideas if that makes sense?
thanks
Civil3D 2020

ronjonp

  • Needs a day job
  • Posts: 7529
Re: Using QSelect within Civil3D
« Reply #1 on: February 24, 2015, 12:36:30 PM »
Maybe THIS ?

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Using QSelect within Civil3D
« Reply #2 on: February 24, 2015, 12:47:22 PM »
Is it possible to write a qselect command in a lisp, in which the user can not see the qselect dialogue box? Someone was asking if they could get a lisp or macro that would use the qselect command which would a series of commands.

I think they were thinking along this line

quickselect civil3d structure labels
explode them
quickselect civil3d pipe labels
explode them
quickselect civil3d pipes
exploded them
quickselect civil3d structures
explode them

Any ideas if that makes sense?
thanks

WHY  are you xploding only those objects?

Export to Autocad would kill all the C3D objects....AND you still get to keep the intelligent version of the file.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Re: Using QSelect within Civil3D
« Reply #3 on: February 25, 2015, 08:12:59 AM »
I have tried that. Some of the people do not feel confident in the export to autocad option. They have done it many times and usually some cogo points and other stuff goes missing... I do not know from my experience. Usually I never have any problems with it.
Civil3D 2020

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Using QSelect within Civil3D
« Reply #4 on: February 26, 2015, 10:41:14 AM »
I have tried that. Some of the people do not feel confident in the export to autocad option. They have done it many times and usually some cogo points and other stuff goes missing... I do not know from my experience. Usually I never have any problems with it.

Nothing has ever gone missing IF it is visible on the screen when the command is executed....so no use of      NO      DISPLAY     STYLES

and all should make the trip safely into the land of DUMB autocad objects.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Re: Using QSelect within Civil3D
« Reply #5 on: February 26, 2015, 10:42:46 AM »
This is why I ask you guys. You are way to smart on this stuff.
Civil3D 2020