AutoCAD .NET :: Blocks On Same Layer To Group

Aug 15, 2011

My script in VBA works perfect. Now i try to do the same with NET, but nothing happens. Here is the

Public Function CreateSelectionSet(ByVal SelectionSet As AcadSelectionSet, _
ByVal FilterCode As Integer, _ ByVal FilterValue As String) As Boolean
Dim iFilterCode(0) As Integer Dim vFilterValue(0) As Object
iFilterCode(0) = FilterCode vFilterValue(0) = FilterValue

[Code] .....

I can select something, but nothing happens... Where is the error?

View 8 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Use Layer Group Filters For Layer Translation (LAYTRANS)?

Oct 2, 2013

A drawing with hundreds of layers should be simplified for our customer by decreasing the numbers of and renaming the layers (there is yet no target file existing). In order to solve this, I generated group filters and assigned every single layer to them (all printing properties are assigned to objects). The layer groups show the desired layer structure after the transformation (still a three-digit number).

Unfortunately, the LAYTRANS dialog doesn't let me choose layers by group filters or remarks. It seems as all the work was for the birds.

Is there any way to translate my layers using filters or remarks?

I use AutoCAD Civil 3D 2010.

View 4 Replies View Related

AutoCad :: How To Group Dynamic Blocks

Mar 13, 2013

Are there any ways to group dynamic blocks in AutoCAD 2013?

In AutoCAD 2010, my boss made this block (we call it “Item Num Tag”) by grouping three dynamic blocks with “Group command”. Each block consists of numerical numbers 0 to 9 and a visibility parameter. The grouped block let us choose the visibility of numbers for each dynamic block to create number tags. (The tag looks like “1.00”, “1.01”, etc)

However, when the grouped block is opened in AutoCAD 2013, visibility parameter for the grouped block is missing; the grouped block turned into a single block, no visibility parameter shows up.

So I recreated a block with visibility parameter in AutoCAD 2013 and made 4 copies of the block. Then group these 4 blocks. After grouping the blocks, the groped block turned into a single block without visibility parameter. I am not sure what I did wrong...

If grouping dynamic blocks is impossible, are there any other way to make a number tag like this?

I have attached the block file and it shows how the “Item Num Tag” looks like.

View 2 Replies View Related

AutoCAD LT :: Text Turned Into Blocks And Group Not Working?

Nov 30, 2011

 LT2011  I was working on a drawing, save and closed program. When I got back from a meeting and re-opened the drawing it had converted some of my text into blocks. Question is how do I get it back to text or am I screwed?? Also since I first bought the program I've never been able to get it to work, tried both drop down menu and also short cut button neither works.

View 3 Replies View Related

AutoCAD Dynamic Blocks :: Subtitle Group Of User Parameters?

Jul 11, 2013

I have a dblock I built that has quit of few User Parameters. I know I can put the order I want them to display but is there a way to break them up by a blank line, or  maybe subtitle a group of  user parameters?

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Find And Replace Group Of Blocks That Are SELECTED

Jul 17, 2013

I having real difficulty finding a lisp that will find and replace blocks.  There are plenty out there and AutoCAD 2013 and lower has a Find and Replace Blocks.  However, the frustrating catch is I can seem to find a routine that will allow me to replace only those blocks that I select with a selection set of my choosing.  The built in function replaces all of them and will not let you exclude some.  We have PID drawings that we want to replace valves on, but not all valves.  We don't want to rename.  We don't need to BEDIT the existing block. 

1) Pick group of blocks

2) specify a new block that will replace all instances of old block

3) replace inserted block with different block.  Leaving others alone.

I'm thinking this should be easy, but my search has failed.  The blocks in question are not dynamic or attributed either.

View 3 Replies View Related

Illustrator Scripting :: Write A Script That Renames A Layer And Group Within The Layer?

Jul 25, 2013

I'm trying to write a script that renames a layer, and group within the layer, then an object within the layer (but not a part of the group) and have it run in a loop.
 
