AutoCAD VB :: Manual Work Faster Than Automation - Selection Sets

Oct 13, 2011

I need to explode ~2000 PolyFace meshes in a drawing.Manually I can do the following:

> QSELECT - PolyFace Mesh - Select All

> Explode

I get a question if I want to "Disregard DrawingOrder for this operation due to the fact that it might take some time", by selecting "Yes" the process takes ~10 minutes (one explode).With an VBA automation I do the following:

> Create a selection set of all PolyFace meshes

> Explode each obj (2000 times) in the selection set with SendCommand (as .Explode does not work on polyface mesh objects)

I have waited hours for the same process (might be due to multiple explodes and/or screen updating taking place).I have always though automation is faster than manual work, but this proved me wrong.So to the questions:

1. How can I prevent screen updating in VBA (disregard draw order) during "long actions"

2. Is there a better way to explode a selection set than looping through each and every object calling explode (obj.handle)

For one drawing I can do it in 10 minutes, but I have 50 drawings with the need to explode this, having an automation run over night sounds great, but having it take 6x+ times longer for each drawing causes the night not to be long enough.

View 4 Replies


ADVERTISEMENT

Maya Modeling :: Moving UV Sets To Map1 Faster?

Jun 19, 2012

My animator asked me a good question, he's breaking up models to rig/animate and of course shen he does multiple UVsets generate. Is their a faster way to copy and move UVsets to Map1 and then delete the old Uvset from the model? A script, or a working method. I knopw that in Max it apprently would do it for you.

View 5 Replies View Related

AutoCAD Inventor :: Selection Trails - Fade Faster

Jul 23, 2013

How I can make these trails fade faster?

View 2 Replies View Related

Lightroom :: How To Get Crop Tool To Work Faster (is Sluggish)

Jul 27, 2012

I'm cropping a few thousand pictures, and the crop tool is just sluggish.
 
Changing the crop or moving the picture behind the crop is jumpy, sometimes it needs seconds to change the display, which makes cropping pain to work.
 
Even after the picture is loaded and the lightroom rested some time, cropping is sluggish, which should not be, since the picture is fully in the memory and moving it around should be easy for the computer.
 
So how can I get the crop tool to move faster?
 
I'm using a Win7 Core i7-2600 with 16GB Ram, LR catalogue on Intel SSD, images on a fast SeaGate HDD, AMD Radeon HD 6800 grafics adapter, 30" (2560x1600) display. The files are NEF from a Nikon D800E, but the files from my D700 are slow, too.

View 6 Replies View Related

Paint.NET :: How To Set Manual Location For Image Or Selection

Aug 6, 2012

Ability to set a manual location for an image or selection, and using this ability to give precise display of images, photos or graphics of the sorts.

The reason I say this is because I feel it would make precision much more in-depth, and make it easier to manage the graphics on the display. Another feature that marries this concept is alignment, with the ability to make certain objects on a specific layer to have that similar x or y location to that of another object, with the ability to enable/disable alignment.

While alignment is more of a vector feature, it would make graphic drawing much easier, especially if Paint.NET marries some vector features to improve on it's current bezier curve interpretation of line drawing.

View 4 Replies View Related

AutoCAD VB :: Accessing And Iterating Selection Sets

Jul 18, 2012

I have already a Selection Set called objSS. All the objects in this Set are Multi Text, so I am wondering how is possible to have access to the property Text Height of these objects inside the Set in order to change the value of this property. I have created a variable as  AcadMText but is not possible for me to loaded it with any item from objSS.

View 3 Replies View Related

AutoCAD .NET :: Cannot Store Multiple Selection Sets

Nov 15, 2012

From the AutoDESK docs [URL] ......

"AutoCAD.Application.ActiveDocument.SelectionSets. Add method
Not needed/provided" in VB.Net

Thus 'Autodesk.AutoCAD.ApplicationServices.Application. DocumentManager.MdiActiveDocument.SelectionSets' will not work.

So, I can't store multiple selection sets in VB.Net?

Why is it not provided? Or is there some other way to do that?

View 9 Replies View Related

AutoCAD Map 3D :: Error - Exceeded Maximum Number Of Selection Sets?

Nov 14, 2011

By doing this simple command I get this error message after a while of working...  2011Map 3d, Windows 7, 64 bit....

Select Line:

Select objects: 1 found

Select objects:

; error: exceeded maximum number of selection sets

Is there a setvar or toggle to change the max number of selection sets or to change to an unlimited setting anywhere?

At this time I have to save my work and close the dwg, reopen the dwg and I can resume picking objects etc., with no problems, untill it reaches the "majic" number and the error pops up.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Dimensions And Selection Sets

Nov 1, 2011

I have a lisp routine that creates a "frame wall" and I want to be able to automatically dimension said wall within the same routine. I have created two sets of points, each set being on its own new layer. I have made selection sets of each set of points, and want to cycle through each set dimensioning as required. This what I have so far for this part of the routine:

