AutoCAD .NET :: How To Create New Block And Overlay To Existing One

May 26, 2011

I need to create a new block based on a existing block(need the same shape), then overlay on top of the existing one.

1. create a new block based on the existing one. the existing block is solid but I need to give pattern to new one

2. overlay on top of the existing one

I new how to create a block generally, but doesn't know how to create based on an existing one.

View 1 Replies


ADVERTISEMENT

AutoCAD .NET :: Create Dynamic Block From Existing Geometry

Dec 16, 2011

I want to create a dynamic block from existing geometry using C#.

View 1 Replies View Related

AutoCAD 2010 :: How To Overlay(Add) DXF File On Existing Dxf

Oct 8, 2012

I am a GIS person and not familiar too much with AutoCAD. As you may know we can easily overlay GIS fles in GIS software as much as we would like to have , while having same coordinate system.Now my question is , Is it possible to overlay( Or Open, Add, Insert,..) a dgf file into an exiting one?

For Example, I have received 4 dxf file which they have all same units and coordinate  for Pit Design and I just want to have all of them in one dxf. How I can merge them? I saw a hint on web for Copy Base Point but it was too complicated.

View 1 Replies View Related

AutoCAD Civil 3D :: Create All New Existing Surface Over Existing Ground

Sep 28, 2012

I'm trying to create an all new existing surface over existing ground. I have a TIN surface of the EG, and I have drawn overlay splines that describe the new surface, but how to go about creating that design surface.

It is a compound surface, open on one end and closed all around on the other, somewhat like a half of a football stadium, but with an irregular upper edge because I am needing to figure out cuts and fills to manipulate the EG into this new surface without costly major terraforming. There is about 40-50' vertical elevation between the "field" and the upper rim with a generally constant 7-10 deg. slope all around. I'm just at a loss to figure out how to approach this project, and am quite new to Civil 3D.

Civil3D 2013
MacBookPro 17 - 2.4GHz Intel QuadCore i7 (Late 2011 build)
Microsoft Windows 7 64bit
350GB Bootcamp volume

View 2 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 :: Add Some Attributes To Existing Block Using Block Editor

Dec 12, 2013

I'm trying to add some attributes to an existing block using the block editor, but after I save and close it I cannot see any 'placeholders' despite adding a default value and the attributes work fine when I double click the block.

I've tried using the ATTSYNC and BATTMAN commands but nothing works and there are no invisibility states applied to either the attribute or block and all layers are switched on.

I just tried making a quick block from scratch and it seems to have the same affect, except the default value will show, but no 'placeholder' shown if left blank.

I swear with previous version I could see the tag when a value hadn't been applied, so is it that the version I now use (2012) does not have this feature or it's disabled?

View 9 Replies View Related

AutoCad :: Convert Existing Block To Leader That Uses Same Block

Oct 21, 2013

I was wondering if it would be possible to convert an existing block to a leader that uses the same block with the arrow attached without losing the information which is stored inside the block attributes.

I have created the multi leader with the block definition attached but I'm still struggling to incorporate the data into it.

There are to many blocks to do this manually. I have exported the data to a excel but do not know how to insert it back into to multi leader.

View 3 Replies View Related

AutoCAD .NET :: Block Overlay Code Has Error - EInvalidInput

Jun 6, 2011

I am writing code to create a new block based on an existing block. and place this new block on top of the existing one.Here is my code:

Public Function FixtureConditionOverLay(objID as objectID) As BooleanDim db As Database = acApp. Document Manager. MdiActive Document. Database Dim trans As Transaction = acApp.DocumentManager.MdiActiveDocument.Database.TransactionManager.StartTransaction ConststrFD Name As String = "FixDefects".
[code]....

View 4 Replies View Related

AutoCad :: Create Grid To Overlay Topographical Map In Model Space?

Jun 11, 2013

I am looking to create a grid to "Overlay" a topographical map in model space. Essentially this will be built on a seperate layer titled grid that can be turned on or off to essentially "toggle" it. What is the most efficient way to create a grid in autocad? As well as assure the proper scale. Say I want it to have 10 ft. by 10 ft. cells on a topographical map that has a scale of 1" = 50'.

View 9 Replies View Related

AutoCad :: Renaming Existing Block Without Creating New One?

Apr 16, 2012

Is there anyway of re-naming an existing block without creating a new one? I made a rookie mistake of naming my blocks with names containing spaces i.e. 'block A' and 'block B' and have found that some routines like replace block won't work because of it.

View 3 Replies View Related

AutoCad 2D :: How To Make Existing Block Annotative

Nov 22, 2013

I created an dynamic block few weeks ago and forgot to make it annotative. I try the ddchprop command, switch annotative to yes but it automatically immediately switch back to no.