Here's what I've got so far, the group rename doesn't work.
 
 #target Illustrator 
var doc = app.activeDocument;
 idLayers(doc)//IRename layers
idGroups(doc)//Rename groups
 function idLayers(doc){

[code]....
 
I haven't put in anthing to rename the single object yet since I cant even get the group rename to work. I suspect that the group re-name section isn't working because I'm either using bad syntax or an invalid command.

View 3 Replies View Related

GIMP :: Align Single Layer In A Layer Group?

Jun 7, 2013

Why can't I align a single layer that is inside a layer group? The align tool would always select the top most layer group as the 'boundary' for alignment, thus automatically selecting the whole layers inside of it and align them as a group.

Is this a bug or just GIMP's weakness? It definitely reduces the layer group's usefulness.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Copy Block Attribute Data To A Selection / Group Of Blocks

Apr 15, 2011

I found a lisp to get block attribute data to a other block. See attachment. I can only apply it to one block. I like to apply it to selected blocks or blocks in a group. Is this possible?

View 9 Replies View Related

AutoCad :: Use Of Layer 0 In Blocks While Retaining Some Layer Management Abilities

Apr 24, 2012

I'm aware of the intricacies of layer zero, and the general rule-of-thumb to draw content inside of blocks on 0 so that the block takes on the properties of the layer it is inserted onto, can be isolated, etc.

I generally follow this rule, and where required, I change the line color inside of the block when I want to maintain a certain lineweight. (lineweights based on my plot settings for colors). My dilema is that i've got an intricate block. I'd like to be able to manipulate this block in a way that you'd isolate layers and change their properties. Is there any way to isolate a portion of lines inside of a block while still maintaining them either on layer zero or another (magical) sort of "transparent" layer?

As an example, i'll use the classic "existing", "proposed" door block. i'll draw the door, swing, and jamb all on layer zero. I will set the the swing portion red and dashed so that both existing and proposed swings appear the same. the door itself will then take on the properties of my existing and proposed door layers, respectively. Now say i'd like to edit my block. I want to isolate the swing portion and color it by layer. (obviously the example is lacking here since it would be easiest to just click on the arc) Can i group items inside of a block, or better yet, can i create a second layer and somehow edit the layer's properties so it is "dynamic", "transparent", or "magical" like layer 0?

View 3 Replies View Related

AutoCad :: Import Layer Group Filters?

Apr 16, 2011

I'm trying to import layer group filters from dwg to dwg. I know that this feature removed with Autocad 2005. I know i can import layer states, but layer states doesn't solve my problem. I tried "lfilterio" but it's not working.

how to make it, with or without a lisp routine. Or may be write one?

View 9 Replies View Related

AutoCad :: Extending Context Menu Of Layer Group?

Jan 7, 2013

extend the context menu of "Layer Group". We have a "save" option for single layer but i want the same for layer group

View 1 Replies View Related

AutoCad :: Group Layer Filter - Drag / Drop Or By Selection

Jul 28, 2012

I have determine that my AutoCad 2009 will allow me to drag/drop layers to an existing Group Layer Filter, but it will not allow me to right click on the Group Filter>Select Layers>Add. Once I go to the model space an select layers then "enter" no layers are added to the Filter Group and it gives me an error message that says "unable to modify layers while another command is active".

View 0 Replies View Related

AutoCad :: Why 2009 Not Allow To Select New Layers To Specific Group Layer Filter

Jul 27, 2012

Why my AutoCad 2009 will not let me select new layers to a specific group layer filter. It was working just fine and yesterday all of sudden it will not let me add new layers to a specific filter. Is there a button or command that maybe would have changed that function. Everything else seems to be working on the Layer Manager.

View 3 Replies View Related

AutoCad :: Group Layer Filter-adding Layers By Selection Then Enter

Aug 7, 2012

I use a lot of Group Layer Filters so I can turn things on/off quickly. My problem is I have been creating my Layer Filter Group by right clicking on the Layer Group Filter>going to Selection>then click Add> then go back to my drawing or Layout tab and select all of the layers I need then click enter. One day my AutoCad would not let me do that anymore, and even after I click on enter it gives me an error message saying the command is still active. Now from my Layer Properties Manager I can select any layer and drag/drop it into any filter and it works, but I really need to be able to select things within the model space or paper of each layout tabs.

View 0 Replies View Related

Photoshop :: Coloring In Layer Group

Jun 15, 2012

I am using Windows 7, I have Photoshop CS5.5 and am improving a bit in my digital illustration/coloring. I was experimenting with organization by using layer groups. When I did this and began to work on the colors, I noticed them behaving very poorly. For one thing, they always came out brighter than I intended. No matter how I tried to darken the colors, they always either fixed to a certain tint or just got brighter when I tried to darken them.

I noticed them interacting with the colors on all of the other layers, even with layers outside of the group. So to get around that I tried erasing wherever colors overlapped. This did not work, it only removed the mixing of colors, I still have really bright colors on everything I paint. I did notice though that when outside of a layer group, all of the colors behaved normally! Yes I know I can just keep the colors out of the group folder to fix the problem, Why do the colors misbehave within layer groups? Why do they respond with a transparent nature(for lack of a better term)? And is there a way around that?
 
I did check the opacity of everything and everything was at 100%. I did check the blending mode of the group and the individual layers, I had them all set to normal.

View 2 Replies View Related

Photoshop :: Where Is The Group To Previous Layer...

Dec 20, 2008

Since I switched to PS CS3, I miss an important feature that I used often in PS 7. That is: the possibility to apply an adjustment layer to the previous layer only (in PS 7: Ctrl+G). In the layer panel, a little down arrow appeared at the left of the layer row to indicate this link.

In PS CS3, I can group layers (Ctrl+G), but adjustment layers apply to the whole picture, even if grouped. But how to apply an adjustment layer to one layer?

View 3 Replies View Related

GIMP :: Layer Group Between Images?

Jun 5, 2013

I am making groups of graphs for a project, and I want to re-arrange which graphs are in which files. (So let's say right now I have:

file 1: gaphs A,B,C,D
file 2: graphs E,F,G,H

But I want:

file 1: graphs A,B,G,H
file 2: graphs C,D,E,F

Each graph is made up of about 10 layers, so I'd like to move groups between the files together as one unit.

View 1 Replies View Related

Illustrator :: Convert Layer Into Group?

Jun 3, 2013

I've many layers with sub-layers in it. The problem: All layers (containing sub-layers) are shown opened in the layer pallette on document opening. How can I convert a layer into a simple group preserving the name? Are there a (semi-)automatic approach to convert all sub-layers into groups?

View 9 Replies View Related

Photoshop :: CS6 Clipping Path For Layer Group

Oct 16, 2012

In PS cs6 i cant find how to create clipping path for layer group (apply to folder from some shape layer with alt + drag&drop) created with pen, rectangle etc tools. Here is how it should look in cs6 but i don't know how to do that ?

View 5 Replies View Related

Photoshop :: Allow Clipping Of Group To Underlying Layer

Aug 12, 2012

A non-Group layer can be clipped to an underlying Group, but I was surprised to find that the inverse relationship, i.e. a Group clipped to an underlying layer, is not possible. A workaround is to convert Group to Smart Object then clip the SO to the underlying layer.
 
Enable clipping of Group to underlying layer.

View 4 Replies View Related

Photoshop :: Group/Layer Auto-sizing

Sep 7, 2008

My problem: Because I deal with a lot of layers and groups I always strive to find some easier way to manage them and one of the things I always struggle with is getting everything in one group to stay a certain width or height, especially text.

Desired Solution: I combine each section, such as all the elements for the left column, in its own group and label it accordingly (A life saver when trying to find and edit something ). Then when I add an element to a group I would like the predefined width restriction applied to it so that no content can extend outside that area even if I take my text tool and select the entire document.

Is there any way to do this? Right now I'm stuck with using vibrant group backgrounds with the desired width or height as a guide. This isn't too bad a solution but can sometimes be time consuming, especially if there's a lot of content. If this is possible is there also some way to apply a padding to it?

View 12 Replies View Related

Photoshop :: Clipping Adjustment Layer To A Group?

Nov 10, 2006

Is there any way to "clip" an adjustment layer to a layer group?

If I have ten layers grouped and want to correct all their curves alltogether -

how can I do that (without merging down the group and without affecting the layers underneath, of course)?

View 3 Replies View Related

Photoshop :: Group Layer Effects Change?

Oct 14, 2008

I have an image made out of a stack of layers of vector shapes, grouped together. All layers have same (10 px stroke) effect. Is there a way to change it all at once, without clicking and editing every layer effects?

View 1 Replies View Related

Photoshop :: Hue/sat Adjustment Layer For A Single Group?

Feb 22, 2006

i have photoshop project containing several groups with also groups in it. is it possible to create an adjustment layer just for one single group? cant figure it out

View 1 Replies View Related

GIMP :: Move Layer Group Across Image?

Jul 15, 2013

I have created a layer group - I want to move it butit seems I must still move one layer at a time. Is there a way to move a layer group across an image?

View 3 Replies View Related

Illustrator :: How To Group 2 Layers Without Losing Top Layer

Jun 11, 2013

Im trying to create a logo. I grouped a bottom layer of shapes to form one shape. I also group three letter together. When i put the group of letter on top of the group of shapes it looked great. Then i tried to group this bottom and top layer together and lost the top layer of letters...how can i stop this from happening?

View 3 Replies View Related

AutoCad :: Blocks On Layer 0

Jul 1, 2013

What is the general feeling about building blocks on layer 0 then using the layer controls to change the colors etc. after they are dropped into a particular layer?

In other words, I like to build a block labled "sample location" on layer 0 then depending on the layer it is placed in, it can be either red or blue (based on the test results).

I print out my drawings on letter sized paper in color.

Most of the time, my background image is a monochrome or greyscale tiff or a jpeg of a scanned in drawing.

Sometimes I will get a nice cad file to work with. with these drawings, I turn off all the extraneous layers that i don't need, and reset the layer colors to black and white. Often, though, the doors and windows are blocks on separate layers that I have to then modify to change the colors.

View 9 Replies View Related

AutoCAD 2010 :: Group Selection Set Unable To Select Individual Elements Within Group

Mar 19, 2013

One of my designers running 2012 AutoCAD and 2012 CADWorx, can no longer select individual parts of a GROUP by shift selecting the unwanted elements.

I have tried to modify..

Pickadd
Group
PickStyle
PickAuto
PickDrag

but to no success.

Also fiddled with her Options file, still nothing+

View 6 Replies View Related

Photoshop :: Shortcut For Auto Select Group / Layer

Dec 24, 2012

I really use this function all the time and it's nerve cracking to go up every time to the options bar and select group / layer.

View 5 Replies View Related

Photoshop :: CS6 Info Palette And Group Adjustment Layer Bug?

Mar 12, 2013

The Photoshop CS6 Info Palette is not showing before and after in Grouped Adjustment Layers. It only shows the after values on both sides of the Palette.

The two macs with this problem are:

Mac Pro
2 x 2.93 Ghz 6-Core intel Xeon
96 GB 1333 HZ DDR3 ECC
ATI Radeon HD 5770 1024 MB
OSX Lion 10.7.5
  
The two macs that work correctly are:

Mac Pro
2 x 3.06 Ghz 6-Core Intel Xeon
96 GB 1333 HZ DDR3 ECC
ATI Radeon HD 5870 1024 MB
OSX Lion 10.7.5

View 4 Replies View Related







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