AutoCAD Architecture :: Creating Custom Reference Keynote?

Jul 15, 2011

I have not had any luck finding support on Auto Cad Architectures Keynoting w/ data base.

The issues I can't seem to resolve are: formatting the reference legend and saviing the format so I can re-use it in all my drawings creating a custom reference keynote?

View 1 Replies


ADVERTISEMENT

AutoCAD .NET :: Creating Xline From Block Reference Position In Custom UCS

Mar 14, 2013

i'm looking to select a block reference, take it's wcs position, translate the coordinates to the current ucs and then create an xline using those translated coordinates. simple, right? 

i simplified some code to test that i could properly build an xline in a current ucs. i just threw in static point3d values instead of grabbing them from another object. it worked as expected:
 
<CommandMethod("test")> _ Public Sub test() 'get the active document, editor and database Dim acDoc As Document = Application.DocumentManager.MdiActiveDocument Dim acDocEd As Editor = acDoc.Editor Dim acCurDb As Database = acDoc.Database 'start a transaction Using acTrans As Transaction = acCurDb.TransactionManager.StartTransaction() 'open the table for read Dim acBlkTbl As BlockTable acBlkTbl = acTrans.GetObject(acCurDb.BlockTableId, OpenMode.ForRead) 'open the record for write Dim acBlkTblRec As BlockTableRecord acBlkTblRec =

[code]...

here, i revised the code so that a block reference's objectid is passed from another procedure, the origin is determined, translated to the current ucs and the points are tailored for the xline's basepoint and secondpoint. i threw in a few writemessages to ensure that the coordinates were indeed what i was looking for and they match up, but for some reason, the xline now fails to create itself.
 
'define the current ucs Dim ucsDesign As Matrix3d = acDocEd.CurrentUserCoordinateSystem 'start a transaction Using acTrans As Transaction = acCurDb.TransactionManager.StartTransaction() 'open the connector block for read Dim acBlock As BlockReference = acTrans.GetObject(idConnector, OpenMode.ForRead) 'save connector origin Dim ptOrigin As Point3d = acBlock.Position 'translate the point to the current ucs Dim ptUcsOrigin As Point3d = ptOrigin.TransformBy(ucsDesign.Inverse) 'show me the block position acDocEd.WriteMessage(vbLf & ptOrigin.ToString()) acDocEd.WriteMessage(vbLf & ptUcsOrigin.ToString()) 'open the table for read Dim acBlkTbl As BlockTable acBlkTbl = acTrans.GetObject(acCurDb.BlockTableId, OpenMode.ForRead) 'open

[code]...

i've rearranged this code multiple times, tried a couple different approaches, scoured the forums and even resorted to the less-than-elegant:

'create the xline Dim cmdString As String = "._xline " & ptUcsOrigin.X & "," & ptUcsOrigin.Y & "," & ptUcsOrigin.Z & " " & ptUcsOrigin.X & "," & ptUcsOrigin.Y + 1.0 & "," & ptUcsOrigin.Z & " " acDoc.SendStringToExecute(cmdString, True, False, False)

 but i need to use the xline object after i've created it, so this sendstringtoexecute crap won't work. 

View 7 Replies View Related

AutoCAD Architecture :: Cut From One Keynote Database And Paste To Another?

May 21, 2012

How I can cut from one keynote database and paste to another? in keynote editor?

View 1 Replies View Related

AutoCAD Architecture :: Select Keynote Field For Legend

Nov 16, 2013

I have a custom block that includes a sheet keynote field.  When trying to setup a keynote legend for those keys, they are 'filtered out'.  Why?  

How to get the legend to accept keynote fields that are not generated by the stock keynote tools?

View 1 Replies View Related

AutoCAD Architecture :: Keynote Database Error With Batch Plot

Jan 18, 2011

My office currently has a unique keynote database for each project. When I open a file with a sheet keynote legend, AutoCAD 2010 opens up the correct database and everything is fine. This is also true when I try to plot a sheet file. However, when I plot through the batch-plot process, AutoCAD does not open the correct database.

View 1 Replies View Related

