AutoCAD Civil 3D :: Modify Or Change Any Of Lisp To Work Correctly In 2014?

Jun 19, 2013

If I had some custom lisp routes that I used with ACAD 2009, then 2012...do you think I would need to upgrade, modify or change any of the lisp to work correctly in 2014?

Could a custom lisp that I used in 2012, corrupt, effect performance, screw with other key commands (although with worked in the 2012 software) in 2014 if I didn't upgrade the 2012 lisp?

View 1 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Does Line Work Need To Be Projected Before Uploading To WS To Use GPS Correctly

Dec 12, 2012

I would like to bring in some of our linework into WS so it can be viewed on an iPad or smartphone with the GPS location referenced to the linework.  Our dwg files projection is set for the NAD83 California Coordinate System, Zone 6, US survey feet.  

Does the line work need to be projected before uploading to WS to use the GPS correctly?  I understand there is also a units issue...but for some reason the location is never where it should be.

View 2 Replies View Related

AutoCAD Civil 3D :: Modify Point Label Style Using Visual Lisp

Feb 19, 2013

I am having trouble drilling down to the object that contains the point label components.  Specifically, I would like to access values such as Anchor Component, Anchor Point, Text Height, X Offest, and Y Offset for the various components of the Point Label Style.  I am able to get the Point Label Style by name (object dump below) but I don't know how to get at the components that I want to work with.

; IAeccPointStyle: IAeccPointStyle Interface; Property values:; Application (RO) = #<VLA-OBJECT IAeccApplication 000000004965fbc0>; CreatedBy = "Cooper"; CustomMarkerStyle = 0; CustomMarkerSuperimposeStyle = 0; DateCreated (RO) =

[Code]....

View 2 Replies View Related

AutoCad :: 2014 Lisp Routine To Change Multiple Layers Stripping Out Prefix

Jan 5, 2014

I have a user who crashed and all the layers were renamed with the prefix to:

9669-pbase|

He needs to strip out all the "9669-pbase|" prefixes in 1,000 layers. Is there a way to do this?

View 2 Replies View Related

AutoCAD 2013 :: How To Modify 3D Dimensions In 2014

Jun 11, 2013

i made some 3d modelling in autocad 2014 in the 3d drawing mode but i have some difficulty in modifying the dimensions of the subobjects.

1 method that i already know is to use the scale gizmo which works but not much as i am not able to set the exact dimensions i need. it only scales the subobject according to the previous size.

modify and determine the exact dimensions of the sub-objects.

View 4 Replies View Related

AutoCAD Civil 3D :: 2012 -> 2014 Change Is Surface Display?

Jan 2, 2014

heres the problem we had created a slope style in 2012 15% - 25% and 25% - 100%. done this many times with no problems. so we upgrade and open the file in 2014 now there is a large white area that c3d is filling in.

Win 7 pro 12gb
NVIDIA Quadro 2000
LDD 2009
IDS 2014

View 3 Replies View Related

AutoCAD LT :: Layers Not Working Correctly After Last Update To 2014

Sep 24, 2013

I automatically updated last week for my 2014LT and since then the LAYERS hasn't worked properly.  Layer Manger still seems to work correctly, but the Layers tab on the Home ribbon does not.  I am running Windows 7 Ultra, Quad Core i7 with 16 MB of Ram, and had been running without errors until this last update. 

When/if I select the "Freeze Layer" tab from the top ribbon, and then select the layer on the drawing it turns it off as it should, but if I then use the pull down to locate the layer and turn it back on, nothing happens.  It does not appear again; it may not even show up now (see below).  I found that if I go to LAYER MANAGER and turn on the layer it still doesn't turn on unless I turn it off and then back on; which will bring it back unfrozen.  Also, some layers when frozen do not then show up on my pull-down list or LAYER MANAGER list unless I save the drawing and restart 2014LT.  The layer then shows up on the Layer Manger and ribbon.?

Just love updates when everything was already working properly, and then they don't after the "Update"! 

View 4 Replies View Related

AutoCAD Civil 3D :: Change Feature Line Style In LISP?