(command "DIMSCALE" 24)
(setq sel1 (ssget "x" '("VPOINTS")))
(setq TC (polar (ssname sel1 0) (dtr 180.0) 9))
(command "DIMLINEAR" (ssname sel1 0) (ssname sel1 1)) "V" (polar TC (dtr 180.0) 9) "")
[code]...

When I run the program I get the error: bad point argument. So what I think is happening is that the ssname command is not returning the actual value but just the name? I am new to AutoLisp and even newer to selection sets so be easy... Along with this, I am also curious as to how a selection set is ordered when it is chosen ie how does it determine what would be in (ssname sel1 0). Also, how would one go about deleting the points in these selection sets after the dimensioning has been completed.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Paperspace Selection Sets

Jan 10, 2002

I wish to collect a selection set of blocks in paperspace of a certain name. For model space I would use the following line:

(setq x1 (ssget "_x" '((2 . "*etc*") (410 . "model"))))

when it comes to setting paperspace as the 410 ssget list value as the name can be modified and I need it to work in all drawings. I tried
setting a variable to the paperspace layout name and using a print function at the (410 . "model") point but without sucess.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: VLA Move With Selection Sets

Oct 3, 2011

I wrote a lisp program which creates a selection set using ssget. Then I use the bounding box commands to get the lowest point of that selection set. Now I want to move that selection set as a whole using the vla-move command. I am having trouble doing this. Is this possible? Can we vla-move a selection set? Is there a workaround?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Changing Color Of Selection Sets?

Jul 27, 2013

I need to create a command which could change a color of an allready existing selection set when activated. For example i have a command which creates a cube, where each specific group of lines were added to different selection sets. how can i recall any created selection set by its name and change its color?

View 9 Replies View Related

AutoCAD .NET :: Dynamic Block Creation With Selection Sets Of Drawing Objects

Mar 19, 2012

It's possible to create a dynamic block programatically? I want to create a command that captures different selection sets of drawing objects and assign them to different Visibility States of a new block deffinition, on run time.

View 2 Replies View Related

3ds Max :: State Sets Do Not Work

Oct 7, 2013

clarify if State Sets work or not? Are they a non feature that should never be used?
 
Every time I use them on any job they corrupt and loose all render settings.
 
3dsMax 2014 sp3

View 5 Replies View Related

3ds Max :: Edit Named Selection Sets Window Will Not Open?

Aug 1, 2012

My edit named selection sets window will not open. The button will not work nor the shortcut under EDIT, i have restarted, i have competely uninstalled max and i have updated with FBX plugins from autodesk. I use this command A LOT and it will not open.

View 2 Replies View Related

Mudbox :: Using Selection Sets With Paint Layer Masks?

Apr 18, 2011

I set up some selection sets thinking they would come in handy later on when I am painting. I thought I would be able to use them to paint my layer masks, but I cant figure out a way of using the selection to limit where I am painting inside the mask. I thought convert to a freeze but it seems paint layers ignore frozen areas. Is it possible, or is it a case of saving selections for sculpt and not for paitning?

View 7 Replies View Related

AutoDesk Smoke :: Use Selection Sets To Quickly Pull Up Kfs

Jul 17, 2012

I'm struggling with Selection Sets in 2012 Adv..I have a batch fx with 3 Action nodes in it. Each has a lot of stuff so I was hoping to use Selection Sets to quickly pull up the kfs I needed to tweek.

I set up about 4 sets but once I exit and go back in 3 of the sets (the ones in the action node I'm currently working in) have cleared. ie, they're still there but empty. The one set I've defined for the other Action node is ok.

I have tried setting them with 'Define' and with 'Add Selection to'.I think I must be missing one trick here, like not saving correctly?

View 9 Replies View Related

3ds Max :: Assign Keyboard Shortcuts For Different Selection Sets Functions / Commands?

Oct 10, 2012

I am trying to find a way to assign keyboard shortcuts for different selection sets functions/commands.

I failed to find selection set commands in customize user interface menu. seems that they named it in a manner so that people cant find them when they simply look for "selection" or "set" or "create selection set" or "make selection set" .

what I need is:

1. when I select a group of objects I want to make them a selection set with one keyboard shortcut. (to go to the sets menu window and press that "create a selection set" button is too time consuming. I am also aware that just writing a letter to the selection sets dialog creates a set but still I want that shortcut.)

2.select an object and immediately jump to the whole selection set with a keyboard shortcut. or toggle through selection sets.

3.delete the active selection set with one keyboard shortcut.

are these functions available as native commands in customize user interface?should I go looking for a maxscript ?

View 1 Replies View Related

Photoshop :: Can't Make Path Selection Work On Inner Areas Of Path Selection

Aug 20, 2012

The problem is that it's only loading the outline of my path as the selection. All the inner areas aren't included, and I want to chop them out as well

View 26 Replies View Related

AutoCad :: Selection Windows Does Not Work Second Time

Jun 26, 2011

When I want to select multiple stuff, first time I can draw a windows some objects will be selected, second time multiple items can't be selected and I have to select them one by one. I was able to do it before hence I have changed something unintentionally, but what I have done?

View 4 Replies View Related

Lightroom :: Ordering Of Collection Sets And Collections (inside Collection Sets)?

Jun 25, 2013

What are the rules for how elements (specifically, collections and other collection sets) are ordered within a collection set?
 
I was trying to get a collection to appear at the top of the list of items in a collection set, but it seems to get stuffed below all the other collection sets regardless of the name given to the collection.

View 2 Replies View Related

Photoshop :: Can't Work With A Selection

Aug 1, 2006

I've selected teeth to whiten. When I choose adjustments to use curves to lighten them, the adjustment choice isn't highlighted. I've just done curves in the last thing I did with no trouble.

I think I'm losing my mind. Why won't it work????

(I use the magnetic lasso to make my selection or sometimes the magic wand)

View 4 Replies View Related

AutoCAD Inventor :: Workstation With Faster Renders

Apr 1, 2012

After shelling out a pretty penny for Inventor 2012, my boss set me up with a less-than-adequate off-the-shelf PC. I don't need faster visualizations as I'm not dealing with super complex assemblies, maybe 100-200 parts. I also don't care about ray-tracing while modeling. My problem is it took 24 hours to render a 65 second animation (about 1000 frames).

my boss is going to allow me to build a new, more inventor optimized workstation. I am using studio to do fairly complex animations. Fades, camera changes, constraint animations, all rendered with higher quality. I need a computer that will render quickly, and possibly higher quality if available.

I don't fully understand the whole "Direct X vs OpenGL" stuff. What should I spend my money on, knowing that rendering, not modeling is where I need improvement. I am thinking AMD system to save $$. Also, what to look for, fast bus, cache, etc. Just remember, I need faster RENDERING in STUDIO ANIMATIONS.

View 8 Replies View Related

AutoCad :: Faster Way Or Command To Which Lines Are Flying

Sep 28, 2011

1. is there a faster way or command to which lines are flying?coz i got this file from a collegue and i was wondering why is it that lines doesnt connide each other... so when i tilt the file into front elevation... i saw all the lines were not on the same elevation.. so what i did is to change the value of Z into zero....

2. does i press something... i used to select the object, pan and drag ( to select and add more on my selected objects.).now if i select the object and use the center of my mouse to drag... point were gone out... so i input first the command then select and drag..

View 5 Replies View Related

AutoCAD 2013 :: Fillet Edges Faster Than Rhino

Apr 23, 2013

I use Rhino to make pendant models but I find that Rhino's fillet function very slow and inefficient, so I'd like to know if Autodesk would be better at doing that.

View 9 Replies View Related

AutoCAD Inventor :: Making ILogic Faster And More Efficient

Apr 24, 2013

What are the best ways for speeding up iLogic routines? Can Inventor updating or re-calculation be suppressed while the iLogic code is running? Does ScreenUpdating = False accomplish this?

What other tips do users have for improving their iLogic code efficiency and speed?

View 3 Replies View Related

Photoshop :: 'Make Work Path From Selection'

Jul 6, 2004

Whenever I press this button, the tops and bottoms of my circular selections get cut off.

View 3 Replies View Related

Photoshop :: Luminosity Selection Shortcut Dosent Work..

Jun 25, 2006

when trying to use luminosity selection keyboard shortcut and it dosent work . On pc i should be: ctrl alt ~ but nothing happens - no marching ants. Mine ~ key is positioned to the right on my keyboard just beside the return buttom. Could it be that im using the wrong key here or.... thanks for any surgestion. (Maybe there is another way to make the luminosity selection if it is my keyboard short cut that dosent work.)

View 5 Replies View Related

Illustrator :: Toggle Selection Tool Doesn't Work In CC

Jul 9, 2013

I frequently used the ctrl key shortcut in illustrator on a PC to temporarily use the selection tool last used. This still works in CC, but I used to be able to toggle selection tools by keeping ctrl held down as before and then toggle selection tools (selection tool - black arrow, and direct selection tool - white arrow) by tapping the shift key. The tool description in the very bottom of the window shows "toggle selection" when I do this, but the toggle selection tool doesn't actually occur.

View 3 Replies View Related

Photoshop Elements :: Guided Selection Doesn't Work

Sep 29, 2012

In Elements 9 when I am doing the frame and click to commit my frame disappears and I quick selection tool on the Guided section does not work.

View 1 Replies View Related

AutoCAD .NET :: Can Cache Files Manually / Faster Xref When File Cached

Jan 15, 2013

I have noticed that a file is xrefed much faster if the file has been opened at some point. (Wtih the file I tested with it was 45 sec vs 1,5 sec) This must mean that the file is cached and can very quickly opened later if it has been opened.

I have an application that xref other files as overlay xref's. This is very slow since the xrefed files haven't been opened. And it will be this slow every time i xref them since they are never opened. Is there a way I can cache the files manually or something like that?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved