AutoCad :: Plan View Of Gate Crane As A Block To Insert Into Drawing
Aug 23, 2011
I need a plan view of a gate crane as a block to insert into my drawing. It is not necessary to be detailed and a simple one is acceptable.
Is there any place to find it. Attached photo shows what I am looking for.
1.jpg
View 6 Replies
ADVERTISEMENT
Nov 23, 2013
I need drawing a set of winder stairs in plan view. I am using autocad 2008.
View 9 Replies
View Related
Jan 3, 2012
I would like to place a parameter in the title block to indicate the view in the plan layout.
View 1 Replies
View Related
Jan 28, 2010
How do I insert a title block into my drawing?
View 9 Replies
View Related
Oct 30, 2013
I would like to be able to collect information from a drawing via a sub-form and then insert a block with attributes (populated with collected info) into another open drawing. The insert operation would be launched from a button on my sub form.
Is this possible?
From the code below I attempted a test to simply select a point from another open drawing but was not successful. However, once I closed both forms the target drawing file is activated.
Private Sub Button2_Click(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles Button2.Click
Me.Hide()
Dim docMgr As DocumentCollection = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager
Dim i As Integer = 0
For Each doc As Document In docMgr
[Code]....
View 4 Replies
View Related
Dec 29, 2011
I am trying to create a block which consists of my company logo and some text to use on my drawing sheets or templates
I have created a block by making a autocad drawing and creating /saving it as a block .. When I insert the block into my drawing the text style changes into a different style... why is this happening and what can be done to prevent this change from occuring. I am using autocad lt 2009 and 2005 the problem is consistant with both versions...
View 3 Replies
View Related
Sep 16, 2011
I am trying to insert a block (using .Net) that does not already exist on the drawing. It is on a network share, which is in the search path. If I, from the command line insert the block, it finds it ok and inserts it. But when I do this from .Net code it does not search for the block. So how do you get it to search for the block and insert it?
Here is a code snippet I'm using to insert the block:
Dim myDwg AsDocument = Application.DocumentManager.MdiActiveDocument
Using myDocLock AsDocumentLock= myDwg.LockDocument()
Using myTrans AsTransaction= myDwg.TransactionManager.StartTransaction
'Open the database for WriteDim myBT AsBlockTable = CType(myDwg.Database.BlockTableId.GetObject(OpenMode.ForRead), BlockTable)
[Code]....
View 9 Replies
View Related
Oct 17, 2011
I am trying to insert a block into a drawing that uses dynamic blocks. I want the block to be associated to the dynamic block, so that when I alter a linear stretch parameter on the dynamic block it moves the other block.
I am probably missing something obvious, but have now googled my mind into a numb state and can't make any more progress.
View 3 Replies
View Related
Feb 12, 2012
I have a lighting block I need to insert into a drawing. Who ever drew the block did so upside down (so the top is really the bottom). I can't, for the life of me, figure out how to "rotate" it so that the top is correct. When I rotate the block, it simply keeps the top the top. When I copy and paste it, it stays the same as well. I tried inserting it into a new drawing.
View 4 Replies
View Related
Apr 22, 2013
I am trying to insert one or another block into a drawing, and i need to do this 8 times per drawing.
(defun C:detector (/ filename gas pressure)
(repeat 8 (initget 1 "Gas Pressure")
(setq filename (getkword "
Enter Detector Type [Gas/Pressure]: "))
(if (= filename "gas") (command "-insert" "*T:\acad\schematic_circuits\suny\sunygasdetectornew.dwg" pause "" "")
(or (if (= filename "pressure")
(command "-insert" "*T:\acad\schematic_circuits\suny\sunypressuretransmitternew.dwg" pause "" ""))
) ;;end or
) ;;end if
) ;;end repeat
)
View 4 Replies
View Related
May 4, 2012
I have a drawing where I have placed all of my natural gas piping. I have all of the annotative blocks set to 3/32"=1'-0" and 1/32"=1'-0" scales. They are both correctly displayed in this drawing.
When I xref this drawing into another about half of the 1/32" blocks show up correctly. The other half are shifted to the right off of the plan. All of the 3/32" blocks show up correctly.
View 9 Replies
View Related
Oct 15, 2010
I need simple code to do just one thing, inserting a dynamic block that is stored in a separate file on my computer (like C:/base/b-22) in the drawing that I'm currently using. For example, I have a windows form with a list box with names of many dynamic blocks that are stored on my c drive, I would like to pick a block with a name and upon a click event of a button or other will go get this block from a separate file and insert it in the drawing I'm currently using, and would need to be able to pick the point of where I want the block to go. I'm using autocad 2010 with visual studio 2008- using the new autocad .net language.
View 9 Replies
View Related
Aug 8, 2013
I am doing a five stories building and when ad the structural column with concrete cast in place material, the representation in plan view does not cover the block hatch of the wall. See attached image. I have read all about structural columns and did not find any solution.
View 5 Replies
View Related
Mar 5, 2013
I'm trying to edit an architectural Title Block. I've went into block editor and did attribute definitions. However, when I save it I can't insert it into a drawing. Is there anything I can do to prevent this from happening?
View 2 Replies
View Related
Sep 26, 2013
take a look at this piece of my LISP-routine.
(command "_.block" pause pause ss "")
where:
ss - is a Selection set of some entities
In the rest of code, I don't change the values of initdia, or cmdecho, or whatever else
I haven't sill understood them that well.The problem is the following:
When My routine executes this line, I am promted for:
1. block name - that's OK
2. insertion point - that's OK
3. then the block-command receives correctly the entities from ss-selection set - that's OK
4. then all the object dissapear! **Problem here**
The block is created... I can insert it in the drawing from the block-data base...
But is there a way to let this block stay in the drawing ? without disappearing?
View 2 Replies
View Related
Jun 24, 2013
I'm using C3D 2013. I received a survey drawing (unknown version) from a third party. I tried both xref'ing and inserting as block into my drawing and it was over 7,100' SW from my site. BUT when I copy from 0,0,0 in his drawing and paste 0,0,0 in my drawing, it lands on my site. If I xref my drawing into his drawing, it lands on his survey information. Why doesn't his drawing land on my site when I xref or insert as block?
View 6 Replies
View Related
May 30, 2012
I am working in a project where I need to represent the reflecting ceiling edges in the plan view. I put the first floor plan as underlay, and selected the RCP projection but I don't see the dropped ceiling lines to select them with the linework command. I have done every thing possible with the view range but I don't see the lines.
View 7 Replies
View Related
Mar 26, 2012
i draw up all of my walls, i connect them properly, cleanup etc. then i want to trim them with my roof slabs and what i see? i see my walls suddenly dissappear in 3d view but are still correctly shown on plan view? i know it has something to do with roofline because when i tried to project them automatically to ontu my roof slabs the walls dissappeared too!
View 1 Replies
View Related
Jan 18, 2013
I was given a horizontal centerline of a 5 mile bike path. We have to stake all the even stationing every 50 feet and all the VPC's and VPT's with vertical elevation. I have created the horizontal profile and also the vertical profile including all the vertical curve information. Is there an easy way to incorporate the elevation information back into the plan view so I can create points that carry x,y & z points that I can transfer out of autocad as a .txt file so we can upload it on our gps equipment?
View 9 Replies
View Related
Apr 2, 2013
I write a program, this program needs to insert some standard illustrations. I made these standard illustrations into different blocks. And I store these blocks in a dwg file. Everytime I need to insert some illustrations, I just click the mouse on the current drawing, I want the illustration inserted. These means the following points:
(1) Import the blocks to the current drawing, if the blocks have already been imported, then do nothing.
(2) Specify the insert point by clicking the mouse, and I want the block's insert point to coincide with the mouse clicking point.
View 1 Replies
View Related
May 29, 2013
Is there a way to easily add an object from a profile view to a plan view? I have developed a pipeline profile that has high and low points and I would like to show these points on the plan views.
View 9 Replies
View Related
Jun 27, 2012
I am trying to insert blocks into my drawings and for the most part I have been successful using Design Center. However, I have difficulties turning some of those blocks from the Plan View into the Elevation View, even when they show as elevation blocks. Even the downloads that show as 3-D end up being inserted as 2-D in plan view. In floor plan mode, I have no problem; so how do I turn them into 2-D in elevation mode?
View 1 Replies
View Related
Dec 6, 2007
Residential custom home design. I come from the good old fashioned background of pencil and paper drafting. Although with the recent technology advances I have migrated to the AutoCAD side of the fence, and loving every minute of it. Upon purchasing a copy of AutoCAD 2004, I continued drafting the way I knew how, lines on paper. I have recently upgraded to AutoCAD 2007, and with no formal training, I am looking in drafting in 3D.
My main question has multiple parts;
What is the best way to draw walls in 3D?
What is the best way to add windows and doors? and is there a way to have the "plan view" relate with the "elevation view"?
How do you go about adding a roof?
I have played around in the isometric views attempting to solve the previous questions, although I have been doing all of it with line work. I know there has to be an easier and more efficient way of going about this....
View 9 Replies
View Related
Aug 2, 2013
I am trying to insert OS Tiles into a drawing using the insert x-ref command. I have managed to insert 192 tiles but still need to add 29 more tiles to complete. When I try to insert another x reference AutoCAD just goes into a continual loop. Have to force AutoCAD to crash after ten minutes.
I am using AutoCAD 2014 MAP and have just had a new system built (i5 processor, 8GB RAM).
View 9 Replies
View Related
Aug 11, 2013
I need to insert a Key Plan as a small part in my title blocks. I have a key plan ready in my model section. I did tried to play around in the block editor but could not find anything useful. I wish I could insert the key plan like viewport in the layout section.
On the side, my file directory always showed up on the paper when I printed my drawing out. Do you know how I can get rid of this ?
View 1 Replies
View Related
Oct 28, 2013
I have created a dynamic block with a stretch, flip and rotate. Everything works great in its file. When I insert it in another file, the grips move but the block does not change.
AutoCAD 2014
View 2 Replies
View Related
Apr 18, 2013
I am learning autolips and i found a problem that i can´t solved.
(vl-load-com)(defun c:pmb ( / ss ent pt )(prompt "
selec block : ")(setq ss (ssget '((0 . "INSERT")))) (setq ent (ssname ss 0)), (setq pt (cdr (assoc 10 (entget ent)))) (command "point" pt))
wich this code you select one block and insert one point at insert point´s block.
which this other code yo select all block and insert all point.... but in one block
(vl-load-com) (defun c:pmb11 ( / sele cod bloque nbloque lista pt ) (prompt "
block: ") (setq sele (ssget ( List'(0 . "INSERT"))) Cod 0 )cod (1+ cod) (repeat (sslength sele) (setq bloque (ssname sele cod)) (setq pt (cdr (assoc 10 ( entget bloque)))) (command "punto" pt) );repeat )
View 4 Replies
View Related
Jul 9, 2013
Is it possible to automatically insert centrelines in projected views when using the base view command?
I believe it is possible with Inventor.
Using Autocad 2014
View 1 Replies
View Related
Jan 10, 2012
We have our first project in Revit that we are having to split among multiple sheets because of the size of the building, so I have made 3 dependent views from the main overall view, named them, cropped them and placed each part (A,B, and C) on separate sheets. Now that I am trying to do enlarged toilet plan views, I want to tag the plans with the plan callouts on the 1/8” sheets that are the dependent views, but all the view tags are referencing dependent view A since it is the first dependent view in the list. If I change sheet A to be named Sheet X for instance, all the view tags now reference sheet B since that becomes the first dependent view alphabetically. I want them to reference the sheet they appear in, but I can’t seem to figure out how to do that, even though they are in different dependent views completely and within the crop region, they all default to the first dependent view in alphabetical order.
View 4 Replies
View Related
Nov 30, 2012
I have a block that i want to insert several times and revised each one to be different to do this i would have to insert it and rename the blocks that come in and then reinsert i would like to insert and have a lisp explode the main block and rename the other 2 blocks with a suffix at the end depending on how many times its in the drawing... can this even be done? My original block name that will be first inserted is "BENT PULLEY NOTES" it needs to explode after i drop it in and then there are 2 blocks within that called "Bent Pulley" and "Bent Pulley DYN" that i was hoping to keep the names but add a number at the end depending on how many are in the drawing already...
here is a lisp that i have found... it would work if i didn't have nested blocks and only wanted the one block to be insert and not explode...
(defun c:Test (/ e i name Bname )
(setq e nil)
(command "_.-insert" "Drawing1.dwg" pause "" "" "")
(if (setq e (entlast))
[Code] .......
View 9 Replies
View Related
Apr 11, 2013
I have a pallete button that inserts a block then a drag jig to position it. The block is first inserted at 0,0 and dragged.
The block at 0,0 remains visible while a "duplicate" block is dragged. Is there a way to hide the original?
Insert block then calling the drag jig..
AddViewBlock(New Point3d(0, 0, 0), 0, ColorIndex, trans) psr = ed.SelectLast() DragView(psr.Value, "Bar Insertion Point")
In the DragView procedure I have:
Public Sub DragView(ByVal SS As SelectionSet, ByVal sPrompt As String)
'....
Dim ppr As PromptPointResult = ed.Drag(SS, vbLf & sPrompt, New DragCallback(AddressOf MyDragCallback))
View 4 Replies
View Related