Oct 24, 2013

This has got to be something simple, but I can't get my head around it.  I want to take a feature line that has been created by the "stepped offset" command and change its style, in LISP, of course.  I have the entity name and have dumped the object, but the style of the FL is not one of them. It shows up in the properties box, but how do I get to it to change it?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Add / Modify And Remove Registry Key?

Feb 27, 2012

Some time ago I was able to add modyfy and remove regestry keys ussing AutoLISP Unfortunatly I have lost the information on how to do this.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Hatch Code

Aug 20, 2013

Modify the attached lisp I found in this forum to work using a different hatch pattern, scale and angle.  The new hatch should be in default Autocad "LINE" pattern and angle set to 90 degrees (vertical). If possible, I would like the angle and scale to be editable.  Find attached Multi_Hatch-45 code posted by CADaStroumph in 2008.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Existing Selection Set?

Sep 5, 2012

I need the same funcionality as in code below, but without using "command".

The main idea is alowed user to modify Existing Selection Set.

 (defun gt:ss->lst (a:ss / i lst ) ;_ / (setq i 0) (if a:ss (progn (repeat (sslength a:ss) (setq lst (cons (ssname a:ss i) lst) i (1+ i) ) ;_ setq ) ;_ repeat (reverse lst) ) ;_ progn ) ;_ if) ;_ defun gt:ss->lst(defun gt:ss_modify (a:en-lst / ) ;_ / ;;create Selection set (setq ss2 (ssadd)) (foreach f:en a:en-lst (ssadd f:en ss2) ) ;_ foreach ;;Run command and fill with initial content (command "_select" ss2) ;;Alow the user to modify the contents (while (/= (getvar "cmdnames") "") (command pause) ) ;_ while ;;get back the list of enames from modified selection set (setq ss3 (ssget "_P")) (setq ss3-lst (gt:ss->lst ss3))) ;_ defun gt:ss_modify(defun tst:gt:ss_modify ( / ) ;_ / (gt:ss_modify (gt:ss->lst (ssget)))) ;_ defum tst:gt:ss_modify

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Insertion Point Of Text

Jan 10, 2008

How do I change the insertion point of a text using "vla-put" ? I've tried using :

(vla-put-InsertionPoint en a)) with a = (4455.94 428.576 0.0)

and I get the following error:

lisp value has no coercion to VARIANT with this type: (4455.94 428.576 0.0)

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Modify Line Inside A Block

May 20, 2013

I have a simple block with 2 attribute and 1 line inside it.

something like this:

Attribute1

──────

Attribute2

I want to modify length of line due to width of thoes attributs. length of line is equal to maximum(width attribute1 and width attribute2).

dxf code for start point of a line is 10 and end point for a line entity is 11.The question is: how can I modify the length of line automatically via maximum width of these attributes?

for getting width of a text:

(defun GetWidth ( en ) ((lambda ( lst ) (- (caadr lst) (caar lst))) (textbox en)))
sample:

A1
──────                    
Attribute2

Attribute1
──────           
A2

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Properties On Multiple Drawings

Nov 6, 2012

Any lisp routine on how to change "Drawing Properties" (fields via Mtext) on multiple single drawing files?

There are several instances where we would need to take a project to create another one and simply change the title block description.

As of now, we are opening each drawing (there could be hundreds) and modifiying the drawing properties on each drawing to change the customer name and other project descriptions.

These are not attributes, but fields. I've researched alot on here and couldnt find anything.

The drawing is attached.

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Table Column Widths

Apr 26, 2012

How to modify the column widths of an ACAD_TABLE?

I have known co-ordinates that I want each grip for the table to be set at.  I can't just copy and paste the table from drawing to drawing.  Each table of each drawing have different textual values, and the column widths will best be sized for each text value.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify The Existing Parametric Parameters?

May 2, 2013

Is there a way to modify the existing Parametric Parameters that are in the Parameters Manager using LISP?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Objects Copied From A Selection Set?

Nov 17, 2011

I am creating a selection set using ssget...