View 2 Replies View Related

AutoCad 2D :: Pasting Items Into Existing Block

Feb 21, 2013

I am still getting used to version 2010, and am unable to paste items into an existing block, is there a setting I can adjust to remedy this?

View 4 Replies View Related

AutoCAD .NET :: Insert Block With Attributes In Existing Table

Jun 26, 2012

I'm creating a routine to fill in my terminal strips. This routine worked perfectly in Vba but I'm now rewriting it for .NET...The problem is that I want to insert a block with attributes into different cells.The tables already exists. Below my function, I'm stuck on this part

Dim lonReturnedIds = FunBlockId() ' Calls the function FunBlockID to get the ID's of the attributes
' 0 = BlockID
' 1 = AttributeID of KleurB
' 2 = AttributeID of KleurO
TS.Cells(i, intPosition).Contents.Add()
TS.Cells(i, intPosition).Contents(0).BlockTableRecordId = lonReturnedIds(0)
TS.Cells(i, intPosition).SetBlockAttributeValue(lonReturnedIds(1), strCableConductor2WriteFirst)

Public Function Fun_StripUp(ByVal Po3dXY As Point3d, ByVal str_CableName As String, ByVal Str_CableConductor As String, ByVal strCable Conductor 2 Write As String, ByVal strCableConductor2WriteFirst As String, ByVal intPosition As Integer) As StringDim tAcadDoc As ApplicationServices.Document = ApplicationServices.Application.DocumentManager.MdiActiveDocumentDim myDB As.
[code]...

View 2 Replies View Related

AutoCAD LT :: Add Attributes To Existing Block Without Exploding And Remaking It?

Mar 15, 2013

Can you add Attributes to a exsiting block without ,exploding it ,and remaking it?

I have made a dynamic window block and forgot to add the attribute annotation I wanted.

Tried to edit the block and add it, but when I save it and reopen the block it does not show.the attribute.

View 1 Replies View Related

AutoCAD LT :: ZTag Data To Existing Attribute In Block

Oct 19, 2011

we have a block that we use to identify rooms. that block has 3 attributes: rooms name, rooms number and surface area.

A former colleague once showed me how to do this but I can't reach him... How can I inquire the data from an area and tag-it right to the surface area attribute of my block? I don't mean pick a pline, list and edit the block... it's something like pick the closed pline and the "area" data is displayed in the right tag of my block?

View 8 Replies View Related

Lightroom :: Mask Overlay Stuck And Brush Turns Block?

Jun 24, 2012

This is something that we’ve seen intermittently on our and others' Macs:
 
you hover over the pin of an active brush and the overlay appears.you move off the pin, but the overlay stays.when you now continue to brush, the overlay is erased in shrap edged, blocky strokes as if the brush was a square shape with no feathering. 

From all I can remember, it seems to be triggered only by larger brush sizes. Toggling the brushes panel or the overlay usually clears it up. It seems to be purely a display glitch not affecting the actual brush.
 
We’ve seen this happening in LR3, so it’s not new.

View 5 Replies View Related

AutoCAD Civil 3D :: Create Block With Attributes That Automatically Complete X / Y And Z For Insertion Point Of Block?

Feb 14, 2013

Is there a way to create a block with attributtes that automatically complete x, y, z, lat, long for the insertion point of the block?

I am trying to complete text in paperspace that will automatically fill in the lat long of a point in model space without using a table.  I have tried field insertion with reference to a cogo point, but it doesn't give options for position on a cogo point.  If I pick a block with attributes, it will let me pick any attributes, and x,y position for the block.

Cogo points show all the information I need to propagate in the properties....but how do I get that to translate into the text using fields or some other method?

Dell Precision T3600 - Windows 7 64-bit
NVIDIA Quadro 600
Intel(R) Xenon(R) CPU E5-1607 0 @ 3.00GHz 3.00GHz
8 GB ram - Two 1TB raid

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Redefine Existing Block

Jan 29, 2012

I am using the following function to create a block:

(defun crea-blocco (ip blockname gruppoogg / blkobj sArray c r vla-objects doc) (setq c -1) (repeat (sslength gruppoogg) (setq r (cons (ssname gruppoogg (setq c (1+ c))) r)) ) (setq r (reverse r)) (setq vla-objects (mapcar 'vlax-ename->vla-object r)) (setq doc (vla-get-activedocument (vlax-get-acad-object))) (setq blkobj (vla-add (vla-get-blocks doc) (vlax-3d-point ip) blockname)) (setq sArray (vlax-safearray-fill (vlax-make-safearray vlax-vbObject (cons 0 (1- (length vla-objects)))) vla-objects)) (vla-copyobjects doc sArray blkobj) blkobj)
 
But if I start this function two times with the same block name, I get a block with the selected objects added to the existing block.

How can I redefine an existing block with vlisp?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Attach Leader To Existing Block

Oct 24, 2013

Is there a way to attached an already exisiting placed block to a leader. If so, is there a way to do it to all the existing blocks, that are of the same block definintion, at once?

View 2 Replies View Related

AutoCAD 2010 :: Converting Existing Blocks With Attributes To New Dynamic Block

May 10, 2012

I want to convert existing lighting blocks with attributes to a new dynamic block. I created a few visibility states but when i insert the block I can't move the attribute text around. I don't have to redefine the attributes within the block editor to make this work. What is the best way to deal with existing blocks with attributes?

View 4 Replies View Related

AutoCAD 2010 :: Associate New Attributes With Move Parameter In Existing Block

Apr 11, 2013

I have a block that has been already established. i added another line of attribute. how do i make the new attribute associate with the 'move' parameter that has been set with the old attributes?

All this is created in block editor.

View 2 Replies View Related

AutoCad :: Overwrite Existing Block Definition By Inserting New Wblock Version

Oct 2, 2012

Presently if I insert a block into my drawing - and a block with the same name exists - the newly inserted block takes on the definition which exists in the receiving drawing . How do I reverse this i.e. I want to be able to overwrite the existing block definition by inserting the new wblock version.

View 9 Replies View Related

AutoCAD 2010 :: Modify Insertion Point For Existing Block Definition

Jun 16, 2011

I have several existing block definitions and need to change the insertion point. Also, when creating a new block in the Block Editor, how do I define the insertion point?

View 9 Replies View Related

AutoCAD Map 3D :: Using Existing Company Title Block Incorporated Into Map Book Template?

Jul 21, 2011

I have made a template for my mapbooks and I got the main viewport, key viewport and adjacent map arrows to work great, but the title block is proving more difficult. I have tried it many ways, in a seperate drawing in model space which did not work, in the template as a block in a layout which came in, but did not allow me to edit any foelds unless exploded, etc, etc...

How to use an existing company title block incorporated into the map book template?

View 1 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 :: How To Create Regular Block (not Write Block)

Oct 26, 2011

I made a write block from one drawing so that i could use it in another drawing. Now that i have inserted it into a different drawing i cannot explode it. I did not see the option to allow exploding when i created it.

I tried to create a regular block (not a write block) but then when i opened a new drawing and clicked "insert" "block" it was not in the list of available blocks?

View 6 Replies View Related

AutoCad 2D :: Create Thumbnail For A Block That Looks Like Block

Jun 30, 2011

Is there a way to create a thumbnail for a block that looks like the block when in a drawing rather than exploded when written to a file? All of the hidden attributes are currently being shown in the thumbnail using Wblock.I'm using AutoCAD 2011 to create blocks and thumbnails for a program called WireCAD.

View 9 Replies View Related

AutoCAD .NET :: Create / Copy Existing Workspace

Mar 5, 2013

I'm trying to create / copy an existing workspace using c#

I couldn't find a direct way to just copy the existing workspace so I tried to add it's properties manually. The only trouble is I can't seem to cover all the settings here's what I have so far...

var userworkspace = new Workspace(cs, acadUser)
 {
  WorkspaceRibbonRoot = wsMaster.WorkspaceRibbonRoot,
  WorkspaceQuickAccessToolbar = wsMaster.WorkspaceQuickAccessToolbar,
  Name = acadUser
 [Code] ....

Pretty basic I know, how can I get PartialCUI tabs, palettes, etc.. applied?

View 3 Replies View Related

AutoCad :: How To Create Copy Of Existing Layout

Aug 29, 2011

There are two things in Autocad i can't figure out how to do effectively:

A) I want to create a copy of an existing layout, which i can do easily. However is there a way to make 30 copies without doing each one manually?

B) I have all my layouts set up the same way. Now i want to change all my 30 layouts in the page setup manager to print A4 instead of A3, and to print Landscape instead of Portrait.

Can these be done? Perhaps with some repeat scripts or something?

View 9 Replies View Related

Lightroom :: Create 5 Cropping Overlay Guide From Image?

Aug 30, 2013

I must have dreamed this but I thought I saw that LR 5 had the ability to create a cropping overlay from an image.  My goal is to create a quicker way to place a date on 5x7 and wallets so that it works for both prints.  I want WHCC's wallet guide as an overlay.

View 2 Replies View Related

AutoCAD 2010 :: How To Create New Pointer Using Two Existing Pointers

Aug 3, 2012

How do I create a new pointer using two existing pointers.  I would like to create a pointer that combines the default arrow and the integral. 

View 9 Replies View Related







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