AutoCAD Architecture :: Sheet Keynote Schedule Table Style?

Mar 16, 2012

Im trying to change the table style formatting and nothing seems to stick.  I want to turn the border off in the title cell and only use a thick underline.

I change the schedule cell, save changes to the style and Ive tried saving as a new style but when I reinsert the cell format is gone.  Back to the out of the box state.

Also, when I save the OTB style to my new A3 Sheet Keynote style the new style doesnt match what was saved.

View 3 Replies View Related

AutoCAD Architecture :: External Reference - PDF Really Slow

Dec 8, 2010

I am using a pdf file as an xref however while panning/zooming and some other basic commands, the response is really slow.I have already tried using a jpg file but I loose the ability to grab the end point of a line. I am able to grab the end point of a line while using the pdf.

I have 4 GB of ram and nothing else open, so I cannot see this being the problem

View 9 Replies View Related

AutoCAD .NET :: Adding Custom Code In Reference Editing And RefEdit Command

Jun 6, 2012

how i can add .net code on reference editing and refedit command.

View 4 Replies View Related

AutoCAD Civil 3D :: Expressions Losing Custom Pipe Property Reference

Jun 28, 2012

Having problems using custom pipe properties in pipe label expressions in 2013? I have some expressions relating to stub callouts and the ones that directly reference the custom properties lose that reference every so often.

For example I have and expression called "STUB-Riser-Length2d" which is defined as "{Riser Length} / SQRT(2)" where "Riser Length" is the custom pipe property. Every week or so it changes to "/ SQRT(2)".

I haven't been able to find the pattern as to exactly when this happens yet. All expressions not referencing custom properties seem to be holding steady. The pipe catalog is on a shared drive on the network, if that makes any difference.

Civil 3D 2013 - Windows 7 Pro 64 - Dell T3500 - Xeon 2.67 - 24gb - Quadro 600

View 4 Replies View Related

AutoCAD Architecture :: External Reference Doesn't Show?

Apr 8, 2012

I am working with files that somebody else did, I need to bring an external reference and it dosen't show up, then I check on the ref command and seems like the external reference of that file is there, I check also on the layers and they are not off or frezze, what could be the problem?

View 2 Replies View Related

AutoCAD Inventor :: Use Custom Unfolding Rules With Angular Reference To Bending Angle

Aug 7, 2013

I want to use the custom unfolding rules using Bend Compensation with an angular reference to the bending angle. 

I have an Excel sheet where I have determined the bend allowance, the set back and from that, the bend compensation. When I compare these values to the values I get when using a K-factor linear unfolding method in Inventor, I get almost exactly the same results. 

Tells me the formulas are working. So I implement the formulas in the custom equations. Exactly the same as in the Excel sheet. 10 degrees angle, great results! Yeah! 45 degrees, great results! More yeah! 90 Degrees, still going strong, I think I might make it! 

100 degrees.... Fail! Every time an angle goes over 90 degrees, the result is crap.

I have been struggling with this all day long!! So in the end I completely erased the equations from the Inventor custom equations.I just say: Compensation is 1 mm. For all angles. This should no room for interpretation. 

Again I try. I have a sheet metal part with two legs. A 100mm leg and a 50mm leg. Flat pattern should always be 151mm. Period. 

Again, under 90 degrees and on 90 degrees, I get nice flat patterns. Above 90 degrees, it fails again. 

Am I completely overlooking something obvious?? Or is Inventor really bugging on this? 

I am working on 2012 SP 2

View 9 Replies View Related

AutoCAD Architecture :: When Print Viewport With Excel Table External Reference Does Not Appear

May 30, 2012

Some view-port with excel table external  reference does not appear when I print 

View 1 Replies View Related

AutoCAD Architecture :: Add Custom Railing

Jul 25, 2011

I've made a Stainless Steel Glass balustrade.

How do i add this to my Railings cataloge in CAD. I want it to be same as other railings in CATALOG.

I've posted a video on youtube (pleae click on full screen for better view).

[URL]....

i've also been to here but it doesnt make sence at all

[URL]....

