AutoCAD .NET :: Leave Elements In Selection Mode After A Selection Action?
Sep 11, 2013
When creating a selection Command using the PromptXXXOptions and PromptXXXResult. The entities are selected on the current view, but once the selection ends the entities return to an unselected state.
Is it possible to leave them in selection mode.
I want to this, because it will be better to use Editor.SelectImplied() instead of saving the last selection object Ids.
View 2 Replies
ADVERTISEMENT
Jul 17, 2013
what action is demanded when using marked tools to make a selection and I receive a response ". No pixel selected"?
View 1 Replies
View Related
Oct 8, 2012
I'm dreaming of a Macro to automate the following process that we use every day. We use it to highlight connectors so people can build our product easier.
We manually do the following:
In a drawing view we select a whole set of components (the connectors). Afterwards we change the color to green (using properties) & press hidden lines. This way you can clearly see where you need to place the connectors.
-> see .pdf attached with some pictures making it all clear
I'm being busy to create the code for this but I'm stuck over adding occurrences to a selection set so I can then apply the hidden line command
This is my code so far:
Sub AutoColor()'Step 1 Select a drawing view ' Get the active drawing document. Dim drawDoc As DrawingDocument Set drawDoc = ThisApplication.ActiveDocument ' Have the user select a drawing view. Dim drawView As DrawingView Set drawView = ThisApplication.CommandManager.Pick(kDrawingViewFilter, "Select a drawing view.") Dim docDesc As DocumentDescriptor Set docDesc = drawView.ReferencedDocumentDescriptor ' Verify that the selected drawing view is of an assembly.
[code]....
Step 1 works
Step 3 works
Step 4 & 5 are for a later moment
Step 2 calls the sub "SelectOCC". this sub cycles true the occurrences, I can filter them on file location so I only get the components needed (the connectors). In theory it should be possible to add the given occurrences to the selection set so I can run Step 3 afterwards on it.
But I don't succeed in doing this, I've tried countless of methods but without success.
View 6 Replies
View Related
Nov 20, 2012
In Inventor Drawing Mode how to select the models in Browser tree using VBA, I think using selectset is not possible in my knowledge. Is there any other way to execute the selection .
View 1 Replies
View Related
Jul 12, 2011
When I select a hatch or polyline or any object with grips for that matter, and hold down shift to select multiple grips on the object or objects and then press my middle mouse button to pan or scroll it to zoom, the grips that I have selected de-select, meaning I have to set up the view so that all the grips I want to move are visible before selecting them.
This is only happening on some drawings (although it is most of them) and only when I use 2012 not 2011. Which system variable it is that has gone screwy that I need to reset? or is it something else?
View 9 Replies
View Related
Mar 28, 2013
I have a flexible sub-assembly in my top assembly. Sometiems I'm trying to demonstrate to others how a mechanism in the sub-assembly works using this flexibility feature. It works great, but when I move just one little part of a flexible assembly, Inventor displays the wire-mesh of the entire flexible assembly, because technically the entire assembly is selected, even though I'm only moving one part. It clutters up the screen very badly, detracting from what I'm trying to show.
Is there a way to prevent Inventor from displaying the selection lines? Either only when I'm moving a part in a flexible assembly (which would be great), or to just turn them off completely when I'm presenting like this? I know I can turn off pre-select, but that doesn't work, because once I start moving a part in the flexible assembly, the assembly is "selected" and the wire-mesh displays.
View 3 Replies
View Related
Nov 15, 2013
I've created a lisp that draws the boltholes of a pipe flanges, using the correct number of holes, at the correct diameter at the correct bolt-hole diameter and then rotates. Everything works seamlessly, when i do just one flange. But I've discovered that fewuently there will be mulitple times when a user will have to perform the command.
So the idea I had was to do the following:
Select all circles with (setq CirclesFirst (ssget "X" (list (cons 0 "CIRCLE"))))
Go through the code to create the new circles.
Select all circles with (setq Circles (ssget "X" (list (cons 0 "CIRCLE"))))
Remove selection set "CirclesFirst" from "Circles".
But what for some reason (command "_.select" Circles "R" CirclesFirst "") does not work.
View 9 Replies
View Related
Nov 8, 2012
How do I record an action that will mimic my doing these clicks (assume that I've selected what I want to transform)
1. Edit
2. Transform -> Scale
3. Maintain Aspect Ratio
Now I want it to wait for me to manually adjust the scale, then I'll hit "Enter" when I'm done.
View 5 Replies
View Related
Feb 24, 2013
I'm working on Autodesk VBA, and I'm trying to get user input on which vertex to use for a constrain. I want to make a macro that can go into part edit, allow user to select a vertex, and then automatically set up the constraint. Initially I wanted to do this in a single macro, using this short piece of code
while oSelectSet.Count <>1
DoEvents
Wend
While this worked when run directly from VBA, if I call it as a macro in Autodesk itself, the DoEvents doesn't seem o work because I wasn't able to make any selection at all. I googled and it seems like this is just how macros are.
So I split the code into a 2 subs and a function (as attached), and put them into separates rules that I call using a form in Autodesk. The first sub "Meta1Pin1_1" works, then I would select a vertex in edit mode. But when I go ahead and call the second sub "Meta1Pin1_2", I get the error message that I created which says no vertex is selected. But if I select a vertex and call the second sub again, it will work.
So I've been trying different things and I realize that every time when I first call the second sub, my selection is erased teh moment it goes into the sub. But, for some unknown reason, the selection will remain when I call it the second time. I can't figure out what exactly happened between the first and second call of the same sub, that allowed the selection to remain.
' prepares assembly for user input by grounding bones and going into part edit
Public Sub Meta1Pin1_1()
Dim oDoc As AssemblyDocument
[Code]....
View 2 Replies
View Related
Jul 14, 2013
When I open a file or create e new file in CS5.1, it fills the screen. In CS3, at the bottom of the tool bar, is a tool "screen mode" that lets me open a file that doesn't fill the screen so that I can put two or more small files (images) on a new blank file. I have not been able to do that in CS5. I do not know how to show two (or more) files at one time in CS5.1.
View 1 Replies
View Related
Jun 17, 2013
I'm scanning slides with the intention of showing them in HD. So I need to crop the 3:2 slide format to 16:9. Is there any way to view a selection full-screen other than an Action? At the moment I make the 16:9 selection, crop, jump to full-screen mode, remove the selection rectangle, and CMD-0 to fill the screen.
View 3 Replies
View Related
Dec 23, 2012
I have photoshop cs6, and I was just wondering how to save a selection in channel mode.
So for example (below), If i wanted to only copy the part of this picture that has white and the plant in the picture how would i do this? I've tried colour range but it didn't work so I am very stuck.
View 4 Replies
View Related
Oct 2, 2012
In PS CS6, Mac OS 10.7.5, I can only select the "standard" screen mode. (View, Screen Mode, -select). The other two options are "greyed out".
View 7 Replies
View Related
Feb 26, 2012
I go into component mode to select something, say vertices, the object then displays with the "sunrise" spread of red to orange to yellow and all the vertices are highlighted yellow dots. But I can't select anything. Not in face, or edges or vertices. I've tried resetting my preferences and restarting Maya and restarting my computer and restoring the Maya file(s) from my daily backups but nothing changes this. I even uninstalled & reinstalled Maya but still.
View 5 Replies
View Related
May 17, 2013
I have a piece of art on "Layer 1" that i need to shrink and duplicate to "Layer 2". The two layers are always named the same. I'm working in CS5.
View 6 Replies
View Related
Jan 27, 2006
trying to mask a certain area of a face with another picture, so I use the quick mask tool to paint in the area, but when I exit it and enter standard mode, there is nothing selected. It does however act as if there is a selection, because the other layer only is added to that section.
Also, I don't know if this is related to the other problem, but when I move another image into the original one to create two layers, then select the overlay blending option, I am happy with how it looks. However, after adding the layer mask, the other layer is really pale around the masked area.
View 8 Replies
View Related
Sep 21, 2012
don't know if it's a mac/pc problem or if it's a CS6 problem. I have been working with photoshop on PC for the past 9 years or so. I recently had to switch to CS6 on Mac.
I can no longer place my cursor in the blend modes field and use arrow keys to quickly toggle through them to find the ideal mode. I used to be able to preview 15 blend modes in just 5-6 seconds and land on the ideal mode... and get on with my project. NOW i have to click this button and click again on each blend mode... lengthening my process by up to 2 minutes. This is an ENORMOUS problem for me as choosing blend modes is critical in my day to day design work.
See the menu right next to it where you can type in the opacity? I can put my cursor in there and use arrow keys to adjust values. Blend mode NEEDS to work this way too. And this is on a mac. You simply HAVE to do something here. productivity impacted severely.
Also.. this problem exists in After Effects CS5 on pc. Let's get it fixed there too. I will hand-write you a letter of praise and send flowers if you can do this.
View 20 Replies
View Related
Sep 3, 2013
In mesh edit mode, when you assign a material to the selection, it works as expected, it assigns the material only to what is selected, for example, a face.
In poly edit mode, it works differently, if you try the same approach it assigns the material to the entire object and you have to deal with multi-materials and material IDs to achieve that, what is very boring and totally unintuitive imho.
Is there an option to make the poly editing mode work like the mesh editing mode, or at least another way to achieve the same result in a intuitive or at least 'visual' fashion?
View 3 Replies
View Related
Sep 1, 2013
I have been continually annoyed, when creating a vector mask-heavy document, with trying to select vector mask points by dragging a rectangle only to find that it instead selects a layer higher up which has a larger vector mask.
The only workaround is to manually select the points of my mask or to drag a rectangle from outside the canvas, meaning I have to zoom out or scroll to the edge - sometimes annoying if I am zoomed in quite far.
I know that the move tool can be set to automatically select a layer, depending on what part of the image is clicked, but why is there not an option to turn this off for vector editing?
View 1 Replies
View Related
Dec 10, 2012
If you look closely in the attached picture, there is a spot of light blue on the player's helmet, that looks like a mistake (think it should look like the grass behind it)...though it actually may be part of his helmet.
Regardless, I'd like to take it out. My idea was to select the blue with the quick selection tool, then bring that selection out to the grass, select the grass with that size/shape of selection, copy/paste and then bring the grass selection into the blue part so it looks like grass in what was the blue part.
The problem is I don't seem to be able to move the selection without taking the blue with it (so it's not an empty selection and therefore can't select a piece of the grass.)
View 2 Replies
View Related
Sep 13, 2012
I have Photoshop CS5 on a Mac OS 10.7.4 My problem is that when I am using curves or a slider, my selection does not stay in the same place. For example, I chose the number 8 on a slider, after I release my selection it will either go one number after or before my selected number. I have had this problem since I got my computer, December 2011, but it has only recently started to frustrated me because of having to use Photoshop a little more than I usually do.
View 2 Replies
View Related
Oct 24, 2011
how to "drop out" the background from this photo (I have loads to do which are very similar). Thus far I have tried channel selections and the calculations tool + all the normal quick selection tools and I just cant get it to work without spending hours adjusting things. The end effect I need to achieve is a perfect white background without loosing any of the detail if possible. On a side note I have also tried taking the photo on blue, green, black and white backgrounds but due to the number of colours present in the products its just not working for me.
View 5 Replies
View Related
Sep 1, 2006
Using photoshop, how do you make a selection out of a text and expand the selection?
View 4 Replies
View Related
Jul 6, 2009
I am trying to cut a person out of a picture with a deatiled background so I am using the quickmask selection and paint brush. I'm done selecting the person and have gone back into normal editing mode. I then inversed the selection created within quickmask to select everything but the person in the background. When I click delete, the background vanishes and the person become opaque.
View 3 Replies
View Related
Dec 26, 2003
If I have mad a selection with say an ellipse marque, of say 100px and now I want to fether that same selection outwards, ie to start the feather 10 px outward of the 100px selection so that the 100th px has a 100% transparency and the 110th px has a transparency of zero,thus making the new selection 110px, how could I go about doing it. With the current feathering of the selection, it feathers only in the marquee already selected, not outward, and you cannot place negative feathering px. I know that there is most likely some sort of a ration where you would expand the selection by a certain amount of px, and then apply a ratio of feathering to it to enalble it to feather outside of the 100px marquee.
View 3 Replies
View Related
Mar 1, 2013
Right after one makes a selection, say by using the Rectangle SelectTool, is presented with handles that allow altering the selection.
If one then selects another tool without deselecting is being deprivedof these handles while the selection remains active thus rendering himunable to alter the selection in that fashion.
Thus forming my question: is there a way to make these handles to(re-)appear on a non-freshly created selection?
View 3 Replies
View Related
Apr 18, 2012
I am using Revit Arch 2011 and it is more natural for me to use shift to add to a selection and control to subtract from a selection. Can this be changed and how?
View 1 Replies
View Related
Aug 18, 2012
When I pasted a selection made with the Marquee tool there is a transform grid around the pasted selection. I use a MAC and Photoshop CS6 and would like to deactive a feature for this automatic grid, if there is one.
View 3 Replies
View Related
Feb 27, 2013
The Width of Selection box in the Selection Tool Inof Bar does not seem to add in the width of any line thickness. If I make a rectangle that is 500 x 250, the box correctly reflects the size. If I change line width to 16, the box still shows 500 x 250. It is a problem upon export when the exported file does include the line widths, in this case it adds a total of 16 pix (8 each side) with a resultant export not equal to the displayed width. WordPress seems dogmatic about certain widths an exact width is useful.
I suppose I can add the labor of calculating line widths to meet exact export dimensions but I do not remember doing this in previous editions. I'm thinking there is a buried setting that I have changed. Is there such a setting to account for the discrepancy?
View 4 Replies
View Related
Jan 13, 2013
I know how to blend selection edges of a selection in Gimp 2.8.2, but if I have only one side of a selection that needs blending, what should I do?
Lets say that I have a grey box on a black background and only want to blend the left vertical edge into the background.
View 3 Replies
View Related
Nov 21, 2013
Every time I make the second selection in a picture with the lazo the first selection disappear. what can I do to fix it?
View 8 Replies
View Related