AutoCad :: Title Block Scaling

Nov 9, 2011

We are having some issues with title block scaling when importing them from the design center. Some people have this problem whilst others have had no problem at all or only in the past and this has since stopped.

Layout Template.jpg

The image above shows an example of the problem. The Layout basically appears 25.4 times larger than the paper itself (the paper is at the bottom left). This would indicate something is wrong with the insertion scale.

The drawing containing the title blocks is in millimeters and the drawings which it is being inserted to are in a mixture of millimeters, inches, or unitless. I have checked the insertion scale settings within options and both Source and Target units are set to millimeters for users that have this problem and users that don't.

I know a quick fix is to just select that block and scale it by 0.03937 (1/25.4).

View 7 Replies


ADVERTISEMENT

AutoCad :: Annotative Scaling And Title Block With Attributes?

Jan 7, 2012

I was just notified I am supposed to show a small class how to make our company title blocks using attributes and what annotative scaling is and how to use it. videos or related forums so I can set up something to show tomorrow morning. We are going to be setting up our block library and setting up our title blocks. Should this be done using templates for each paper size?

View 2 Replies View Related

AutoCad :: Title Block And Model Space - Scaling

May 9, 2013

I have set up a template to A3 - I have amended the page setup to A3 and I have drawn my title block and saved it as a template.

I am now trying to insert the template onto a drawing I have done. I insert the template into a new layout and then do MVIEW to insert my drawing from model space. The problem I am now encountering is that my drawing in MVIEW will no scale correctly. It should scale as 1:100 at A3 as the drawing does before I insert my title block, but when I insert it, I then have to scale at 1:500

View 6 Replies View Related

AutoCAD Inventor :: Retaining Title Block Prompted Entries When Changing Title Blocks

Apr 26, 2013

The title blocks that we use have prompted entries in them and I would like to find a way using iLogic to copy the entries from one title block to another within the same drawing; i.e.. if the user decides to change from an A2 to A1 drawing.

I already have an iLogic rule which allows the user to change the active border, title block and sheet size based on a form selection but would like it to capture the prompted entries already entered and re-use them after the change.

View 9 Replies View Related

AutoCad :: Link Title Of File To Title Block Inside

Jun 11, 2012

I have a title block inside my drawing and i want to link my title on the title of the file itself, so that if the title of the file was change, it will be change also inside the drawing.

View 4 Replies View Related

AutoCAD 2010 :: Convert Block Back To Title Block Or Border

Feb 15, 2012

We have a title block and border which is used in MS.  If this is referenced using AMTITLE then it acts as expected.  We issue these to some external people to create our drawings but they have been using CTRL-C and V to place them in a new drawing.  ACAD does now not see them as a Title block or border but as blocks.  We have a process to bring DWG's into SAP and this will check for a title block and border. 

The issue is we need to fix these drawings and currently this means removing the borders and title blocks and placing new ones then adding all the attributes again.  Is there a way to convert the blocks back to how they should be?
 
AutoCADM 2011 SP2
XP 32-Bit SP3

View 4 Replies View Related

Revit :: How To Convert Existing 2D Autocad Title Block Into Block Template

Jul 24, 2008

How to convert existing 2d autocad title block into Revit title block template?

View 7 Replies View Related

AutoCad :: Attribute In Title Block Exists In Block Editor But Not In Project

Sep 6, 2012

Autocad 2011, Electrical package,

I have an existing title block a few text attributes, to which I wish to add a watermark. I have added it in the block editor as a normal attribute, with the same details as the other attributes that work, only a different tag name. It has a default value, "DRAFT" and is tagged "WMARK". It works fine in the Block Editor, and If I test the block I can edit it to display whatever I want, but if I save the block and open it from Autocad proper, the attribute is not in existence, either as a default value, or editable from block properties, attribute editor or title block editor, whereas all of the other attributes are there. I have used BattMan to verify the settings of the attribute, and the only difference is that the others all have "L" in the "Modes" column, but I think that means that their position is "locked" whereas my new attribute is justified "aligned" therefore cannot be "locked" (This is some assumption on my part, as the documentation on the "Modes" column is almost non-existent). I cannot afford to waste much more time on this issue, as the boss is breathing down my neck, but editing watermarks on every drawing after every revision is frustrating, when it could be an attribute that is editable from the title block editor.