View 2 Replies View Related

AutoCAD Architecture :: DWG To PDF Custom Paper Size?

Aug 7, 2007

Is there an error in DWG to PDF? When I make a custom paper size A4 with size 210x297 and 0 margins, the pdf comes out wrong, see attached pdf.

I'm plotting extends, center the plot and fit to paper in modelspace. Preview displays correct. This was not an issue in ADT 2007.

View 4 Replies View Related

AutoCAD Architecture :: Lost Custom Toolbar?

May 9, 2012

How can i get my custom toolbar back ?

View 4 Replies View Related

AutoCAD Architecture :: Custom Window Styles

Jan 31, 2013

I tried to load/insert a specific window style through use of the design palette but couldn't find the right type within the generic window styles that came with the software. I needed an 8 Blade x 150 glass Louvre Blades Window with a few standard openings currently used in our industry. In fact I needed to design several standards of these which I did but saved them as blocks with the dwg extensions.

In fact I really desire a way to design one that would be possible to be integrated into the styles drawing in the default location (C:/Program Data/Autodesk/ACA 2013/enu/Styles/Metric/Window Styles (Metric).dwg.

I understand that these default styles can easily be loaded into design palettes, entered into constructed walls and modified to certain specs in the appropriate dialogue boxes.

View 1 Replies View Related

AutoCAD Architecture :: Custom Door Tags

Aug 19, 2013

We do residential design, our doors and windows need to read 3068 and 3050 etc. I have tried everything but I cannot simply get it to work.....This is what I have done:

*Insterted a door tag from AA2014
*I exploded the tag twice and deleted the circle around the text
*Renamed the nested block and edited to include "OORSIZE"
*Went to style manager/the plan/Doc Objects/Door styles/definition/ changed it to read "STD Door Description"...

see attached file.

View 9 Replies View Related

Maya Modeling :: Creating Reference Point Or Locator For Group?

Jul 26, 2012

I was wondering if there is a way to create a group of vertices, edges or faces and somehow create a reference point or attach them to some kind of locator so they can be referenced at a later point. I want to be able to select a group of edges, model them and then move on to another task within Maya and have some kind of reference point so I can go back to the original group and not have to select them individually every time I want to work on that group of edges, faces or vertices, is this possible? I will post a picture shortly to this post so you can see an example of a specific group of edges that I would like to set a reference point or locater for.

View 2 Replies View Related

AutoCAD Architecture :: Custom Hatch Patterns Using Blocks?

Mar 15, 2011

I've not done custom hatch patterns in the past, but I'd like to create a custom hatch pattern using a block I have.  Is there an easy way to do this?

Would like to make a 8" CMU (section) hatch pattern, as an example, to use in automated sections that I generate.

Pretty easy to see where I'm headed w/ this.

Any easy conversion tool or the ability to explode the block, select everything for a hatch pattern and click "OK".

Likely there isn't, but it never hurts to ask when starting out.

View 1 Replies View Related

AutoCAD Architecture :: Modifying Custom Structural Member

Apr 5, 2012

I had created a structural member using the structural member wizard. I used many instances of the member in my drawing. However, the thickness of the member needs to be modified. Is there a method to modify the existing custom structural member without creating a new custom structural member?

View 2 Replies View Related

AutoCAD Architecture :: Unable To Edit Custom Pallets

Mar 15, 2012

I created my own tools of own content on my own pallets and then found . you can drag a whole tab into the browser to quickly archive your tools. Having reinstalled I have 'dropped the collections back to ACA12 and all my tools restored.

However I can no longer edit or add to these tool pallets. I cannot edit any properties within tools either. There is no lock symbol on the pallet that I can see, only a refresh symbol.

The .atc file they reference (found from the Content Browser location they came from) is not set to read only.  Permissions seem to be set to allow read, modify, write etc. I first used the 'My Tool Catalog' provided but also copied it all back to a new catalog but it's still locked.  

View 2 Replies View Related

AutoCAD Architecture :: Transfer Custom Toolbars From One Machine To New One

Sep 30, 2012

We have a new MEP engineer starting and we purchased  MEP 2013.

He has some custom toolbars in ACA 2011 and would like to transfer them from one machine to the new machine.

How do I do that?  Can I use the CUI dialog box to transfer it?

View 3 Replies View Related

AutoCAD Inventor :: Creating A Custom Feature Using API?

Jul 5, 2012

is it possible to create an entire feature using the API: an entry to the feature tree, regenerate geometry on demand, edit/create dialog box.

View 1 Replies View Related

AutoCad :: Creating Custom Sheet Set Template

Jul 2, 2012

What I am trying to do is create a custom sheetset template that will have ALL my sheets embedded, that way all my notes, details and sheets will always be ready. I would just need to update some text and details from time to time.

These are the steps that I have taken

Created a new sheetset and called it Sheetset Template
In this sheetset template, I created all my sheets and inserted notes/details.

At this point I thought all I would need to do is copy the sheetset file and all by sheets would get copied too, but that was not the case, just the sheetset file was copied and I have to create all the sheets again.

View 2 Replies View Related

Maya :: Creating Texture Reference Object - Stick To Geometry Throughout Sequence

Dec 16, 2012

I have keyframed some ojects. I then set up a camera projection texture at keyframe 179

Is it possible to create a Texture Reference Object from keyframe 179 so this texture will stick to the geometry throughout the sequence?

View 2 Replies View Related

AutoCAD Architecture :: Make Custom Palette For Structural Members?

Oct 21, 2011

I am trying to make a custom palette for structural members. "Then, temporarily deactivate the link and change the dimension properties of the tool to 4 x 4 x 4 meters. Next, copy the tool back to the Content Browser. The Content Browser catalog is updated with the new tool properties. Finally, reactivate the link from the Content Browser tool to the AutoCAD Architecture palette."

View 5 Replies View Related

AutoCAD Architecture :: Custom Property Set Definitions To Add Information To Spaces

Dec 13, 2013

I am using some custom property set definitions to add information to spaces.  However as I insert spaces I find that I have to go to the extra step to add the property set to the object using the Extended Data tab in the Properties Palette. 

It is not a huge deal but sometimes it is forgotten and schedules are not reporting properly, or the display theme is not correct.  Although there are tools to quickly add them I would like to know if there is an automatic way to add them while creating the spaces/zones.

On a related note.  There is a property set definition that is in each file by default called RoomFinishObjects.  Is there a way to purge this?  I don't want to attach finishes to my objects.  But it seems to be embedded in the file.

View 4 Replies View Related

AutoCAD Architecture :: Create New Custom Tab Panels In Ribbon 2011

Oct 15, 2011

send me a link to tutorial to create a new cutom tab panels in a ribbon 2011

View 1 Replies View Related

AutoCAD Architecture :: Custom Door Tag Constraint Rotating Upside Down?

Sep 26, 2013

I created a custom door tag I have been using for several years now based on the standard size description (3068). I have always had the constraint set to object so it will be read at 0 or 90 degrees. I am now using ACA2014 and now it puts the tag in at 0, 90, 180 and 270 degrees. how to correct it back so the text is not upside down? I could always set it to zero but I don't like the look.

View 2 Replies View Related

AutoCAD 2010 :: Creating Custom Tools In 2012

Aug 2, 2012

I'd like to create a new Menu which will contain few custom tools (ie. place text with particular font type, scale and justification)..I tried to import my customized menu from AutoCAD 2007 but that wasn't successful.

View 2 Replies View Related

AutoCAD Civil 3D :: Creating Custom Linetypes With Shapes

Feb 25, 2013

I created a custom shape for a custom linetype. I had no problems making it and the linetypes worked perfectly in the drawing I created it in. However, when I tried to load the linetype into another drawing it said there was a bad definition in the line with the link to the shape file. When I tried to import the shape file into the drawing to look at it, it said that the shapefile has an invalid FIle Code number (707865649). Considering that I created it not ten minutes before I do not understand what the problem is. The real problem is that I have made many linetypes and all the ones with shapes are having the same problem.

View 1 Replies View Related







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