AutoCAD .NET :: Create Function To Change Blocks

Nov 7, 2013

I have a series of blocks with all the same attribute tag names. I need to create a function that allows me to change a block from one to another within a drawing.

Can I do this by just changing the block ID? or do I need to go through and grab all the info from the old block and insert a new block with the attribute values and then delete the old block.

View 2 Replies


ADVERTISEMENT

AutoCAD Dynamic Blocks :: Link Parameter Value To A Function

Aug 14, 2011

Is it possible to link a parameter value  to a function? I want text or attributes to never be "upside down".

If it is rotated with a rotation parameter the text would need to be automatically flipped or rotated if the angle is less than say >3*PI / 4 and  < 7*PI/8.

View 9 Replies View Related

AutoCad :: CTRL Keyboard Function When Inserting Blocks

Jan 22, 2014

At the moment when I use our company tool palette and select a block when I insert it if I hit the CTRL key on my keyboard the insertion point jumps between all the points in my block be it stretch points, base points or basic points.

If I create my own palette and add my blocks to it, the CTRL function doesn't work when I select a block.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Upgrade Function To Grab Multiple Blocks?

Jan 23, 2012

I was able to find/update a LISP program that returns the dynamic block to its original state, overriding the anonymous name and make the actual block name the effective name. I am in the process of manipulating the LISP program so I can select multiple blocks rather than one at a time.

(defun CYMEFFEC ()(vl-load-com) (setq obj (vlax-ename->vla-object (car (entsel "Select blocks: ")))) (vlax-put obj 'Name (vlax-get obj 'Effectivename)))

View 3 Replies View Related

AutoCAD Inventor :: Rib Function Cannot Create Rib

Dec 26, 2011

I'm trying to create a rib from the sketch shown.  Before I go to support with this, how to make it work or why it won't?  I think Inventor just isn't up to it.  If I add perpendicular lines to the endpoints of the line shown, it'll make rib, but the rib isn't right - i.e. it doesn't maintain tangency the way it should.  I'd rather not have to go through and surface it.

Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7

View 1 Replies View Related

AutoCAD Inventor :: Add A Cancel Function To Create View

Sep 23, 2004

Any way this can happen in a reasonable time frame, say in a release or 2,since view creation takes so long?Or did you development guys sneak that into R9?

View 4 Replies View Related

AutoCAD 2010 :: How To Change Use Pan Function When Push In Scroll

Jul 23, 2013

i have problem with my cad. When i push in scroll button in old settings i saw hand (pan function) and it was easy to move. Now when i push in scroll button i see cross with arrows and moving where i want is difficult. How can i change it (i want use pan function when i push in scroll).

View 3 Replies View Related

AutoCAD Inventor :: Save Copy As Function To Create ZGL Files

Feb 27, 2012

I was able to use Inventor "Save Copy As" function to create zgl files.  When the zgl files were viewed with "Imagination View" program, some files looked good, while some others do not show any geometry (just white background).  Do I need to change anything in the Model before executing "Save Copy As" function?

View 3 Replies View Related

AutoCAD Dynamic Blocks :: Using The Dynamic Array Function

Nov 21, 2013

I have created a small dynamic block that manipulated some lines (attached). The properties table allows s1, b1, b2 and c to be modified.  The white lines control the cyan and red.

The red-lines have an array within (green lines) which I want to lock to the blue line parametrically. The array may be dragged physically but thats not the point; its need to be automatic (Revit style).

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Create A Pop Up Menu Triggered By A Function Key?

Dec 29, 2011

I would like a small menu to pop up near the cursor like the middle mouse button menu, but based on some other function key or quick key shortcut. 

View 2 Replies View Related

AutoCAD Inventor :: ILogic Function To Change Decimal Marker From Full Stops To Commas

Apr 5, 2013

e.g. 25,00mm instead of 25.00mm.

I have a huge list of drawings I need to apply this update to.  Updating Styles isn't really an option as we haven't enough consistency in the styles we have used.

Inventor 2013 Certified Professional

Autodesk Inventor Professional 2011
Windows 7 Enterprise, 64-bit

View 3 Replies View Related

Photoshop :: Ruler Function Change In CS6

Jun 12, 2012

In CS4, I could crop a larger picture to a size such as 9"x12" without actually resizing it, just eliminating the unwanted areas. It seems this is no longer possible as now when cropping, the positions on the rulers are not marked as I determine the crop size.  So I can set the size to be 9x12, and whatever crops will expand to that, I assume with interpolated pixels and possible detail loss. 
 
If unconstrained is used, then you don't know what the size will be till the crop is done and it realigns with the rulers.

