AutoCAD Map 3D :: Store Style Of GIS Data?

Jul 4, 2013

We have some data in SQLite, and i want to know, what is the best practice to store the style. Now my practice is: i finished the stilization, and save them into *.layer files, then load them with workflow into a new drawing. It works fine, but i have some problems and questions:

- The Map layers order is not working well. If i have only one Map layer, with polygon features (they have label), the label is disappear in most cases (its loaded, but the polygons uncover the labels). I have to click the polygon feature, then i need set Draw Order -> Send to Back command (and this is not working well all of the time). In the drawing data is a very useful command to send all hatch to back (hatchtoback). I want to do this, but with feature data.

- I want export the Map layers (with these styles) to drawing layers, so the drawing object get the feature data as object data. I know the mapimport command, this doint as well, but i can't load the style. I need to create drawing layers, wich contains the feature data, and have a nice style (set from *.layer files).

- How many layer can i load with workflow? Is it stable with hundred of layers? Is parallel the fastest method?

In my opinion: Map layer = contains feature data

Drawing layer = contains drawing data

View 2 Replies


ADVERTISEMENT

AutoCAD .NET :: Store Data In DWG File?

Jun 28, 2011

Is there a location I can store large amounts of retrievable data in the DWG file?

View 9 Replies View Related

AutoCAD .NET :: How To Store Data That Can Read By Navisworks Manage

Dec 25, 2012

I want to add additional information to objects create using Autocad.

But I want the data to be read by Navisworks Manage.

How can I put the data? Is it using xdata, NOD or any other type?

I'm using Autocad 2011 and visual express 2010

View 4 Replies View Related

Lightroom :: Using External HDD To Store RAW Data From Camera

Mar 12, 2013

