AutoCAD LT :: Layer Properties Don't Update Array Object
Jan 14, 2013
I have a drawing with several layers being used. I also have some objects that are included in rectangular arrays.
When I update the colour or visibility of the layer, the array items do not follow the layer properties.
I have verified in the properties that the array object is on the correct layer.
Windows 7 64-Bit
AutoCAD LT 2013 SP 1.1
View 9 Replies
ADVERTISEMENT
Oct 17, 2011
I've created a VB.NET routine to update blocks, layers and layer filters from a source drawing.
After updating filters and when the command is finished (dialog closed), the Layer Properties Manager palette MAY not update to show the new set of filters although visually you can see that it does appear to refresh itself.
Whether it updates seems to depend on which filter is active and which filters are added.For example, I have properties filters A, B, C, D and E, and B and E have subfilters B1-B8 and E1-E9.
If Filter E3 is removed as a test and the parent filter E is active, when the command is done, E3 should appear back in the list, but it does not show until the palette is closed and reopened. If filter B is active, then the list will refresh and E3 will show immediatlely after the command exits.
I have added a dialog to my routine to inform the user they may have to close the palette and reopen to get the proper display.
I have tried Editor.UpdateScreen() but that does not work.
View 2 Replies
View Related
Aug 25, 2005
Is there a tool out there that will allow me to pick an object and change it's layer properties?
View 9 Replies
View Related
Aug 13, 2013
Just starting to use 2014, and so far not so good. I tend to keep the Properties Palette open and docked. In 2014, if my current layer is 0, any object I select in a drawing shows as Layer 0 in the Design tab of the Properties palette. If I change to a different layer, any object selected shows that layer in the Properties palette. If I start a new drawing, enter WALLADD and draw a wall segment, the A-WALL layer now correctly appears in the Layer Manager, but when I select the wall, the Layer in Properties is the current layer, not the A-WALL layer it should have gone on. Also, Quick Properties is on, but doesn't pop up anywhere.
View 5 Replies
View Related
Mar 7, 2013
Im a user of Autocad 2012 but in the new array command of autocad 2012 , when a block is arrayed the entire array acts as one unit and all the objects in it move together . This can be changed by exploding the arrayed objects and i can move the objects individually but when this is done my block properties are lost...Auto cad renames this block and no longer identifies as my old block.
How can i retain my block properties whilst using the array command in autocad 2012!
View 1 Replies
View Related
Jun 6, 2013
I recently upgraded from LT2013 to LT2014. I never had any issues with 2013, but now seem to be battling with 2014. My OS is Windows 7 Home edition.
When selecting an object and then clicking the properties menu, the properties of the selected object are not displayed, but instead the properties of the selected layer are shown.
In the attached screenshot:
1) My active layer is "AM_VIEWS".
2) The layer of the object that is selected is "MEDIUM".
3) The properties dialog box shows the properties of my active layer and not the selected object.
I am therefore unable to override any settings of the selected object and manually change settings e.g. Linetype, Linetype scale etc.
View 2 Replies
View Related
Jul 3, 2012
Is it possible to select an object for reading in an XRef?
PS I think it has something to do with Editor.SelectNestedEntity() but it is the end of a long day and I can't fathom it out
View 5 Replies
View Related
Jan 9, 2013
I've created arc, then 3 side polygon and placed created array. Now I want to delete those sides. How can I do it?
View 2 Replies
View Related
Aug 6, 2012
I would like to know how to initialize the AcadEntity type of array variable with an ACADEntity object
My code is as below,
AcadEntity[] SelEntList;
AcadEntity MyEnt;
SelEntList[0] = MyEnt;
I am getting an error as below
Use of unassigned local variable 'MyEnt'
In case of a string array, I would be doing MyStr[0] = "" and it works but how to do this w.r.t. AcadEntity array?
View 5 Replies
View Related
Dec 11, 2012
I have a polyline path and a rhombus. I will like to array the rhombus along the polyline path. As you can see from the attached file, as the object rotates along the path, it shift off the path such that the distance between the rhombus and the path changes esp at the turn. How can I keep this distance between the rhombus object and the path constant?
View 7 Replies
View Related
Aug 30, 2011
how I can update the physical properties for a part or assembly, from a drawing? My drawing template is showing the total weight for the current part/assembly, and I would love if Inventor could update this using iLogic, so I don't get the "N/A" value all the time.
View 5 Replies
View Related
Aug 9, 2012
Is there any way to force an update of mass property values of a component from within an iLogic routine?
I am trying to produce a calibration chart showing the volumes of an irregular shaped object by taking incremental slices off the component and accessing the "volume" of the remaining portion, then writing the the results to an external file - All from within a "For - Next" loop.
The main routine works O.K. but the resultant chart only shows the original starting volume for each slice instead of the required reducing volumes.
I am a novice with iLogic and can only assume that I must somehow "update" the mass properties of the sliced object before reading its new volume on each pass.
View 7 Replies
View Related
Feb 15, 2013
I have a bunch of objects on a particular layer, and they're all different colors and linetypes and lineweights, and i want them to all take on the color / linetype / lineweight that i chose for that layer.. how do i do this?
View 1 Replies
View Related
Sep 6, 2013
I am getting Invalid Object array error on following line:
oSourceFile.CopyObjects(objCollection, m_oActiveDoc.Blocks);
Code is given below
[URL]........
View 3 Replies
View Related
Sep 7, 2012
I'm trying to update a template which has custom drawing properties. In AutoCad LT 2012 (and obviously full autocad) there is an UPDATEFIELD command which updates the drawing properties.
This command is not known in my version of AutoCad LT 2008. Is there another command I can use?
View 1 Replies
View Related
Jul 1, 2011
I like to keep the properties of my drawing the same as those of my model. Currently I must remember to hit the "updat copied properties" button in the drawing to discard any old drawing properties and replace them with the properties from the model.
Is there any way to automate this task (perhaps on saving the drawing?) I presume an iLogic rule could be created in the drawing template, just not sure how to go about it.
View 7 Replies
View Related
Oct 1, 2012
how to access custom drawing properties using LISP. It was in a discussion initiated on 01-06-2011, subject: Custom drawing properties.
One solution was to use the following method:
(setq si (vla-Get-SummaryInfo (vla-Get-ActiveDocument (vlax-Get-Acad-Object))))
(vla-GetCustomByKey si "DWGPROP1" 'pval)
(princ pval)
Now taking it a step further, using LISP, how can I "update" my custom drawing properties?
Inventor RS 2011
AutoCAD Mechanical 2011
ASD 2013
Vault Collaboration 2011
Windows 7 Pro
View 2 Replies
View Related
Dec 20, 2011
I’m trying to get the embossed text on a nameplate (done in sketch on a part) to change with updating a custom property in iProperties. Right now I’m using iLogic so I can change the text in User Parameters and that updates the embossed text. So where I’m having an issue is the Export Parameters tab is grayed out so I can’t get it work with my custom properties.
View 1 Replies
View Related
Nov 12, 2011
when I go to use the Layer Control on the Layer Properties it only lists the layer I'm working on. I then have to use the Layer Manager to change layers. why it would stop listing all the layers?
View 3 Replies
View Related
Sep 30, 2011
How does one get the array window in 2012 to open with the array command like it does in 2007
View 2 Replies
View Related
Sep 19, 2012
I'm trying to use the PATH array feature on 2013 to array stairs, and I can't get the array to be 100% accurate. It seems like CAD rounds the decimal to the nearest 3/4" which could be causing the problem.
I set my run to 10.5" and rise to 7.25", array along the angle of the stringer, and there's always a small overlap on the stairs. The "distance between" should be 1'-209/256" and CAD rounds it to 1'-3/4" which is where I believe the error is. Is there any way to fix this or array this correctly? Otherwise...back to the COPY method I suppose.
View 4 Replies
View Related
Jun 18, 2013
If I drag an effect from the target circle of one object to anther in the layer's panel it replaces the effect along with all appearance. But I want just to add the effect. For example, a layer has a drop shadow and a path, round corners. I want to move the drop shadow from the layer to the path so that the path now has the round corners and the drop shadow. To do this I have to open the shadow effect of the layer wright down its parameters, then create a shadow effect for the path with the same parameters which is a lot of work.
View 3 Replies
View Related
Dec 14, 2013
Resizing objects is a mess in CorelDRAW X6 when objects are outlined with Scale With Object enabled to retain proportions after resizing.
None of the tools dealing with outlines (e.g. Contour or even Outline itself) continue to work properly after resizing the object.
I strongly suggest to recalculate outline property values after resizing if Scale With Object is checked. Don't just do it hidden somewhere internally in the object model by applying a temporary scaling factor. Instead actually recalculate the actual property values if Scale With Object is checked.
CorelDRAW Graphic Suite X6.4 @ Windows 7/Windows 8 - 64 Bit, Windows Server 2008 R2, Windows Server 2012
View 9 Replies
View Related
Oct 24, 2008
Occassionally the object properties in my object manager will dissappear and I am unable to bring them back. I have tried toggling all the buttons on the manager, restarting corel, resetting corel to it's default settings and restarting my computer but nothing will bring back the properties. It does not happen on every single file but it happens often enough to be a pain. I have attached a picture of what the object manager looks like.
View 6 Replies
View Related
Mar 20, 2013
When I create a shape in Photoshop CS6, it brings up a nice panel of options - allowing me to change radius, stroke style, colour etc. However, once this shape has been placed in the Photoshop document, I am not able to edit it, without creating a new shape.
I cannot change any of the options. Sure, I can select it and change the size - but how would I change the shape stroke colour and style, as well as the radius of the curves?Is there an option or panel which I need to activate to get back to this menu for the current shape?
Here the shape options are visibleHowever, once I click off the shape - they dissapear and I can no longer get them back.
How would I get the shape options back for this shape, without creating a new layer and shape?As with the way it is now, I have to get things like the stroke colour and radius right the first time - and I like to experiment with my options.
View 4 Replies
View Related
Sep 26, 2013
How to get the Object Properties by Javascript
I found that it is hard for me to get the property of selected object by Javascript.
Just like the following code, I can get the object ID of each selected entity. But when I want to get the property of the DBEntity, just the center of a Circle entity, or the Position.X of a Point, I dont know how to Continue. The getExtent is the only function that I can writeout the property, it is List in the develop guide.
function setPromptSelectionOptions(options) {
options.messageForAdding = "
Please select some entities"
[Code]...
View 2 Replies
View Related
Sep 5, 2012
Juts had Acad LT 2009 re-installed on my new laptop, and all of my old settings, desktop preference etc have been wiped. No problem, couple of hours to set it back up.
BUT
When right-clicking on any object to bring up the properties, (line length, text height etc) the properties do not appear in the drop down box on the right, or in any 'quick properties' display
View 9 Replies
View Related
Dec 5, 2011
I am building a program in visual basic to select certain layers and change their color to outline a certain path on a layer diagram. I need to program a clear button that sets all of the layer colors back to color 7 as efficiently as possible
Secondly and less important
I was trying to figure out a way to select all of the text in the selected layers and export them to excel to build an effected equipment list. )I'm not sure if this is even possible)
View 1 Replies
View Related
Aug 7, 2012
I saw that I can add Fields or store data in dictionaty, but those data are not showed in Properties Windows.
In not Acad-application (but .net application) I can create property description and add "virtual" properties with the use of designer. In Aced it doesn't work.
Is it possible to add custom properties from .NET?
View 4 Replies
View Related
Sep 9, 2013
i want to zoom object by its properties, such as i want to zoom the object was using 0.13mm lineweights or zoom the text which was using 3mm testheight
View 3 Replies
View Related
Oct 4, 2013
My Acad experience is very old-school, and I have been away from true Autocad for a number of years.
I have been attempting to edit the properties of objects in the block editor and ran into a problem.
+ I select an object.
+ Right-click and choose Properties.
+ A list of properties is displayed, but they are not for the object I am trying to edit.
I did a test by selecting the object and using the command prompt, used the CHPROP command to change the objects color. It did change color as expected.
However, when I used the right-click/properties method, the properties shown do not show the new color. So, I suspect that my right-click/properties method is not showing me the object's properties. But, rather the default properties when any new objects are created.
So, obviously right-clicking is not the way to get there. What am I missing?
View 2 Replies
View Related