View 9 Replies View Related

AutoCad :: Inserting Title Block - Design In Middle Of Block?

Jul 30, 2013

How do you insert title block, so your design is in the middle of block?

View 9 Replies View Related

AutoCad :: Create Block To Insert On Title Block

Oct 26, 2012

Is it possible to create a block to insert on our title block that will populate itself with a list of drawings and names?

I know this is possible through the use of LISP and the Sheet Set Manager, but could this be done through a combination of attributes and fields (we want the same functionality in LT).

View 1 Replies View Related

AutoCad :: Editing Title Block Using Block Editor

Aug 31, 2011

I'm editing a title block using the Block Editor. Unfortunatelly after closing the block editor the linse & Polylines reflect the changes apported in nodel space, but the text did not mouve?

View 2 Replies View Related

AutoCAD .NET :: Getting Block Attributes From Title Block

Sep 19, 2011

I'm trying to chnage the text of the sheet number and total sheet number attributes for each layout in my drawing.  I have code that adds and deletes the specified pages, now I need to edit the attributes to reflect the correct page and correct total amount of pages.  Here is my code, based on my old VBA version.

I know there is a problem with the line:

For Each item In myBTR.ObjectId

I've used a number of websites and books, but I would really like to find something that teaches about block tables, block table references, block table IDs so I can get a better understanding of breaking stuff down to get the info I need. 

Public Sub updatePageNumbers()
Dim myDWG As Autodesk.AutoCAD.ApplicationServices.Document
Dim myDB As Autodesk.AutoCAD.DatabaseServices.Database
Dim myTransManForPageNumbers As Autodesk.AutoCAD.DatabaseServices.TransactionManager
Dim myTransForPageNumbers As Transaction

[Code]....

View 6 Replies View Related

AutoCAD .NET :: Scaling Block Attributes

Jun 4, 2013

How can i scale a block have some attributes , with known factor ?

View 3 Replies View Related

AutoCAD .NET :: Block With Attributes Scaling?

Nov 29, 2012

I'm trying to make some command which allows me to easily scale blocks.

I've this
BlockReference br = (BlockReference)obj as BlockReference; br.ScaleFactors = new Scale3d(0.5, 0.5, 1);

Everything is ok, lines, circles, etc. in block are scalling correctly.

But I have problem with attributes (look at the image) - attributes are not scaling and their position are not correct.

Simple command ("scale") is working OK

View 1 Replies View Related

AutoCad :: Scaling Objects In Dynamic Block

Jun 27, 2013

I have two "drawing title" lines in my block when I use the, stretch, move, scale parameter the attributes lose the position (the drawing titles lines are stacked) and will not scale with the rest of the objects. I tried all tricks that I could possibly think of but no success.

maybe LT2012 has a bug that does not allow me do this correctly?

LT 2012 User
Windows 7 professional

View 8 Replies View Related

AutoCad :: Annotative Scaling With Dynamic Block

May 14, 2012

I'm setting up CAD standards for my office (title blocks, tool palletes, dynamic blocks, you know the drill). This should have been done long ago by another employee who makes more money than me, but that is beside the point. (Maybe you know the drill on that front too...)

This is a granite counter top fabrication shop, and I've created a dynamic block containing all the edging profiles we are producing at the moment. Contained in the block are "3D" versions of each profile, both with and without dimensions (for annotation purposes), and a 2D closed polyline showing only the "section" of the profile, to be exploded from the block and used as an extrusion shape when 3D drawings of the finished look of a countertop are necessary.