I have my laptop with LR4, I'm using an external HDD to store the RAW data from my camera. This HDD is fed by an external power line so it's not as portable (WD My Book3.5")

So the setup is that LR4 is linked to the external HDD. Whenever I download photos from my CF card, I tell LR4 to copy the images to the external HDD because I don't want my laptop to be filled with RAW. I only export the JPG's to my laptop.
 
Now here is the tricky part. When I travel, I take my laptop and my lighter external HDD (WD My passport 2.5") because it's portable and needs only USB power.

While traveling I import my photos using LR4 to the secondary HDD (my passport) and I edit them. When I get back home, I would like to "merge" my edited images from the portable HDD (my passport) to the primary HDD (my book).
 
So essentially I would like to streamline my work as if I'm managing one catalogue on two separate HDD.

View 3 Replies View Related

Photoshop Elements :: Get 10 To Operate From C But Store Data On D Drive?

Feb 27, 2013

My new computer is equipped with an SSD for programs and a 1TB disk for data. How do I configure Elements so it can run from the SSD (C:) but store my picture data on the D: drive?

View 4 Replies View Related

AutoCAD 2010 :: Data Link Is Changing Table Style?

Mar 16, 2012

I have created a table style in ACAD 2012 with all of the cells formatted to what I need.  The trouble begins when I bring in a BIAS excel data link to populate the table.  I have tried every option in the insert table steps and have even tried all the different options under the modify excel link options.  I have toggled the use excel formatting on and off, which does change the table size a small bit, but does not allow the table style to take affect.

I have attached a screen shot of the "good" and "bad" tables.  The bad table is what the good table comes in as and it is also what happens everytime the table link updates.  It always reverts back to the bad style and then I have to change the table back to the good one by hand - changing each column individually.

Is there a way to attach a data link to a table with the table style holding its shape and formatting?

This happens on all of my drawings and using all kinds of different excel links.

how to bring in the data link??

View 8 Replies View Related

AutoCAD Civil 3D :: Data Connection To SHP Info Not Submitting To Plot Style

Jan 7, 2014

I have several SHP Connections that I am using as background. I can use the Style Editor to get the individual SHP Lines/Polygons/blocks to be the appropriate colors for the information that they include (Property Lines, Buildings, Utilities, etc)

The problem is in plotting this information. The settings in my tried and true .ctb file don't seem to apply to the SHP data. Everything else that actually exists in the drawing behaves correctly, but the SHP data plots as it appears on the screen.

I am using C3D 2012

View 2 Replies View Related

AutoCAD .NET :: How To Store ObjectID

May 31, 2012

I can store some ObjectId from my drawing to text file. After that how we can get back ObjectId from string read from that text file. Or have a diferrent way to store the ObjectID.

View 3 Replies View Related

AutoCAD Inventor :: Store Information In A Balloon?

Nov 16, 2012

I'm using balloons to get information from parts, then writing that part info to a custom table.  I need to keep track of which balloon corresponds to which table row.

Is there some object/property of Balloon where I can store a single number or string?  I'm already using the value field, so that's unavailable to me.  

Also, one balloon corresponds to one table entry.  That means I cannot create a custom iProperty in the part the balloon is attached to since more than one balloon may reference the same part.

Win7 x64 - 16gb ram
i7 3610qm
FirePro M4000
Inventor 2013
ETO 6.1

View 8 Replies View Related

AutoCAD .NET :: Possible To Store String Array To XRecord

Jul 22, 2011

Is it possible to store a String Array to an XRecord?

View 1 Replies View Related

AutoCad :: Store Linear Dimension Properties

Nov 23, 2012

How I can get AutoCad to store my preferred "linear dimension" properties (i.e. arrow size, line weight etc).

Currently the standard setting are not what I use and every time I open a new drawing I have to go into amend a new linear properties and also any new linear dims I create has the standard settings.

I usually create one then "match" it's properties but it's still a bind creating the first one correctly.

View 8 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 LT :: QuickCalc Variables / Store For Use At Command Line

Oct 18, 2013

I have a few dozen variables that I am trying to store for use at the command line. I can only append to input area with the actual quickcalc open, how i can reinitialize the global variable list? 

View 9 Replies View Related

AutoCAD Inventor :: Store Object Inside Document

Sep 7, 2012

My goal is to be able to store any object type (mainly an image jpg/bmp) inside a part that is not accessable through the normal user interface to be used with my addin.

I have been searching around and it seems like GetPrivateStream is the way to go.

Any working example of GetPrivateStream in vb.net and confirm if it actually stores the data inside the part.

I can't find a solution anywhere or any decent referencing material for this. If there is a better method of achieving this?

View 9 Replies View Related

AutoCAD Architecture :: Convert Store Floor Plans To DXF Format

Nov 8, 2011

I am trying to convert Store Floor Plans to DXF format for use in JDA software. Problem is, the part number attribute on the fixture (fixture is a block) is visible when you pull the DXF in on the other software. Is there a way to turn off attributes without losing them before I convert the file from AutoCAD? I will be pulling the files back and forth between both software programs.

View 1 Replies View Related

AutoCAD Civil 3D :: Preferred Database To Store Survey Points

Apr 9, 2013

Which is the preferred database to store survey points?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Looping Through Attributes And Store Values?

Mar 19, 2013

I have an interesting challenge. I am tasked with updating old drawings. The only difficulty that I've run into with the old files are that the TitleBlocks are all done with all of the attributes are named "SPEC". There are 90 attributes. I'm really struggling with getting each attribute's value and then storing the value to a variable so that I can then put that value into a new TitleBlock. The old TB will be deleted to avoid future confusion in the file.

(To clearify, the old TitleBlock is in model space, while there are actually nine new TitleBlocks all in seperate paper space Layouts, and this program may have to run on hundreds of files.)

getting the values from the Old TB. I need them in order of first to last or last to first (either way will work since I have the variable names in a list that can be reversed if necessary.) 

simple function to read through the block's attributes in order and store the attribute's value to a variable name in the seperate list (also in order)?

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Changing Text Style Used By Table Style

Jun 29, 2012

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.

(defun DumpTableStyles ()
(setq dict (vla-get-dictionaries (vla-get-activedocument(vlax-get-acad-object))))
(setq TableStyles (vla-item dict "acad_tablestyle"))
(vlax-for TableStyle TableStyles
(vlax-dump-object TableStyle)
)
)

[Code]....

View 3 Replies View Related

AutoCAD Inventor :: Internal Name For Import Style Command (in Style Editor)

Sep 16, 2013

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 ?

By the way, that would be for Inventor 2009.

View 3 Replies View Related

AutoCAD 2010 :: Can't Remove Legend Font Style Or Table Style?

Nov 5, 2009

There is a font and table style called "Legend" that is automatically generating and can not be purged.

I have looked through all the start up files, all the lisp files and can't find anything that would be creating them!

They appear in any file I open, new or old and even if I open a template file.

I have attached a file that should be empty but you will (or should) see both a font and table style called "Legend".

(FYI I am running AutoCAD Civil 3D 2010 as AutoCAD 2010)

View 5 Replies View Related

AutoCAD 2010 :: Lock Text Style So That Associated Font Style Cannot Be Changed?

Feb 1, 2012

Is there any way to lock a text style so that the associated font style can not be changed?

View 2 Replies View Related

AutoCAD Civil 3D :: Change Default Label Style To Child Style

Jan 2, 2013

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

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Toggle Between Customized Old Style Menus / New Style Workspaces?

Nov 13, 2011

Is there a way to toggle between customized old style menus and new style workspaces?

View 1 Replies View Related

AutoCAD Inventor :: Changing Dimension Style Reverts To Different Style

May 7, 2012

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?

View 1 Replies View Related

VideoStudio :: Store On Blu-ray Versus DVD

Apr 27, 2013

I recently started a project to transfer all home movie media to hardisc and then to BD and/or DVD. My goal has been to transfer home movies to discs with a menu and chapters... nothing very fancy. The media includes VHS, digital 8, and probably video 8 (in-laws videos). I'm also looking at a Sony Handycam HDR-XR500 that I plan to back up to hard drive and probably disc for easier viewing. I've only just started with one VHS tape and about 25 digital 8 tapes. I essentially used the default capture settings for the VHS (NTSC DVD, 8GB, MPEG-2, 720x480, 30 frames/sec). I used the DV Quick Scan to capture all the digital 8 (microsoft AVI, 720x480, 30 frames/sec). I then started fiddling with the Create Disc under Share. This is where I've started to run into questions.

I had assumed that it would be better to start recording to BD. I've read that they have a longer shelf life than DVD although I'm happy to keep copies on hardisc. It seemed intuitive than I could fit more files on a 50 GB BD than on an 8 GB DVD. It appears I am wrong. When I test out BD and DVD recordings under Share, it seems I can't fit many more films on BD.

I had hoped to use the greater capacity of BD to store as many movies as possible and not have a large number of DVDs. Is this possible for digital 8, VHS, or the the anticipated video 8? If so, what capture settings should I use to keep reasonable quality? I suspect I'll need to recapture the original VHS at a lower bitrate which is ok. I'm looking at a box of about 40 VHS tapes from my folks that are untouched.

On a related note, I have found that I can label chapters when editing. These chapters are picked up in the Share-->Create Disc-->Add/Edit Chapter-->Auto Add Chapters, but none of the chapter labels are imported. Is there a way to do this without manually typing each label again when editing the menus?

Finally, I plan on capturing some of the video to external hardrives. If using USB 3.0, will the editing and capturing still work, or will I need to work with files on C?

View 4 Replies View Related

Photoshop :: Where Does Cs3 Store Color...

Aug 27, 2008

Where photoshop cs3 store color setting? I mean ****+Ctrl+K
for PC XP SP2 with last update

i thought photoshop cs3 stores here
C:Documents and Settingsuser application dataAdobeAdobe Photoshop CS3Adobe Photoshop CS3 Settings

in the file Color Settings.csf but it's not

because i backup this file , change the color settings , and overwrite the file , the color setting did not change

where photoshop store the color settings?

View 4 Replies View Related

Photoshop :: Store Custom

Aug 10, 2008

where Photoshop (CS3) stashes the files for Custom Actions, once you create them? What does it call them? I'd like to export an action I created on one computer into another computer.

View 2 Replies View Related

AutoCAD Civil 3D :: Combining Feature Data (Adding Data To Shape File)

Apr 24, 2012

I have a master shape file that contains parcel ID, owner, tax info., etc. I have another file ( access 2003 -open to better file format suggestions-) which contains parcel ID and a "yes" or " no" entry for whether or not the parcel needs a new water meter. All I want to do is add the water meter information into the other shape file. This would create one shape file with one table with all the information that I need.

Ultimately I will use the information to do a map query and find out spatially where i need new water meters.

Right now i have the master shape file connected though the “Connect to Data” feature. I also have the new data added to the drawing though the Data sources------>attach under the “Map Explorer” Task pane. I attached access file (ver. 2003 .mdb) which has two columns “Parcel ID” and “Meter”.

I right click on the shape file under the display manager and select”Create a Join;” however my water meter table is not listed as an option. Will this not work?

Plan B - I tried to Create and connect to the access file as an ODBC connection. Followed this guy’s directions to a T [URL]. But when i populate my table under the fdo connection the column headings exist ( “parcel ID” and “Meter”) but the actual data is missing. Am I missing something important?

Note: I am running c3d 2012 on a  Win 7 64 Bit machine. I also removed office 32 bit apps and installed 64 bit apps to see if that would solve the problem. No go. 

View 3 Replies View Related

AutoCAD Civil 3D :: Use FDO Data To Populate Custom Data Field Expression

Apr 10, 2013

say you make some parcels in your project with custom data fields like: id_no, permit_no, acres_served etc. you attach an agency provided shape file via an fdo connection that has many fields of information like above.

when you right click on your parcel and do parcel properties you get a tab that lets you input the custom parcel data.

lets say you print an fdo map label showing, say, the id_no, provided in the shape file.  Then in your custom parcel properties for id_no you type that in.

is there a way to make an expression to put in the other custom parcel properties that will read, say, the permit_no(id_no) from the fdo like and put that information in the custom parcel property field?

View 4 Replies View Related

AutoCAD Civil 3D :: Data Shortcuts Transferring Super Elevation Data

Jun 7, 2012

I'm having problems getting super elevation data to transfer to different drawings by means of an alignment data shortcut.  I know alignments hold the super elevation data so I've gone into my alignments data shortcut, input my super elevation data, saved and closed.  Now when I open my finished grade drawing, reference in my alignment and profiles, then create a corridor from that information, my super elevation didn't transfer with the reference.

I pulled cross sections and it appears is has no clue there is any super elevation data.  Also, I tried bringing it directly into the drawing I'm doing my corridors in and it erred saying I must be in the parent alignment drawing.  Data shortcuts are pretty much useless to me if super elevation data doesn't transfer. 

64 bit Windows 7
Intel Xeon (R) @2.8GHz
6.00GB Ram
Civil 3D 2012
Civil 3D 2012
Intel(R) Xeon W3530 @ 2.80GHz
6.00GB Ram
Windows 7 Professional

View 2 Replies View Related

AutoCad :: Performing Data Extraction And Linking To External Data With Formulas

Apr 19, 2012

I am trying to link my extracted data from blocks with attributes to an extenal source so that the table I create and place into the drawing already has the formulas I need to due the required calculations. But every time I create and place the table the formulas are not in the table. I include the columes that contain the data but it doesn't seem to be working.

View 2 Replies View Related







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