I created a map by using mapwspace and the FDO connections to shp files. Lately, when I have made changes in the style editor such as adding a thematic rule with a feature label, these changes are not "sticking" after the drawing has been saved.
I have deleted the associated idx files but it has not worked.
The drawing is saved at the end of the day but when I open it up the next day, the Style Editor changes are not there. I have been using MAP3D 2013 for over a year but this specific issue has occured only in the past couple of weeks.
I read that it's not possible to import a style (styxml file) into the style editor through the API, there is no dedicated command.
However I'm wondering if there's a a way to have the internal name corresponding to the button as we can do for the ribbon buttons (there's a sample code which does this).
So is it possible ot get the internal name of a button inside a dialog box (style editor here) or is it really hopeless to think I can import a style with a macro ?
In the styles my template drawing is set to Standard ANSI, then below are a bunch of styles like Dim and center mark etc.I want to change the precision of my template so that when I bring in a part to the drawing and dimension it. it is at a 3 place decimal.
Every time I go into Section Editor while working on my corridor I have to reset my Code Set Style Selection. Its not even like I am exiting and re entering the drawing, just the Section Editor. Is there a specific place C3D looks for that style when you enter the editor?
Civil 3D 2014 i7-3930K Overclocked 32 GB Ram Windows 7 Professional
I'm still learning autodesk inventor, I have problem about tolerance. My tolerance more big than my primary dimension. How to edit this text..? or how to reset style editor for factory setting..?
I was working on my drawing, using blocks: open block editor, edit block, close editor by clicking cross of closing block editor, then autocad asks me if I want to save changes, I click yes. And one time I clicked the smaller cross, which closes the whole drawing, and intuitionally clicked to save it. So my whole drawing closed. And when I open it, Autocad asks me : "filename.dwg contains authoring elements. Open it in Block Etidor?" yes/no/cancel. If I press Yes, then my drawing opens in block edit mode, and when I click close block editor the whole drawing closes. If I press no, then my drawing opens in normal mode, and I have in it just lines of that block. All layers, titleblocks are there, but my drawing disappeared. Is there any chance to get it back? how? I can't attach this drawing, because it's to large, ~4,7 mb.
1. When in style and Standard editor with default standard selected under Standard I am trying to display mass properties in my view label.Select View Preferences tab. View type Base. Next to Display select Edit View Label.When Format Text box pops up in the selection for text type I have two options.
a. Properties - Model b. View Label Properties
2. Inside an IDW file right click on view and select edit view.When Drawing View box pops up there is the option to access Edit View Label next to View Identifier.When Format Text box pops up in the selection for text type at this point there are seven options.
a. Properties - Model b. Properties - Drawing c. Drawing Properties d. Sheet Properties e. Physical Properties - Model f. View Label Properties g. Sheet Metal Properties
Questions 1. Why are ther only two options in S&S Editor?
2. Can I add more options to S&S Editor?
I would like to add mass to my lablel inside certain templates and have it show when I display a views Base view label. Not ot have to maunually add it each time it is displayed.
I have an existing point style that has several thematic rules. When I "Add a Rule" it does not save and the next time I open the drawing, the rule is gone. Map3d 2013 on 64 bit PC windows 7
I have a question about feature styling. I am other gis software user. But ı want to use Autocad map 3d now. But still, I cant save feature style to library, How can ı do this.
I cant find anywhere including help files in autocad map 3d, Finally ı want to create my own feature style, and save this styles to my library to use other computer.
Within the layer style window under the >bevel and emboss >Contour the option displaying images or list of contours is only opening to contour editor.
It's not displaying the contours within my collection I must've tripped off setting for displaying them but I can't find where that setting is, or if it's even available anymore? I don't believe I've used it since CS 3 or4. I'm using CS6 now but contours seems to have changed.
I use XPE regularly to edit photos and save them in JPEG format to My Picture folders. However, since yesterday the files that get saved after editing, are no longer JPEGs but some unsupported file which cannot be opened. (See screen shot of properties.) I have tried everything I can think of to fix this, but the results are always the same.
If I edit the photographs with Picasa, there is no problem with the edited output to a folder.
If I save the XPE edited files to the Desktop instead of a folder, they are also alright. I am using Windows 7 Home.
I have downloaded PE 12 & for some reason its Editor is not saving any changes I made despite ticking all relevant save boxes. It behaves very strangely - it does save 1 photo & then it stops saving . I was thinking it might be an interference with a previous PE11 versio - so I have deleted it from my PC - but it did not work. As a result it is useless for me - as I can process photos in my editor but as it does not save any changes
For labels, is the font decided in the general tab under text style or in the text component editor under the format tab? Are there overrides? There seems to be multiple locations for fonts choices when creating a label and I can't find a nice black and white answer.
Civil 3D 2012 SP4.0 Windows 7 Enterprise 64-bit C3D 2014 SP1 Dell M6600, Core i7 @ 2.3GHz, 16 GB ram Dell T3500 workstation, too much ram to post
I finally had the opportunity to use CS6 to create a pattern. Some of the artwork contained blended symbols. When I went to save the pattern, it tells me the symbols and blends will be expanded. In CS5 I can build the artwork, using any tools I choose and drag it into the swatch panel. The source artwork remains fully intact with blends and symbols. Better yet, I can save the source artwork as a symbol and update the pattern directly from the symbol editor window. And even MORE bizarre is the fact you cannot edit a symbol while in "Pattern Edit Mode", even though the "Edit Symbol" button is clearly visible and active within Pattern Mode.
The CS6 Pattern editor is cool, but if it won't retain symbols and blends I find it a big disappointment.
With PSE_6 under Windows 8.1, the Editor doesn't offer saving of changed picture files in stack, though it creates stacks in Organzer automatically. Any solution?
We've just started using an attribute in a dynamic block and I'm curious if there is a faster way to edit the text, like how you just click outside the dtext or mtext editor to save and exit. the editor.
We only need to edit the value field, not any of the other attritubes. I really like how the dynamic block is saving us some time, but the outdated editor is really irritating, and it's not always convenient to hit Tab then Enter on the keyboard.
Is there perhaps an alternate editor, or a way I can edit the value text in the mtext editor by default rather than opening up the Enhanced Attribute Editor?
I am looking for a way to change the text style used by a table style with Visual LISP. So far I have been able to get the IAcadTableStyle object from the acad_tablestyle dictionary, but there is no property for text style. Is this even possible? Code and results are below.
I am trying to change the default label styles for AddSegmentLabel under general styles using .NET...
Dim X As Autodesk.Civil.Settings.SettingsCmdAddSegmentLabel = CD.Settings.GetSettings(Of Autodesk.Civil.Settings.SettingsCmdAddSegmentLabel)()
X.Styles.LineLabel.Value = strChildStyleName ... says name does not exist
or
X.Styles.LineLabelStyleId.Value = oidChildStyle ... "The type of objectId is wrong"
If I manually change it to a child style and then check the values, they are the same as what I'm trying to set them to. If you use a "parent" style then these both work. Am I doing something wrong or this another limitation?
Civil 3D 2013 - Windows 7 Pro 64 - Dell T3500 - Xeon 2.67 - 24gb - Quadro 600
I am working with a template, that doesn't allow me to change the dimension style. In the project the Use Style Library is set to Read/Write. I have created my dimension style, at this point just a copy of the ANSI standard with a text size difference. I went to my template and set that syle as my default, and saved it. Now the fact that it doesn't automatically update the drawing I had alreadycreated is a nuisance, however if I creat a new drawing, the style has reverted to a different standard, that is not even the ANSI default. If I right click a dimension and change the dimstyle to what I saved it does update, but if I try to change the style again it defaults to a random dimstyle, AND changes the style even if I hit cancel. So... the question is how to make the changes stick?