The issue I'm having is with scaling/annotative scaling. I have created a custom tool pallete with this edge profile block and a couple other dynamic "mark-up" blocks. (See Layout1 in the attached drawing.) What I need is for this edge profile block to insert into model space at "actual size" (3/4" thick), so when it is exploded and extruded, I'm creating that 3D edge at the proper proportion in my drawing. But for annotative purposes, I want to be able to insert the block at a different scale in paperspace (roughly at the size it is shown in the attached drawing).

CRYSTAL_TEPLATE01.dwg

View 9 Replies View Related

AutoCad :: Scaling Block Location On Viewport?

Apr 23, 2012

I have about 10 instrumentation enlarged plans that are drawing in model space and all the equipment text and instrument bubbles and blocks are in paper space.

All of the drawings are at 1/4" but they are getting loaded down with too much info, so we are cutting each of them into twenty drawings instead of ten. While I can change the view port very easily and scale it up accordingly, after I do that I will have to re arrange the text and blocks. I'm looking for a way to scale the blocks and text in a way to where it will change the location of the text and blocks, without actually changing the size. So I bring the drawings up from 1/4" = 1'-0" to 1/2" = 1'-0". If I scale all of the blocks up by 2, it will put them in the right location, but all of the text and blocks will be too large. I could select them all and change their scale down in the property palette, but I would still have to trim down all of the leader lines going from the instruments to their bubbles.

Long story short, is there a way to scale a block or text from a basepoint to where if you scale it, it will change it's location, but not the scale of the block or text?

View 7 Replies View Related

AutoCad 2D :: Block Scaling On Insert (default)

Mar 17, 2011

We have recently revised our drawing practices which has resulted in most of our electrical symbols being twice as large as they need to be so I am training myself to alter the default scale in the INSERT dialogue box but I get it wrong more often than I get right. In ACADE you can set the default scale in a properties box and all is right with the world.

View 9 Replies View Related

AutoCad :: Dynamic Block Scaling / Stretching In One Axis?

Feb 17, 2012

I have a profile drawing of a pv module that is a dynamic block. The dynamic block has options to let you select different attachment points. The location of the attachment points and where they attach to the pv module (the rectangle) is a manufacture requirement to maintain the warranty.

I am trying to modify this dynamic block so that I can stretch both the length and the height of the module. The height was the easy part and is working in the attached dwg.

As the length changes the location of the attachment points need to change as well but proportionally to the length. Basically scaling the rectangle but only on one axis.

I have seen references to how when you insert the block you can change the scale factor or once the block has been inserted into the drawing you can set the scale for one axis in the properties menu but is there anyway to do this dynamically?

The pv modules (the rectangle) come in a variety of specific sizes so scaling the block upon insert wouldn't really work anyway.

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Scaling A Block With Increment Each 0.5 Mm On X And Y

Oct 16, 2012

I'm scaling a block with increment each 0.5 mm on x and y. But when I get out of the block the size is no longer the same.

Ex: 2,5mm scale gives 2.667mm

3mm --> 3,115, etc.

Hw can I fix it?

View 5 Replies View Related

AutoCAD Architecture :: Block Scaling / Won't Resize To Correct Scale

Sep 17, 2012

So I create a block on layer 0 and then create the block as a 1 inch by 1 inch block so it is easy to scale up to the size I need but when I try to insert the block at the scale I need it wont resize it to the correct scale. It stays at the 1 inch by 1 inch original block.

View 1 Replies View Related

AutoCad 2D :: Scaling Attributed Block - Imperial / Metric Conversion

Nov 11, 2013

I have the drawing I'm working on, who's scale is set to "unitless". I'm attempting to insert a series of attributed blocks (containing titleblock information) into the paperspace of my drawing. The attributed block is also set to unitless.

Two of these blocks require editing to suite the drawing, the other two are to be edited at a later date by a third party.