Before, I could either enter the numbers, such as 6"  8" 300dpi, if I wanted to enlarge a smaller image, as I still can do now. But also, with CS4, I  had made a preset with no numbers, similar to unconstrained, but with the positions showing on the rulers, so I could draw to whatever size I wanted, within a larger image, so when a crop was made, area was removed but there was no re figuring of the size.  This is more like cutting out a picture on paper, while now it seems only a stretching of the area can be done.

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: No Function Definition With Distance Function

Oct 25, 2013

This seems absolutly silly.

(setq p1 (getpoint))
(setq p2 (getpoint))

(setq Dist (distance p1 p2))

Why does this not work?

I'm trying to build a command to replace AutoCAD's "DI" command, to give distance and delta x, y, and z values in decimal and imperial, and keep the angles in XY plane and out of XY plane.

View 9 Replies View Related

3ds Max :: Populate Function - Possible To Swap Or Change Models?

May 17, 2013

I just want to ask if its possible to swap or change the models wich are used by the new populate function? The texture can be changed when i overwrite the original ones in the temp folder. Is that true?

View 1 Replies View Related

AutoCad 3D :: How To Change 2D Blocks To 3D

Jan 6, 2012

just wanna ask...how do you change 2d blocks to 3d blocks..

View 4 Replies View Related

Edge Animate CC :: How To Create A Delay Function In A Trigger

Jul 2, 2013

I have a problem, i need create a function delay in the timeline with a trigger.
 
I want that my animation play every 3 seconds until the next sym.stop and then play again after 3 seconds.
 
Ej. I have 3 triggers in the timeline:
 
sym.stop(1000)
 
sym.stop(2000)
 
sym.stop(3000)
 
My idea is make a delay in all the triggers, like this:
 
sym.stop(1000)
delay.play (2000)
sym.play
 
sym.stop(2000)
delay.play (2000)
sym.play
 
sym.stop(3000)
delay.play (2000)
sym.play
 
Cause I dont know how to elaborate a function in jquery

View 5 Replies View Related

3ds Max Modeling :: SET VOLUME Function To Change Shape Of Lattice

Jul 10, 2012

using the sub-object SET VOLUME function to change the shape of the lattice (down to the positions of the individual points) does not affect where the object deforms. The only way to alter the lattice is to go sub-object LATTICE and move the whole lattice prior to deformation.

View 8 Replies View Related

AutoCad :: How To Create Dynamic Blocks

Sep 2, 2011

I just only started trying to create Dynamic Blocks.

Here's what I have trouble with, I want to make the 2 "rectangles" in the fridge drawing stretch accordingly when I move the arrows for the compressor (the X).

But I want them to scale together and move so that they are still within the fridge part.

I tried a lot of Scales and Moves but I keep getting weird results.

I have the Dynamic Block here along with 3 examples of the fridges, what I'm trying to do.

-Attachment removed-

View 4 Replies View Related

AutoCad :: Change Colour Of Some Blocks?

Sep 2, 2013

really simple this but I want to change the colour of some blocks. There are already some of this block in the drawing, but I am adding additional ones and want these to show up by changing the colour to red.

The blocks have been created in Layer 0, and inserted on another layer. When I highlight the blocks in question I can change the colour to Red, but even though the ribbon says otherwise they are still appearing in the original colour.

View 9 Replies View Related

AutoCad :: Change Multiple Blocks At Once

Mar 10, 2012

I have about 100 blocks. They are different in many ways, but all have multiple linear distance parameters, and these have the distance max set to lengths (all of them have different lengths).

I'd like to be able to change the distance max without having to open each block and do this manually.

Is it possible to export block info into Excel and then change it in Excel, and reimport into AutoCAD, saving the new information?

Or is there another way, through Lisp or some other part of AutoCAD that I don't know about?

View 0 Replies View Related

AutoCad :: Change Colors On Blocks?

Nov 28, 2012

I have a couple of blocks I've drawn in the wrong layer. I manage to get them over into the layer I want, but the color remains the same as the layer I drew them in. Do you have to go in an change it to a set color instead of "color by layer", or is there another way?

View 7 Replies View Related

GIMP :: Create Colored Circular Text Using Logo Function?

May 4, 2013

I would like to create a colored circular text using File > Create > Logo > Circular text ... but everytime I try, the circular text is displayed in black ... ! How can I change this and choose the color for the circular text ?

View 2 Replies View Related

Edge Animate CC :: How To Create A Function Which Triggers One Of Three Functions Randomly

Jul 26, 2013

I'd like to create a function which triggers one of three functions randomly.

View 5 Replies View Related

