Author Topic: What would you want in a set of Xref tools?  (Read 24400 times)

0 Members and 1 Guest are viewing this topic.

T.Willey

  • Needs a day job
  • Posts: 5251
What would you want in a set of Xref tools?
« on: March 22, 2011, 10:32:46 AM »
And please explain, in short, how you would expect them to work.  Thinking of maybe putting something together, and just want to see what others would like to see happen.

Thanks.

Edit: Attached version 0.1 of Xref Suite tools ( source and compiled dll file ).  Once the dll is loaded, it will list what commands can be used, and a brief description of what they are for.  Comments welcomed.  I'm still working on some of the other ideas that are not in this release.

@Tracey - I'm still looking at how one would do a window selection of nested items.

@Crank - Still not sure how one would want to have the procedure for setting up relative paths work.  I don't use them, so I had to look in the help, and it seems like they can be setup plenty of ways.  Would someone just select the drawing(s) to edit the xref paths, and then have the paths based off that drawings path?  Let me know what your thinking.
« Last Edit: April 11, 2011, 11:02:24 AM by T.Willey »
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: What would you want in a set of Xref tools?
« Reply #1 on: March 22, 2011, 10:36:00 AM »
STRIP.  UNUSED.  ANNOSCALES.  FROM.  XREFS.

That shouldn't need any explanation.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

jonesy

  • SuperMod
  • Seagull
  • Posts: 15568
Re: What would you want in a set of Xref tools?
« Reply #2 on: March 22, 2011, 10:39:29 AM »
One thing I really like from Microstation is the ability to copy a window/crossing selection from an xref into the live drawing. We used to use this to copy the drawing sheet attributes from a frame into the current model.  I'm sure we have also used them when updating a building outline, and it has saved me tracing over the lines that stay as "original" (does that make sense, or do you need further explaination?)
Thanks for explaining the word "many" to me, it means a lot.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: What would you want in a set of Xref tools?
« Reply #3 on: March 22, 2011, 10:41:01 AM »
off the top of my head... (all of these exist, but a package deal would be cool).
  • equivalent to express tool XOpen
  • equivalent to express tool NCopy
  • ability to copy entire nested layer
  • ability to change layer properties of selected nested object
  • ability to change all layer properties of all selected XRefs (eg. change all selected XRefs to appear grey)
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: What would you want in a set of Xref tools?
« Reply #4 on: March 22, 2011, 10:42:10 AM »
One thing I really like from Microstation is the ability to copy a window/crossing selection from an xref into the live drawing. We used to use this to copy the drawing sheet attributes from a frame into the current model.  I'm sure we have also used them when updating a building outline, and it has saved me tracing over the lines that stay as "original" (does that make sense, or do you need further explaination?)
Have you Tried the Copy Nested function (Express>>Blocks>>Copy Nested)?
Be your Best


Michael Farrell
http://primeservicesglobal.com/

T.Willey

  • Needs a day job
  • Posts: 5251
Re: What would you want in a set of Xref tools?
« Reply #5 on: March 22, 2011, 03:12:07 PM »
STRIP.  UNUSED.  ANNOSCALES.  FROM.  XREFS.

That shouldn't need any explanation.

Can you post a small test drawing?  I have not been able to create a problem drawing, as I don't use anno scales.

One thing I really like from Microstation is the ability to copy a window/crossing selection from an xref into the live drawing. We used to use this to copy the drawing sheet attributes from a frame into the current model.  I'm sure we have also used them when updating a building outline, and it has saved me tracing over the lines that stay as "original" (does that make sense, or do you need further explaination?)

I can see about this, as I have some stuff already coded that will copy items, selected singly, right now.

off the top of my head... (all of these exist, but a package deal would be cool).
  • equivalent to express tool XOpen
  • equivalent to express tool NCopy
  • ability to copy entire nested layer
  • ability to change layer properties of selected nested object
  • ability to change all layer properties of all selected XRefs (eg. change all selected XRefs to appear grey)

These shouldn't be too hard to do, as I have the hard ones done already.



Keeps them coming.   :-)
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: What would you want in a set of Xref tools?
« Reply #6 on: March 22, 2011, 03:13:42 PM »
Not sure how it would be possible, but I've always wish XOpen would open the selected XRefed drawing zoomed relatively same point as when viewing it as an XRef.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: What would you want in a set of Xref tools?
« Reply #7 on: March 22, 2011, 03:14:23 PM »
Reset/set all/selected layer properties.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

T.Willey

  • Needs a day job
  • Posts: 5251
Re: What would you want in a set of Xref tools?
« Reply #8 on: March 22, 2011, 03:16:23 PM »
Not sure how it would be possible, but I've always wish XOpen would open the selected XRefed drawing zoomed relatively same point as when viewing it as an XRef.

I'm going to be coding it in C# .Net, so that shouldn't be a problem to do.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: What would you want in a set of Xref tools?
« Reply #9 on: March 22, 2011, 03:17:28 PM »
Not sure how it would be possible, but I've always wish XOpen would open the selected XRefed drawing zoomed relatively same point as when viewing it as an XRef.

I'm going to be coding it in C# .Net, so that shouldn't be a problem to do.
Nice! I figured you weren't going to fuss with LISP.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

T.Willey

  • Needs a day job
  • Posts: 5251
Re: What would you want in a set of Xref tools?
« Reply #10 on: March 22, 2011, 03:17:57 PM »
Reset/set all/selected layer properties.

Shouldn't be too hard, as I have the color and linetype code already working.  Maybe I'll throw something together that will let the user select what properties it should bring back.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: What would you want in a set of Xref tools?
« Reply #11 on: March 22, 2011, 03:20:18 PM »
Reset/set all/selected layer properties.

Shouldn't be too hard, as I have the color and linetype code already working.  Maybe I'll throw something together that will let the user select what properties it should bring back.
Cool. I know I've been in a situation where I just detached/reattached a drawing just to get all properties back to normal.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Jeff H

  • Needs a day job
  • Posts: 6150
Re: What would you want in a set of Xref tools?
« Reply #12 on: March 22, 2011, 06:57:16 PM »
If you want it T.Willey I got some code that runs through the xref and sets all objects in blocks on layer 0 and color to bylayer or byblock and handles some other annoying things with my expirence of dealing with a drawing from other companies that will be used as xref .

If you want it.

Crank

  • Water Moccasin
  • Posts: 1503
Re: What would you want in a set of Xref tools?
« Reply #13 on: March 23, 2011, 07:49:11 AM »
  • Make the path relative
  • Remove layer overrides only for selected layers
Vault Professional 2023     +     AEC Collection

T.Willey

  • Needs a day job
  • Posts: 5251
Re: What would you want in a set of Xref tools?
« Reply #14 on: March 23, 2011, 11:51:08 AM »
If you want it T.Willey I got some code that runs through the xref and sets all objects in blocks on layer 0 and color to bylayer or byblock and handles some other annoying things with my expirence of dealing with a drawing from other companies that will be used as xref .

If you want it.

Thanks for the offer Jeff.  I might take you up on it at a later point in time.  Right now I'm not sure I want to add something like that.  I rather work with the xref in the current drawing, and not change the xref file.  But if there are more requests for something like this.... who knows.

  • Make the path relative
  • Remove layer overrides only for selected layers

These should be doable.  Would the selection of relative path depth be dynamic?  Ie. In one file have a path like "..\xrefs\xref.dwg" and another "..\project\xrefs\xref.dwg".
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.