Then I copy that selection set multiple times in a loop.  What I would like to do is then rotate (or otherwise modify) the last copied group of items.  If I rotate "last" it will only accept the last drawn item, so only one item in the group of copied objects will rotate.

Here is the portion of simple code I am using right now (it's in a loop so all variables with 'Next' are changing each time):

(command "_.copy" SS1 "" SS1Base NextPT)
(command "_.Rotate" "l" "" NextPT NextAng)

This works fine with a single object, but I can't figure out how to call up the entire group of objects.

Civil 3D 2011
Windows 7 x64

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Add Or Subtract To Modify Value In Text String

Oct 18, 2011

I need a lisp routine that will add or subtract to modify a value in a text string. Its used for drainage fixture units on waste & vent plans. Example: We use basic dtext strings that look like this [color=red]4"(6)[/color]I would like to be able to add or subtract to the number that is [b][size=12pt]ONLY[/size][/b] in parenthesis and would like to be able to pick multiple text strings at one time so it would result in something like this: [color=green]4"(6)[/color] + 9 will become [color=blue]4"(15)[/color].

View 9 Replies View Related

AutoCad :: Macro / Lisp To Correctly Use Center Marks?

Mar 21, 2013

This has been bugging me since I first started using AutoCAD a couple years ago

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: How To Modify Dim Text Color In Current Dimstyle

Jun 27, 2012

How to change the dim text color in current dimstyle with a lisp routine? I want to modify current dimstyle instead of override current dimstyle, so it can change all existing dim text color under the current dimstyle.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Modify Property - Insert Polyline As Block

Sep 22, 2011

I am starting with a polyline then i use the pasteblock command to insert that polyline as a block.Now i can pull up the property box and change the xyz scale.

I would like to know how to change these setting in my lisp.The scale will be x=1 y=0.1 z=1

View 7 Replies View Related

AutoCAD LT :: Hatch - Island Detect Doesn't Work Correctly When Used With Object Select

Mar 28, 2012

I am trying to write a script that will automatically hatch several drawings. The drawings contain an area in which there are several objects that need to be hatched. For each drawing the objects vary in location within the one area.I figured I would set up my script to encompass the area with the object select hatch technique. This works fine if the objects in the area have no Islands. However when an object within the "object select hatch area" contains Islands it shades the whole object ignoring the Island or if it does recognize an island it will create an individual hatch for it. 

However when I use the pick internal point method the hatch comes out as expected for the object with the Islands in it.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Insert Dynamic Block And Modify Stretch Points

Nov 30, 2010

I have a dynamic block that I would like to insert via a lisp routine. When the routine is run from my menu I would like to select two points on the drawing area. Then I would like my dynamic block to be inserted at one of the points I selected and then I would like a specific "point" of my block to be stretched to the other point that I selected. I was wondering if this is possible with LISP? I have my old LISP program I wrote that draws a leader and then inserts my block but that was before I started working with dynamic blocks.

Here is my current

(defun c:wldsym()
(setq osnapold (getvar "osmode"))
(setq orthold (getvar "orthomode"))
(setq dimsc (getvar "dimscale"))
[code]...........  
  
wld1r.dwg is my current block. It has some dynamic properties already. But I'm trying to add new properties that can be seen in my working test drawing wld1r-new.dwg

When using my code with "wld1r.dwg" you can see how everything behaves right now. Then open "wld1r-new.dwg" and note that the insertion point and a stretch point my default are in the same spot. Work with the two stretch points and look at how the block reacts.

View 9 Replies View Related

AutoCad 3D :: Modify Model In CAD / Change Dimensions?

Jun 21, 2012

I just tried to assemble my model and realized that I should make the dimension of the door 0.06" larger in order to become closed! It took me a week to complete this model, so I don't wanna redraw everything! How can I modify my model in CAD?

View 9 Replies View Related

AutoCAD 2013 :: Block Replace In 2014 Doesn't Work

Oct 1, 2013

When using the block editor to rename an existing block to clean that instance of the block name out of the file, the block replace command from express tools does not work.

I select a block enter block editor save block as (new Name) save and exit block editor.Insert new block into the drawing.Express tab on the ribbon select Replace Block select block A to be replaced by Block B purge out instance of block A after complete. It reports 0 blocks replaced

attached is a file with 2 blocks called Drain and Drain X each have the same visibility states I want to replace Drain with Drain X to purge out Drain from my file.

View 9 Replies View Related

AutoCAD Dynamic Blocks :: Created In LT 2013 Don't Work In 2014?

Aug 9, 2013

I created a library of Dynamic cabinets in AutoCAD LT 2013. I have tested them and used them in drawings. I just upgraded to 2104 and when I insert those same dynamic blocks into a drawing, the parameters do not show and i can not use the dynamic block as intended.  when I click on it...tons ot grips show up and no parameters.

View 2 Replies View Related

AutoCAD 2013 :: 2014 (Student Version) - Can't Make Status Bar Work

Jun 20, 2013

I've just downloaded AutoCAD 2014 Student Version, and I can't seem to make my status bar on the bottom work. It's pretty annoying, as I couldn't manage to find the solution yet, did the access path to it changed compared to previous versions?

It's just blank grey (where OSNAP, DUCS, and other fun stuff's icons should be).

View 5 Replies View Related

AutoCAD Inventor :: Rule To Control Visibility Of Work Features In Pro 2014

Oct 2, 2013

Is there a way to write a set of rules so that I can switch Work Features On and Off via a Text Parameter.I have an assembly made up of a number of parts used hundreds of times within in various sub-assemblies. If I make a particular sub-assembly 'Invisible' then subsequently 'Visible,' all work features that had previously been set to be 'Invisible' are switched to 'Visible' also.

Likewise if I simple want to set a particular Work Features' Visibility in one particular sub-assembly, I would like to be able to do this via a Text Parameter rather than having to laboriously scroll down the Assembly switching the visibility of features on and off.

At the moment if I turn the visibility of say a Work Plane On in a sub-assembly then all sub-assemblies deploying the same part switch the visibility of that Work Plane on too. Hence I cannot see my work for Work Planes.Obviously the Global Switch under View is of no avail,

So I would like to be able to create a Text Parameter for each sub assembly and in turn each Work Feature with a Yes/No Visibility switch controlled via a set of Rules in iLogic.

View 4 Replies View Related

CorelCAD :: Weld Doesn't Seem To Work Correctly On Some ARC

Nov 17, 2013

Weld doesn't seem to work correctly on some ARCs, though I don't quite know which ones yet. Here's an example - A left and right box created to allow two hemispheres to be made. Now try to "weld" them into a circle, and the program fails and delets both, replacing them with some rubbish.

This is most definitely a bug... It's very unusual behavior. Also, when ARCs are used in a welded shape, and it's extruded, it sometimes fails to make a solid. I found that two arcs with two polylines worked, but four arc and four polylines did not.

Also, if we're submitting bugs via Corel rather than directly with Graebert, is it possible to get a bug tracking list on the forum?

 Update: Took this ( and others ) to Corel Support. They looked into it, and apparently weld doesn't do what the training videos say it does ( and it doesn't quite do what AutoCAD thinks either ) - but it's all moot.

To do this - Type PEDIT and then M for Multiple polylines. Select and convert them all, then JOIN. Works beautifully. So, if connecting lines, don't use WELD or JOIN - use PEDIT and convert to Polylines first.

View 5 Replies View Related

InDesign :: Get Page Numbering To Work Correctly?

Mar 28, 2014

How can I get page numbering to work correctly?

View 5 Replies View Related

AutoCad :: Change Overall Linetype Scale Using Modify Properties Dialogue Box

Apr 19, 2013

Quicker way to change the overall linetype scale than using the 'modify properties' dialogue box that comes with Autocad 2008? I've attached an image that specifically shows what I am trying to change, but I get tired of always having to scroll down in the box to find this variable. I would love to have something simple like the old DDCHPROP dialogue box (see smaller image). LISP routine or something where I click on the toolbar button, and simply change the overall scale without having to navigate through the native one?

2013-04-19_114756.jpg2013-04-19_114732.jpg

View 9 Replies View Related







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