Illustrator :: How To Change Default Mouse Wheel Function To Zoom

May 20, 2013

I never use horizontal and vertical scrolling with the mouse wheel
 
I always Zoom
 
But I am forced to hold ALT down every time ...
 
I want mouse wheel to Zoom by default ...

View 1 Replies View Related

AutoCAD Map 3D :: Create Blocks With Attributes From Attached MDB?

May 7, 2013

I have an access database attached to a blank drawing.  The database is a list of existing oil wells.  I want to have civil3d (or map) create a custom block (I already have the blocks created) inserted at a coordinate in the database and propagate the other fields in the database into attributes in the blocks.  For instance, the first two fields in the database are the x and y.  Some of the other fields in the database are the well status and company name.  Is it possible for Map to read the first two fields to know where to put the block, then select the block to insert based on wells status and company name, and then complete attributes from the other fields (section, township, range, county, etc) into the block?  I'm having a hard time getting my head wrapped around the map3d user's guide talking about topologies, link templates, object classifications, etc.  Using Civil3D 2013 infrastructure design suite, Win 7 64-bit, office 64-bit.

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 8 Replies View Related

AutoCAD 2010 :: How To Create New .dwg With No Layers Blocks

Feb 15, 2012

How do I create a new .dwg that has no layers, blocks, text styles and dim styles? 2013 Civil 3D

View 3 Replies View Related

AutoCAD Civil 3D :: Create Blocks From Attached MDB

May 9, 2013

I have an access database attached to a blank drawing.  The database is a list of existing oil wells.  I want to have civil3d (or map) create a custom block (I already have the blocks created) inserted at a coordinate in the database and propagate the other fields in the database into attributes in the blocks.  For instance, the first two fields in the database are the x and y.  Some of the other fields in the database are the well status and company name.  Is it possible for Map to read the first two fields to know where to put the block, then select the block to insert based on wells status and company name, and then complete attributes from the other fields (section, township, range, county, etc) into the block?  I'm having a hard time getting my head wrapped around the map3d user's guide talking about topologies, link templates, object classifications, etc.

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 3 Replies View Related

AutoCAD 2013 :: Create Automatically Blocks?

Dec 11, 2013

I've been working a while with AutoCad now but this week I received a task which I am not sure is not even possible to do.

I've been exporting drawnings from an other program into AutoCad2013 and all the objects in my drawning appear as loose objects in AutoCad.  Can AutoCad create automatically blocks from these loose objects ?

Example : I added a picture of a transformer in this message.  This object (2 circles, triangle and star) becomes all loose objects and is NOT one symbol anymore.  My question is, if it it is possible that Autocad can recognize these loose objects and create automatically blocks from them.  There are a lot of transformers in my drawnings and If I have to do it myself it will be loads of work.

Another thing they asked to do is working with correct European Symbols.  I should therefore change blocks in my drawnings into correct one's.  I believe when the wrong symbol is already a block it's more easy to change them.  I think I should just select all wrong blocks, edit them and then update them.  But before this, I have to get blocks in my drawning ofcourse.

View 7 Replies View Related

AutoCad :: Create Some Lighting Blocks And Put In Some Library

Mar 23, 2011

i use autocad 2011. I need to create some lighting bloks and put them in some library to use in some porject and also export it to other pc as well. How can I create library?

View 6 Replies View Related

AutoCAD Inventor :: Passing A Function Name To Another Function

Nov 13, 2012

I'm trying to be able to have a function run another function with the secondary function being passed as an argument to the first. I'm trying to create a recursive function and the recursive part works great. I just need to be able to have the recursive function run other functions to actually do stuff.

Here is something I found that should do what I need, mainly run a function from a function name in a variable.
 
Sub test() Dim ftnName As String Dim argument As String Dim result As String ftnName = "myFunction" argument = "cat" result = Application.Run(ftnName, argument) MsgBox resultEnd SubFunction myFunction(inString As String) As String myFunction = inString & " has " & Len(inString) & " letters."End Function

 However I get the error "object required" on the "result = Application.Run(ftnName, argument)" line. So I'm guessing the Inventor VBA doesn't like this method of doing this. I'm just hoping there is a way to do this or this function will be useless or reduced to hardcoding functions which still defeats the purpose.

View 2 Replies View Related

AutoCad :: Blocks Change During Copy And Paste?

Feb 24, 2012

I have a drawing in house that has issues. When using edit/ copy and edit / paste on a block within the drawing, the block changes to another block when pasted. On a side note, it comes in at the rotation of the original object which was copied. I believe that I am using V.2000

View 8 Replies View Related







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