Author Topic: What would you like to see in the new release  (Read 12480 times)

0 Members and 1 Guest are viewing this topic.

nivuahc

  • Guest
Re: What would you like to see in the new release
« Reply #30 on: January 17, 2006, 09:44:16 PM »
If more people would help out in the development of PythonCAD, I could see it being a good alternative one day.

Andrea

  • Water Moccasin
  • Posts: 2372
Re: What would you like to see in the new release
« Reply #31 on: January 18, 2006, 09:15:01 AM »
The possibiities to enter a variable value in ToolPalettes !!
Keep smile...

Greg B

  • Seagull
  • Posts: 12417
  • Tell me a Joke!
Re: What would you like to see in the new release
« Reply #32 on: January 18, 2006, 09:40:24 AM »
Ability to more accurately import files created by other CAD software.

I'm tired of other companies that use AutoCAD not get a set of my drawings correctly because AutoCAD can't pull in a couple xrefs.

That's not a problem with AutoCAD pulling in the files correctly as much as it's a problem with Autodesk allowing others to play along with AutoCAD. If there were published, open specifications for the DWG format you wouldn't have that kind of problem. The best any of the competitors can do is take their best guess. And, what you end up with, is usually far from desirable for anyone.

While I know this is true, since I saw a post about AutoCAD being able to make DGN files, I figured it was something worth sharing.  DataCAD can export to any number of AutoCAD Version dwg and dxf files.  It's just that when someone opens up a main page of what I send it should be able to read that there is an xref in that drawing and look for the file.

Draftek

  • Guest
Re: What would you like to see in the new release
« Reply #33 on: January 18, 2006, 10:10:29 AM »
Andrea, You can run lisp from a tool palette. I use lisp to run my vba / vb apps from the tool palettes:

<Macro><![CDATA[^C^C(defun c:Concealed()(command "-vbarun" "Concealed.dvb!MainModule.Concealed"));Concealed ]]></Macro>

Andrea

  • Water Moccasin
  • Posts: 2372
Re: What would you like to see in the new release
« Reply #34 on: January 18, 2006, 10:33:02 AM »
Andrea, You can run lisp from a tool palette. I use lisp to run my vba / vb apps from the tool palettes:

<Macro><![CDATA[^C^C(defun c:Concealed()(command "-vbarun" "Concealed.dvb!MainModule.Concealed"));Concealed ]]></Macro>

Sorry Draftek...
But in 2006 you can''t write anyting else if it's not a number...

could you explain how you doing this ?
Keep smile...

Crank

  • Water Moccasin
  • Posts: 1503
Re: What would you like to see in the new release
« Reply #35 on: January 18, 2006, 11:46:19 AM »
Change the 'Auxiliary scale' to DIMSCALE for PSCACE-drawings or to PLOTSCALE for MODELSPACE drawings.

That should work.
Vault Professional 2023     +     AEC Collection

Andrea

  • Water Moccasin
  • Posts: 2372
Re: What would you like to see in the new release
« Reply #36 on: January 18, 2006, 05:34:16 PM »
Change the 'Auxiliary scale' to DIMSCALE for PSCACE-drawings or to PLOTSCALE for MODELSPACE drawings.

That should work.

Crank..

I have many diffrent standard of insertion tools...depending clients..
so I'va made a program who create this variable.

so you can use diffrent insertion scale in diffrent drawing without changing LUNITS DIMSCALE or any other AutoCAD variable..
this is more complex that you think..
It will be more useful if we can only put lisp in this field.
Keep smile...

Crank

  • Water Moccasin
  • Posts: 1503
Re: What would you like to see in the new release
« Reply #37 on: January 19, 2006, 12:38:57 AM »
We also have more clients. They all have their own standards (4), but we use only one menu.

I think you don't need more scales than this, but if you do, you can make special toolbars for each client.
Vault Professional 2023     +     AEC Collection

Draftek

  • Guest
Re: What would you like to see in the new release
« Reply #38 on: January 19, 2006, 08:15:37 AM »
I'm sorry, my example uses the macro tool for the tool palette, not the standard autocad insert tool. Kinda like the old toolbars.

For symbol insertion and scale factors in my tool palettes I use a small arx app I wrote that determines whether the block is being inserted into modespacel or paperspace and inserts itself to either the dimscale factor or scale of 1 respectively:

Here is the macro in the tool palette which uses lisp:
<Macro><![CDATA[^C^C(Command "InsertSymbol" "SealantArrow") ]]></Macro>

Andrea

  • Water Moccasin
  • Posts: 2372
Re: What would you like to see in the new release
« Reply #39 on: January 19, 2006, 10:03:28 AM »
We also have more clients. They all have their own standards (4), but we use only one menu.

I think you don't need more scales than this, but if you do, you can make special toolbars for each client.

Crank,

Thanks....that why users here never use the toolpalettes...
they use SBLOCK insertion program.
Keep smile...

hyposmurf

  • Guest
Re: What would you like to see in the new release
« Reply #40 on: January 19, 2006, 05:03:50 PM »
I'd like to try SBLOCK but can never get to the download page.
Quote
Le document que vous recherchez n'existe pas

Andrea

  • Water Moccasin
  • Posts: 2372
Re: What would you like to see in the new release
« Reply #41 on: January 19, 2006, 11:12:01 PM »
sorry...
you must be a member..
there it is..
Keep smile...

hudster

  • Gator
  • Posts: 2848
Re: What would you like to see in the new release
« Reply #42 on: January 20, 2006, 03:42:52 AM »
layer spanning
Revit BDS 2017, 2016, 2015, 2014, AutoCAD 2017, 2016, Navisworks 2017, 2016, BIM360 Glue

t-bear

  • Guest
Re: What would you like to see in the new release
« Reply #43 on: January 20, 2006, 08:36:49 AM »
Stronger 3D capability in vanilla CAD.  I know, I know...Inventor. We're a small company, three seats, and can't afford the darned thing.  Besides, I've got literally thousands of blocks that I would have to re-create as "i-parts" .  Just beef up the vanilla 3D capability ala the (now defunct) mechanical.....this was a great proggy.

PHX cadie

  • Water Moccasin
  • Posts: 1902
Re: What would you like to see in the new release
« Reply #44 on: January 20, 2006, 10:33:11 AM »
Here's something that should be simple, (maybe already done and I'm missing something)
When attaching a new Xref it should open to the folder you're currently in, (not the Xref folder you last attached yesterday or last week)
Acad 2013 and XM
Back when High Tech meant you had an adjustable triangle