AutoCad :: Attribute To Geometry?

Nov 11, 2011

I have a survey plan with a ton of blocks in it.

The blocks have the elevations in the attributes, but i want the elevation in geometry position z.

View 3 Replies


ADVERTISEMENT

AutoCAD VB :: 2011 Batch Convert Field Attribute To Text Attribute In Blocks Using VBA

Jun 3, 2011

I've got hundreds of files to convert. 

In VBA, how can I batch convert field attributes in blocks to text attributes while retaining the blocks?  Is there a simple way to univerally convert them all at onceusing VBA?  The plotted values for the fields must be retained, too.

Explode will not retain the value of the field.

Burst will not work as it explodes the blocks as well.

You can right-click on the field and slelct "Convert to text" from the RCM.  So I know that the process exists within CAD, just need to batch the process for a quantity of DWGs at a time - in VBA.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Transfer Attribute Block Values To Another Attribute Blocks

Jul 3, 2012

I wanna transfer my attribute block values to another attribute text blocks , is there any lisp for that?

Is there a possibility for sum tag values of choice attribute blocks to inside of another attribute text block ?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Convert Attribute Tag Into Attribute Value?

Dec 8, 2011

Background: Someone exploded an attribute block and copied it hundreds of times throughout a project, each time changing the Attribute Tag to match the Value they expected to appear in their drawing.  The drawing must be xrefed, so the attribute definitions do not appear.

(There is only 1 attribute in the block.) 

Proposed Solutions:

1:AutoLISP routine which copies Tag data from Attribute Definition into Value of Attribute Block:

Prompt-Select Attribute Definition

Copy Tag data

Prompt-Select Attribute Block

Paste data into Value

(Allow repeat to speed workflow)(*PREFERRED*)

2:AutoLISP routine which copies Tag data from Attribute Definition into Default Value and creates a new Block:

Prompt-Select Attribute Definition

Copy Tag data

Paste data into Default Value

Create New Block

(Select Multiple Objects)(Creates tons of new blocks which are messy)

View 3 Replies View Related

AutoCAD .NET :: Attribute Reference Text String MText Attribute

Mar 16, 2012

I am using M Text Attributes to store imperial lengths in the drawing, feet inches and fractions (stacked).  When I read back the Text String property which, is the M text Attribute.Contents parsed, I am having problems because the parser does not add a space between the inch and the fraction.  So, is there any setting that could be used to tell the parser to add the space between the inch and the fraction? 

View 1 Replies View Related

AutoCAD 2010 :: Can't Change Attribute Value In Enhanced Attribute Editor

Dec 21, 2012

creating a block with attributes. I did manage to get my block set up and inserted in a dwg, but I am unable to change the "value" of any attribute. Unless I click on the "..." button next to the value field.

View 1 Replies View Related

AutoCAD 2010 :: Change An Attribute From A Value From Another Attribute In The Same Block

Oct 5, 2012

What I really want to do is on our fire alarm blocks we have 3 different attributes one for the address, the candela and one for misc info. I want to make an attribute that takes the number from the candela (15,30,75or 110) and change a different attribute to a value depending on which candela we use (such as 15=.078, 30=.113, 75=.195 or 110=.259). But I don't want the .078,.113,.195,.259 to print out on paper, I want to export block information excel file so I can add up all values.

View 2 Replies View Related

AutoCad 2D :: Copying Attribute Values To Another Attribute?

Jun 15, 2013

I want to copy attribute values. I'm making a catalogue of all the reinforcements in my drawing so I need to name those reinforcements. So what I want is to make a string of text that I don't need to totally modify everytime. Something like this:

Amount of reinforcement bars - 5
Diameter of the reinforcement - 12
Division of reinforcing bars - 100
Reinforcement bars: 5-T12-k100

So the only attributes I'd edit would be the first three not the last one. So how can this be accomplished?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Check Block Attribute Then Change Different Attribute In Block

Aug 31, 2012

select all blocks on certain layers in a drawing, check attribute CIRCUIT in each block if it starts with MS then attribute CONTROL = switched. I hope thats clear enough the way