Everything HAD been working fine, however, it appears the wheels have fallen off ~ I'm now experiencing a periodic error where, I insert a block to the 0,0 at a scale of 1 (as per procedure) but the block comes in at a fraction of the correct scale. I have to scale the block up by 25.4. (The imperial / metric conversion.) (Note, I'm working in Metric)

Even stranger - its not happening on all blocks. Just the two that have to be edited "in house".

I've checked measureinit within the blocks and it is set to metric. I'm limited in my ability to purge / audit the drawings as they don't want template information deleted from the drawing - but I don't know what other system variables i should be looking at.

I'm using CivilCad 2012 with Windows 7,

View 3 Replies View Related

AutoCad :: Title Block Templates

Dec 6, 2012

I have a problem in which when i set up my title block templates, when i set them up and keep my template inside the dashed area the printed dwg is either cropped or too far inside so it has to be well outside at the top to print within 10 mm of the actual paper, attached is an image of how i have to do it to make it print within 10 mm of the edge of the paper print.

View 3 Replies View Related

AutoCAD Civil 3D :: Title Block For GIS

Dec 3, 2013

I'm trying to take my title blocks that I have setup in Civil 3D and would like to use them in ArcGIS in my layouts. A company I used to work with did have it setup but I was not part of the setup.

View 2 Replies View Related

AutoCad :: Creating A3 Title Block From A1

Jan 18, 2013

I have a A1 title block in model space that I like the look of. I'd like to duplicate this in A3 and A4.Is there a way that I can scale the A1 dimensions to A3 and A4 to avoid having to redraw them again with the appropriate dimensions?

View 9 Replies View Related

AutoCad :: Title Block Change From A4 To A3

Jun 3, 2011

i have a title block in the layout tab which i use for all new docs. when starting a new drawing i open my old one, delete the drawings and save it with a new name - this way i always have my title block how i want it in the Layout 1 tab. this has worked for me so far. but now I need to create an A3 print out.

i have created the picture that i need in modelspace but when i click in the viewport within the layout and select the scale that I have been asked to use, the pic becomes too big for the page.

when i go into page setup i can select a3 and preview this but it just shows my a4 page in the middle of an a3 page. so how to i make the titleblock and viewport bigger (to fit a3)?

View 3 Replies View Related

AutoCad :: Using Title Block Templates?

Mar 1, 2013

I was able to draw A1, A3 and A4 title blocks in model space before giving each of these title block drawings a layout paperspace tab at the correct paper size.

I wanted to be able to start new drawings with the title blocks and paper sizes already done.

But what happens when the beginning of a new drawing project is with a drawing that someone else has already done? I am starting a new project and I would like to focus in one one room in a large building. This means that I plan to end up with a 1:50 drawing of a room on my pre-set A3 sheet and title block.

Do I import this person's drawing into my drawing of the three title blocks in model space with the three paperspace tabs or do I import the title blocks into the other person's floor plans?

View 3 Replies View Related

AutoCad :: How To Add New Sheet With Title Block

May 4, 2012

How to add a new sheet with my title block. I am a little confused on this so far. I have read the autodesk 5 parts to sheet set manger and there is allot of things I'm not sure of. The title block is the first

View 9 Replies View Related

AutoCad :: A1 Title Block Measurements?

Aug 19, 2013

What’s the typical width indicated by the red line shown in the drawing below on a scaled A1 title block?

100mm or 50mm

View 9 Replies View Related

AutoCad :: Title Block Text

Feb 28, 2011

Attached is the start of a title block, which I hacked up from a title block I found on this forum.

If you use dd edit to change the text you can only ever type one line of text, the return key does not move you to the next line. How do I change this so I can type in columns.

View 9 Replies View Related

AutoCad 2D :: How To Get Title Block Appear In Every Layout

Aug 16, 2011

I have a drawing template that I frequently use and am trying to get the title block appear in every layout. Is this possible? It is only displayed on my first layout.

View 4 Replies View Related







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