Revit :: MS Access Database That Can Export Family Tables?
Sep 15, 2011
MS Access database that can export Family Tables? Or knows of a 3rd party application that all the type information can be houses in a database, and the family table's TXT is just an export. The family tables we create are nemorus, and lengthly family tabels, and Excel just is not cutting the mustard.
Or would Autodesk ever include this in Revit?
View 5 Replies
ADVERTISEMENT
Sep 21, 2011
I'm having a problem accessing data manager tables in the 2011 version. My C# .NET code worked fine with 2010. Here is a sample of the 2010 code that works, but returns zero length tables in 2011.
C#
ProjectPartCollection oPP = PlantApplication.CurrentProject.ProjectParts;
PlantProject oPProj = PlantApplication.CurrentProject;
Project oProj = oPP["PnId"];
try
{
//get ACAD data table
[code].......
The last two lines fail to object any meaningful data in 2011. In 2010, I would have all the table rows and could access tags and asset information.
View 2 Replies
View Related
Jan 29, 2014
I'm trying to align a nested family to a reference line in my host family so that it rotates around a certain point.
I've created the reference line in my host family, locked the end point to two reference planes and then gave an angular parameter to the angle between the ref. line and the ref. plane.
I then inserted the nested family and aligned it to the ref. line. The problem is that when I flex the angle, i get a "Constraints not satisfied" error..
What could be wrong?
I'm using a generic face based family for both host and nested families...
Using Building Design Suite Ultimate 2014
View 3 Replies
View Related
May 23, 2013
Would you have a solution to accessing ODTables for a dwg object only loaded into memory? I have 1000+ dwgs that I want to return a string with the names of the various ODTable names for auding purposes that I would prefer to just side load rather than full load for performance reasons.
I'm attempting to use something like this (which works fine on an open drawing):
Public Function ReturnOBJData(acObjIDIn As ObjectId, intOffset As Integer) As String
'Don't forget that table is 0 based offset so....plan accordingly Dim strRet As String = ""
Dim acDoc As Document = Application.DocumentManager.MdiActiveDocument
Dim acDb As Database = acDoc.Database Dim acEd As Editor = acDoc.Editor
[Code] .......
In a fashion along the lines of
Public Function GetTables(strFileIn As String) As List(Of String)
Dim lstReturn As New List(Of String)
Dim acMapApp As MapApplication = HostMapApplicationServices.Application
Dim acActiveProject As Project.ProjectModel = acMapApp.ActiveProject
Dim acTableList As Tables = acActiveProject.ODTables Dim acTable As ObjectData.Table
[Code] ....
The problem is that I can't seem to link the ODTables object off of the memory database object. In this sample, the msgbox always returns a count of 0 where I would expect it to be in the range of 1-4.
View 6 Replies
View Related
Nov 13, 2011
i'm using DBP to fill a 48 page catalog in ventura 10 with 500 product descriptions (up to 600 characters) and small .jpg photos in tables (six columns). the data is .dbf format (dbaseIV from access2000) including a memo-field and .jpg links. depending on the sort order and/or filtering (selection of ) the items it either:
1. works like a dream or
2. most commonly, the tables (including the headers) have additional empty rows around each item
with exactly the same data just sorted differently the results can be different (with or without empty rows). the result is 100% repeatable using the same recipe/sorting.i can't see any difference in the .txt files apart from the sort order of the table contents.the .jpgs are all 600 x 600px and the frame preset to 2.1cm x 2.1 cm..default page fonts all set to 7pt to avoid row height > page size
View 3 Replies
View Related
Dec 6, 2013
Is there a way to search the database/tables/whatever to determine if new layers are present in a drawing?
I want to run a script to reconcile new layers in the sheet drawings after having cleaned the xref drawings, and the script bombs if there are no new layers present in the parent drawing.
If I could determine what triggers the layereval/layernotify sequence (tblsearch?) I could include an if or while lisp routine that would invoke the layer command and then reconcile the new layers.
View 9 Replies
View Related
May 30, 2012
I am working in an events organisation that uses AutoCAD to do room drawings for clients. the Event managers are new to CAD and only need to have access to move tables and chairs around a drawing. So we have set them up with pallets.
I have created a profile with the workspace they need on the network, I having trouble getting the customised profile to come up as the default, instead the Vanilla profile comes up and I have to go into options to change the profile to the Company one.
Where do I need to change it so that it chooses the profile I have made first? or should I be doing this a different way?
View 7 Replies
View Related
Sep 29, 2011
I'm experimenting with treadsafe progressbar, that would allow me to stop the process.
but for some reason, on this line
Dim _db As Database = AcApp.DocumentManager.MdiActiveDocument.Database
AutoCAD crashes with fatal error This runs on the new thread, so i suppose it has something to do with it, but i have no clue, why this should be a problem.
View 6 Replies
View Related
Feb 5, 2012
I'm using Windows 7 (64 bit) and I have to connect a file (.mdb) created with Microsoft Access 2007 to my Autocad Map 3D 2011 draw. I uninstalled Office, installed the AccessDatabaseEngine_x64.exe and re-installed Office. Then I followed step by step the process shown in the video here with ODBC but it doesn't worked for me. It says "test connection succeeded" but when I attach the database, it comes up with a red "X" symbol next to it.
View 2 Replies
View Related
Oct 1, 2013
My company has an access database that has all of our service data on it. I am currently considering rebuilding the database because it is a database with one table and a million fields. I want to split the database up into separate tables with relationships. All of these tables would be linked based on the same key field Service_ID.
Now here is the hard part. The data would be in a one to many relationship with one record for service info and multiple records per service for pipe info. The data is currently linked to objects in AutoCAD Map 3d 2014 based on the Service_ID key field and a "service" link template.
If i rebuild this database, am I going to lose all of my links? or will i retain the links? Also, is there a way to automatically generate links based on the service_ID field? For instance there are 3 records of pipe information for 1 service. Previously all of these records would be in the same table, but now the tables are split. Since they have the same Service_ID as the Service information, will the links show up?
View 9 Replies
View Related
Aug 2, 2010
I have a program that populates an access database with part parameters. Each Inventor part can look up its own parameter values from the database when supplied with a single parameter, the ID number of the database record. The ID number is derived from a blank part that the program also updates. So in a nut shell, the program populates the blank part's parameters with all database ID numbers that would make up entire assembly. Those parameter values are derived to all the parts in an assembly. This is by far the fastest most efficient way I've found to rapidly generate an entire assembly. In a matter of seconds I can have a new 1000+ part assembly.
The rumor that Inventor will eventually sever ties with VBA has put this whole process in jeopardy. So I have been looking into using iLogic to perform the same task of looking up the data from Access. I know that iLogic has Excel functions built into it, but because the original program is Access based (changes this is not an option) any way to use iLogic to retrieve data from Access.
View 4 Replies
View Related
Nov 23, 2012
I inserted a block from a dwg drawing with the following method:
public static ObjectId InsertBlock(string fileName, Point3d insPoint) { var acadDoc = Application.DocumentManager.MdiActiveDocument; var blockId = default(ObjectId); using (var acadLockDoc = acadDoc.LockDocument()) { var dbTemp = new Database(false, true); dbTemp.ReadDwgFile(fileName, FileShare.Read, false, ""); var blockName = Path.GetFileNameWithoutExtension(fileName);
[code]........
View 3 Replies
View Related
Jul 11, 2012
This is my problem, each material in my cie. have a number code
EX.R069ARS407WLD35460
IT'S POSSIBLE TO LINK MY MATERIALS TO A XML, SQL OR ACCESS DATABASE???
View 1 Replies
View Related
Feb 17, 2012
Here is the Scenario, Win 7, 64 bit, Office 2010, and yes I have installed 64 bit drivers, with Map 2012.
I have an Access Database with Water and Sewer information. I connect thru FDO and every thing is great. I make a change or add something to the Access Data Base and I don't see the change until I disconnect and then re-connect? I was under the assumption that this was a live connection? Is there a way to refresh the connection without having to dis-connect and then re connect?
View 1 Replies
View Related
Aug 22, 2013
Recently our company upgraded to office 365 with Microsoft Access 2013. I cannot seem to connect to this new format using the task manager. We used to use quite an old version, 2003 I think with no worries.
Am I doing something wrong or have the developers missed something quite fundamental to Map 3d?
View 4 Replies
View Related
Nov 9, 2012
I am currently trying to retrieve data from a MS Access Database, we currently have iProperties with number values in them. An outside programmer created a code which takes these values and exports them to an MS Access Database, where they are then translated to mean something.
Instead of exporting those numbers, I want to use them to find what they ACTUALLY mean within the database and bring that information back into iLogic. (ie. 123456 actually means "1/4 Flat Bar Steel")
In short, I wish to access the MS Access database through iLogic in order to read information from it.
I have searched for the better part of 3 hours but have not found a good answer or example code of this situation. I am not that experienced in programming, but have worked with the API before for developing Automated Drawings and have an understanding how to navigate through. If there were to be some example code, I can begin to understand the process quite well through this method as well by seeing how to go about coding this.
View 2 Replies
View Related
Aug 3, 2013
I am still stuck in the world of exporting my websites out of photoshop into table formats.why I should export as DIVs instead of tables? Also, is there a way to export a project where each layer or groups of layers is a DIV, so don't have to slice the PSD file?
View 3 Replies
View Related
Mar 7, 2012
I'm working in Civil3D 2011. How to export the data from the surface volume tables to excel, or any other format outside of Civil3D?
Or maybe a better question: how to create a stage storage table automatically within Civil3D? The elevations table gives volumes per elevation class, but I'm trying to get cumulative volume stored below various elevations in my reservoir.
View 9 Replies
View Related
Oct 2, 2012
I wonder if you can make a table of families picking "elements of details." Why? I mean, when I do a detail included screws, foams, sealants, etc ... all these elements I have done as families of "elements of detail."Now I want to collect these items on tables and include calculated values to determine the amounts thereof.
View 2 Replies
View Related
Jul 18, 2013
In Revit 2013 I attempt to load an item from the Family but I find that the “Load Family” dialog box does not appear. how to get it to cooperate? Even starting a new project the load family dialog box does not appear. I have done: 1) system restore, 2 ) repaired install, 3 ) re-installed, 4) uninstalled and reinstalled from scratch but still the problems persists on this machine. all other office PC’s with Revit 2013 behave.
View 2 Replies
View Related
Jul 5, 2013
I've attached a simple RVT file with a family inserted and the front view active. I need to rotate the family 90 degrees but Revit reports the following error:
"Can't draw because Work Plane is at a very sharp angle in this view. Go to another view or redefine the Work Plane."
View 2 Replies
View Related
Mar 14, 2012
I have several window types in my project. Let's say that the window is 3'-0" wide by 4'-8" high - Mark #1. I want to group three of these windows and schedule the group as Mark #2 - not three separate #1 windows. How do I set up the three windows together to become a single window schedulable for the entire opening of the three windows grouped together so that the opening would read 9'-0" wide?
View 6 Replies
View Related
Jan 15, 2014
Is there a way to load, for example, a wall created in a different project, into another project?
View 1 Replies
View Related
May 21, 2013
I downloaded a grab bar family that I thought looked very good. But then I tried to place it on the toilet stall portion (I also downloaded stall partition families). When I tried to place the grab bar, it wouldn't place -- I believe because the grab bar is WALL BASED.
So now the question is how do I go about placing a grab bar (or anything else) that is not wall based so that I can use it with the stall portion? I had tried to use face based but couldn't get that too work.
View 5 Replies
View Related
Mar 28, 2012
Im try to crop .rft format but i cant crop my family model in project file. Then how to explode family in project file.
View 9 Replies
View Related
Apr 9, 2013
I would like to create family type with drop down list as shown in the image.
How it is created and for what?
View 4 Replies
View Related
Nov 9, 2011
Recently, My revit does not load families. The process I use is the following:
In the Build area of the home ribbon, I select the Component button. I going to the Place component ribbon. When I select Load Family form the Mode portion of the ribbon, the properties box pops up. It is locked at this point and I cannot do anything but hit escape. The program functions just fine in all other aspects. I have used a vanilla project to see if the project I am working on is corrupted and I get the same results.
View 1 Replies
View Related
Jun 10, 2013
I am trying to create a custom planter based off some line work that I did in my project. It has a curve. basically what I have done is created the line work on plan but now I want to use that curved line to create my family. which I am thinking I can create a profile and then sweep it on those lines. The problem is I can get the line work to the family.
View 2 Replies
View Related
Dec 16, 2009
I'm trying to edit the keynote family with no luck. We are updating our standards and getting into using the keynote system in revit. I have added the correct keynote to most of our standard materials and its working great. I then opened the keynote family and changed the justification of the text to justify the way we do notes. I also changed the line style of the leader lines so it matches our other notes.
All went well. I get stuck when I try to change the gap between the leader tail and the text. I can't find anywhere to actually edit the line/arrow in the family that would let me change how that works. If you see my attached image the one on the top is our standard note and the other two are the keynote family.
How to set / change that gap?
View 3 Replies
View Related
Feb 1, 2012
I'm trying to create a frame and panel kitchen cabinet door family. It flexes correctly horizontally, but I can't get it to flex vertically. What do I need to correct?
View 2 Replies
View Related
Oct 20, 2010
Is it possible to create the Wall family in revit?
View 5 Replies
View Related