(defun c:control()
(graphscr)
(Setq sc (ssget "X" '((0 . "INSERT")

[Code].....

View 1 Replies View Related

AutoCAD .NET :: Get Currently Selected Geometry

Oct 12, 2013

Is it possible to get a selection set for the currently selected geometry?  If I use the EditorInput selection functions, the user is asked to select an item, however I want the item(s) that has already been selected prior to running the plugin.

View 3 Replies View Related

AutoCad 3D :: 2D Geometry Onto 3D Surface

Oct 4, 2011

I have a complex 2D geometry (.dwg layout) I want to wrap onto a 3D tube. Is there and easy way to do this in AutoCAD Mechanical or Inventor (preferably AC Mech)? My machine takes a 2D flat pattern to create the part but i need to model the geometry in 3D for other purposes. I have been using Solidworks the "wrap" feature, but its inconvenient to jump between software platforms.

View 2 Replies View Related

AutoCad :: Flatshot - 2D And 3D Geometry?

Sep 13, 2011

Have a drawing with multiple xref's , Blocks within it. Drawing geometry is a combination of 2D and 3D. Would like to project this onto a 2D plane - "FlatShot?" and then save it as another drawing.

Main reason for this is for a KeyPlan - routing diagram for a plant.

Software been used AutoCAD 2010 & 11

View 2 Replies View Related

AutoCad 3D :: Any Way To Roll Geometry

Jul 11, 2011

Is there a way to roll geometry? Much like in a real life scenario where I have a sheet plate part that needs to be run through a roller?

View 9 Replies View Related

AutoCAD .NET :: How To Know The Object ID For Any Geometry

Oct 28, 2013

I just want to know that how can I know the Object ID from the AutoCAD for any geomatry.

I knew already from the coding but I want to know manually for AutoCAD.

View 1 Replies View Related

AutoCAD LT :: Preserving Grouped Geometry

Feb 27, 2013

When I use the 'Copy with Basepoint' command from the clipboard and paste the results into another drawing, all of the grouped items become ungrouped.

Is there a way of preserving grouped geometry when copying from one drawing and pasting to another?

View 5 Replies View Related

AutoCAD 2013 :: Lost 3D Geometry

Feb 7, 2013

my 3D geometry going missing after I have saved the drawing.  Running AutoCAD 2013, Saving file Format 2010.  I draw a room.  I have walls, chairs, desks, a floor, etc.  I save the drawing.  When going to re-open the file I can see all of my geometry in the file preview, but when opening the DWG the floor is missing.  All Layers are on and thawed.  When running a purge command it indicates that something is on the layer, but I can't see it or select it. Changing visual styles also has no effect. I have used CAD in 3D since CAD 200.

View 9 Replies View Related

AutoCAD 2013 :: Exporting Geometry To STL

Dec 16, 2013

I have a 3D geometry that i wanted to export as a .STL file. But every time i selected the geometry to export, i keep getting the option "Select solids or watertight meshes: Specify opposite corner:." Although the command line does show that the objects have been selected. I've tried different ways of selecting the geometry but every time it shows the same thing.

P.S - i was able to export it in other (.IGES, .IGS formats) but it doesn't seem to be working the same way with .STL

View 7 Replies View Related

AutoCAD .NET :: Geometry Line2D IntersectWith

Mar 9, 2010

C#, AutoCAD 2010.

I normally use a database transaction to create temporary drawing Lines when I need to do any intersections. But I decided to try virtual Geometry Line2d instead. Intersecting Line2d with other Line2d objects. But I do not understand the Tolerance input. I definitely need it - without it all the line2ds are intersecting even when they actually don't.

View 4 Replies View Related

AutoCAD Inventor :: Importing 2D Geometry

Jan 16, 2006

How in import 2D geometry into Inventor so I do not have to redraw the profile, only extrude the existing geometry. I tried to export from Autocad a IGES file, and then create a sketch plane in Inventor and project the geometry onto the sketch plane, but I ended up with a bunch of open loops. Perhaps, I have figured it out and real question is how to I close open loops?

View 6 Replies View Related

AutoCad 2D :: How To Get Geometry Information In Properties

Apr 26, 2011

once I've set an origin, how do you get the geometry info in the properties to show the coordinates from that origin? what I want to do is set an origin and then find relative points from that origin. What are the ways to do this? On ProgeCad I would just set an origin and then if I viewed the properties of say a circle, it would tell me the x,y,z coordinates from that origin but I can't seem to do it in AutoCad.

As you can see from the picture, what I did was set an origin at the on point. Then I selected the arc for which I want to know the coordinates. But as you can see in the properties it says the x,y are like 566,567mm, but clearly if I draw lines to that point and measure the lines it is only like 1.00,0.70mm.

View 9 Replies View Related

AutoCAD VB :: Degenerate Geometry Error

Jan 19, 2002

I've never seen this one before, I'm drawing a circle around each block reference insert choosen with a selection set to highlight it. On any block references that is mirrored, I get an error "degenerate geometry"

View 1 Replies View Related

AutoCAD Inventor :: Animate Converging Geometry

Nov 5, 2013

I would like to be able to show an animation of a flat plate of material converging into a half hollow sphere (like a bowl). Its easy to model the beginning and end stae, but I do not know how to show it transitioning from one to the other.

How to do this?  I need it for a presentation to convey a design concept. 

View 4 Replies View Related

AutoCAD Inventor :: Can't Extrude Geometry Text

Jul 7, 2013

I'm fairly new to the world of CAD, and I was just working on a phone case for my friend when I tried to extrude geometry text, but couldn't because the OK and Apply options were greyed out. I tried embossing and making a hole, but they were greyed out for them too. I tried messing with the settings to see if I could fix it, but I still couldn't. I'm really confused right now, I remember doing something similar for a case I made for myself.?

View 3 Replies View Related

AutoCAD Inventor :: How To Delete Unwanted Geometry

Jan 28, 2013

I have generated a model but want to get rid of unwanted geometry to clean it up, how do I delete unwanted geometry?

View 4 Replies View Related

AutoCAD 2010 :: Block Geometry Disappears

Oct 8, 2012

Just recently we upgraded from ACAD 2010 to 2011. Some users are still on XP and some are on Windows 7. Since we began making the jump to ACAD 2011, we have begun to notice more and more drawings popping up with blocks no longer visible that were there the day before. When you go to the block editor, the block definition is still there but all of the geometry has been blown away. The only entity that seems to be immune is an attribute. The only commonality among the various drawings this is happening too is that they are all being accessed from an XP machine. Some folks have had to spend hours restoring all the blocks that were lost and that in itself was a challenge because ACAD already saw the definition so it would continue to blow away the geometry. You could purge the block IF you could find a way to pick it and delete it.

View 5 Replies View Related

AutoCAD Inventor :: Import 2D DWG As Construction Geometry?

Dec 17, 2011

Currently I save all my 2D DWGs as IGES files and then import the files into Inventor. That converts all the geometry to Construction Wires in an IPT, which means MUCH improved performance (you don't have to wait for Inventor to convert every single entity in the DWG to a Sketch entity). I then start a new Sketch and Project those lines that I need from the Construction Wires.

Is there a way to do this directly (convert to Construction Wires) with a DWG, without having to save as an IGES file first?

View 2 Replies View Related

AutoCAD 2013 :: Skewed Geometry In Fusion

Oct 10, 2012

I am currently creating a 3D model of a building of a complicated geometry. I managed to do this in AutoCAD 2013 but when I exported the iges file and imported it to AutoCAD Inventor Fusion, I get a lot of skewness. This is particularly so for the cylinders I extruded in AutoCAD 2013.I have been looking at this problem for almost a week already. I have attached the photo of the skewness shown in AutoCAD Inventor Fusion.

View 1 Replies View Related

AutoCAD Inventor :: Snap To Geometry On Different Plane

Nov 12, 2013

I have a sketch on plane XY and I have another plane at an angle, which I would like to work on. How can I create a sketch on the angled plane, using the geometry from the XY sketch and which I can snap to? 

View 5 Replies View Related

AutoCAD 2010 :: Model Random 3D-geometry?

Nov 1, 2012

How should I model a random 3D-geometry using AUTOCAD?  

 I have NEZ data from total station survey of an uneven region. Importing them to AUTOCAD gives me points.    

What element should I use to model the 3D geometry enabling me to perform further calculations like volume etc. ?

View 1 Replies View Related

AutoCad :: How To Use Constrain To Bisect Angle In Geometry

Aug 6, 2011

In triangle ABC, AD is drawn as angle bisector and BE is drawn perpendicular to AD. I want to draw these two lines and triangle ABC by means of constrains, so that when I move point A (make it bigger or smaller), I can get those two lines move automatically. What kind of constrains should I use? For triangle itself, I use "coincident" constrain. I think this part is correct. Whenever I move a vertex after selecting a line and using red grips, it responds and triangle reshapes. Do we have angle bisector constrain? I draw angle dimension line for two equal angle and tried to impose equal constrain for these two angle but couldn't succeed.

View 6 Replies View Related

AutoCAD 2013 :: How To Lock PS Viewport On MS Geometry

Nov 7, 2013

If its possible to have a viewport stay locked on a geometry in model space?

For example- we layout our page geometries in model space and outline them in a VP in paperspace. however say we move the entire drawing in model space- we have to go back and redo every viewport on every page. is there a way to prevent this or stop this from happening?

View 9 Replies View Related







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