AutoCad :: A Line That Uses Common X / Y Coordinates

Jan 14, 2014

I have 2 different lines defined with x and y coordinates.

I want a third line that uses the common x coordinate and a y coordinate that is the sum of the two coordinates.

If this is possible, can i define which mathematical function i use so that i can add/subtract or even use a formula to define?

Further Notes:

The example above is very simple. I have 2 complex curves that go into positive and negative values of y (speaking from a mathematical perspective). I need an easy way to intersect the complex curves at a specified interval and add them at each of those intervals.

For example i may a sine function going in between pi and -pi over a distance equal to 2. I then need to split the curves in intervals of 0.1 and add them together.

View 0 Replies


ADVERTISEMENT

AutoCad :: Command Line Is Saying (not Recognized) For Common Commands

Jul 20, 2012

If I type in refedit, wipeout, match properties, properties and quite a few others my command line reads Not Recognized! I can't live withour these comands! Not sure what I did, it happend yesterday and I was getting hit by all sides.

Added note: it doesn't seem to mater how I try to get to these commands i'm equally hosed if I use short cut, spelled out, on the ribbon, right click. . . . .access denied.

I still have use of line join edit etc.I don't know if this is related but 2012 dosn't seem to remember settings like if you check the double click to edit in options save work space after the next day it is back like it was.

View 8 Replies View Related

AutoCAD Civil 3D :: Export Coordinates Table Of Sample Line?

Apr 15, 2012

 I'm designing a road, but I have a trouble how to export coordinates table of sample lines?

I need a table of coordinates X,Y of sample lines.

View 9 Replies View Related

AutoCAD 2010 :: Excel Data Coordinates To Draw Line?

Feb 20, 2013

I want to drawn LINE  by excel data to autocad 2010, I have excel file x,y and z coordiates.

I want to draw line to import excel data coordiates to autocad ?

View 4 Replies View Related

AutoCad :: Interpolating Coordinates From Poly Line Other Than Input Points

Jan 17, 2012

I have coordinates for an aerofoil which I put into Autocad and plotted using pline. I have 52 points, what I want is to have more points on the aerofoil, i.e interpolate. I can probably create more points by averaging two adjacent y-points and two adjacent x-points but it would be much better if Autocad did this

the LIST command only gives the points i put in the program.

Capture.JPG

View 9 Replies View Related

AutoCAD 2013 :: Blocks Insert At Different Coordinates From Those Entered In Command Line

Jul 10, 2012

I am testing using script files to automate inserting blocks for As-Built drawings. My script files run fine, but AutoCAD is placing the blocks at a location that is different than what the input on the command line shows. For instance, I am placing a block at (6,6), which is reflected in the command line, but the block is actually placed at (6,5.898). The 5.898 does not appear anywhere in my script file, and the command line even shows that (6,6) was entered for the insertion point.

View 4 Replies View Related

AutoCAD Civil 3D :: Export Point Coordinates And Elevations Along Sample Line

Sep 4, 2012

I'm working on a stream restoration project and we need to determine the x coordinates and corresponding elevations along a stream alignment at certain sample lines.  The centerline of the stream's alignment has been created as well as sample lines for cross sections at 50' intervals. We need the coordinates & elevations of each sample line (cross section) exported into an excel/txt document.

For instance, at station 1+00 of the alignment  we have a sample line.  We need to know to the right and left along that sample line the corresponding elevations and that x coordinate) from the alignment.  Primarily, whole contour intervals but more information would be useful as well.  I was hoping this could be automatically generated.

View 5 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Explode Mtext - Get X Y Coordinates Of Last Line Of Text

Mar 19, 2012

Would like to be able to select mtext explode it get x y coords of last line of text then turn it back to mtext and then launch mtext at a @0,-0.5  justification TL width 5 and display the ribbon.

All seems to work except the (command ...)

Below is my attempt.

(prompt "Select Note")
(setq ss (ssget))
(command "explode" ss)
(setq ss (ssget "l")) ;get last line of text

(setq ent (entget (ssname ss 0))
ent1 (cdr (assoc 10 ent))) ;get x y coords
(command "undo" "1") ;set exploded mtext back to mtext
(setvar "lastpoint" ent1)

(command "mtext" "@0,-0.4" "j" "TL" "w" "5")

View 2 Replies View Related

3ds Max Modeling :: Chaotic Line Vertexes - How To Set Same Coordinates

Mar 14, 2012

how to set the same coordinates to all vertexes, in my case by ''Z'' in one shot. Like just to select them, write ''Z'' cordinates and there you are. See attached IMG

i7 2600 3.4ghz/16gb DDR3/GTX 560/2x DELL U2311H 23''

View 9 Replies View Related

GIMP :: Create A Straight Line Using Coordinates?

Nov 11, 2013

Is it possible to create a straight line by using coordinates instead of left clicking on a specific point(my hands are just to shaky when using a mouse to get the exact coordinate) then holding shift and then taking forever trying to get that perfect end point pixel location.

View 3 Replies View Related

AutoCAD Civil 3D :: Translate Point Coordinates From Paperspace To World Coordinates In Modelspace

Jun 18, 2012

i am trying to translate a Point coordinates from Paperspce to world coordinates in model space.The code i used in Land2006 worked OK but now in Civil3d 2012 it doesn't!

Private Sub GetPlais_Click()
Dim tmpnt1 As Variant, tmpnt2 As Variant, tmpPnt1 As Variant
Dim lole(0 To 2) As Double, upri(0 To 2) As Double
Dim returnobj As AcadObject

FrmGrid3.Hide
On Error GoTo Eline
ThisDrawing.Utility.GetEntity returnobj, tmpPnt1, "ÅðÝëåîå ôï ViewPort ðïõ èá äçìéïõñãçèåß ï êÜíáâïò!"
If TypeOf returnobj Is IAcadPViewport Then
[code]........

View 1 Replies View Related

AutoCad :: Converting Northing And Easting Meters Coordinates To Map Coordinates

Aug 21, 2013

I'm a GIS analyst trying to learn Cad. I'd like to place a single point in autocad model space at a specific Northing/Easting position. After reading several forum threads I don't think CAD allows me to change the coordinate system of model space from map coords to northing easting coords, as we can in GIS.

View 5 Replies View Related

AutoCAD 2010 :: Common Ribbon Tab In Different Partial Cui

Apr 11, 2012

I have a lot of tools with separate installers. But the ribbon- panels merge in one ribbon-tab.

View 4 Replies View Related

AutoCad :: Common Drawings In Sheet Sets

Feb 5, 2012

I love the concept of sheet sets, particularly when printing project drawings in one stroke. But my current understanding is that a drawing can only be associated with one sheet set. Most of my projects include drawings common to all.

View 0 Replies View Related

AutoCAD 2013 :: Combining Common Sub Assemblies In Reports?

Nov 27, 2013

I was wondering how to combine common subassemblies so you don't have to seperately count them.

I realize the long way around this is avoiding subassemblies in general and linking a circuit drawing with a predefined additional MAN, CAT in the drawing of the subassemblie(s).  This also allows me to annotate the subassembly Footprints.  I havent seen an easy way of auto inserting subassemblies and linking common subitems to make a unique item number.  The above is all I get when linking subassemblies through the databases (which also doesn't allow you to annotate/ insert the subassembly footprints).  I must be missing a way to auto insert the subassembly Footprints . . . creating unique drawings with the subassembly Footprints is time consuming.

View 3 Replies View Related

Revit :: Coordinates To Real World Projection Coordinates?

Aug 15, 2012

The coordinates that we can apply in Revit (project/shared) aren't exactly the same to have real world projection coordinates (WGS84)??
 
If not how can we convert the revit shared coordinates to real world projection coordinates?

View 1 Replies View Related

AutoCAD .NET :: Common Language Runtime Detected Invalid Program

Jun 1, 2011

Currently I've got code that is failing when I try to run StartTransaction() using the TransactionManager. I keep getting a InvalidProgramException.

Is this due to me not actually having AutoCAD installed on my development box?  I do have references to AcDbMgd and AcMgd loaded in my project if that makes a difference.

View 4 Replies View Related

AutoCAD 2013 :: Objects Sharing Even A Common Point Seem Glued Together

Apr 6, 2013

I run the AutoCAD 2013 student version on Windows 7. I have rather little in-depth knowledge of AutoCAD and its countless parameters whose values seem to control the general settings. This is probably the issue of yet another one of those parameters.

Just yesterday as I was drafting on my laptop all of a sudden these annoying constraints started to appear all around. I somehow switched them off but ever since then, whenever two objects share even a point (or a line, for that matter, as this is simply a multitude of points), they seem to be "glued" together at that point - if I select one of the objects and try to move it, scale it, drag the shared point around to model the object ect., the other object (the one it's glued to) is skewed about that particular shared point (or line) so that it keeps being a common element of both. I figured that I have somehow told AutoCAD to regard this as some sort of constraint but how I did it or how to undo it. I tried CONSTRAINTINFER, which was set to 1, and changed it to 0, bu to no effect.

View 6 Replies View Related

AutoCAD 2010 :: Common Drafting Aids Default Display Setting

May 23, 2012

How to change the default display settings for the common drafting aids(INFER, SNAP, GRID, ORTHO, POLAR, OSNAP, 3DOSNAP, OTRACK, DUCS, DYN, LWT, TPY, QP, SC) that are in the lower left corner of acad?  when I open acad they are defaulted to icons.  I'd prefer if the default display was to use the text descriptions noted above.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: List Combination With Common Attribute

Nov 20, 2011

I have two lists with lists inside:

((A) (A) (A) (B) (B) (B) (B) (C) (C))

and

((A 1) (A 2) (A 3) (B 1) (B 2) (B 3) (B 4) (C 1) (C 2))

I just want to make a list with lists that is:

((A 1 2 3) (B 1 2 3 4) (C 1 2))

I am guessing map car and lambda should come into play but i can't figure it out.

View 3 Replies View Related

AutoCAD Inventor :: Sheet Metal Template With All Common Plate Size

Jan 3, 2012

Looking for 2012 sheet metal template with all the common plate sizes already in the rule?

View 6 Replies View Related

AutoCAD Inventor :: How To Create Part By Setting Common Name And Adding To Different Values Drawn From Parameters

Nov 20, 2013

in iParts factory I would like to create part ## by setting common name and adding to it different values drawn from part parameters.

Please refer to attached image – common name in that example would be “DRILL” and description of the diameter and length automatically taken from parameters in columns “DRILL_D” & “INSERT_L”.

View 3 Replies View Related

Revit :: Links And Common Elevations?

Aug 13, 2013

Several buildings are linked and share coordinates. How can the host file be used as the datum base Finish Floor 0 and all the other buildings relate, even though at different elevations of floor levels? Right now the sections show FF 0 for all of them and they are at different heights.

View 1 Replies View Related

Photoshop :: Updating A Common Layer In Compositions?

Oct 8, 2013

Suppose all of them share a common layer. This common layer has layer styles applied to it. So, suppose that after creating a certain number of compositions, you find that that common layer needs an adjustment to its style and this adjustment needs to be applied to all previous compositions. I found out that I need to go back to each of the previous compositions, load it, redo the style and then update it.
 
My question is: is there a way to apply a change in the style of a layer, shared by many compositions, to all compositions that use that layer in a simpler and more quick way than remaking/updating them one by one?

View 2 Replies View Related

Photoshop :: Color Common Settings Installer

Aug 15, 2008

I just installed PS3 and with it I also got this application called Adobe Color Common Settings Installer. Does anybody know what it does? I dont want any software (others than ones came with calibrators) to affect my monitor and printer profiles by lurking in the background without my knowledge.

View 2 Replies View Related

Maya Animation :: What Is Common Technique For Having Character

Apr 30, 2013

I know how to do a walk cycle, but how do I make my character turn right or left when he is standing still? I can animate him turning but then my character control is facing in the wrong direction. If I animate him turning and then rotate him opposite the control as I rotate the control in the correct direction it looks wobbly.

What is a common technique for having a character make a turn?

View 9 Replies View Related

3ds Max :: Changing Common Parameter Of Multiple Objects

Dec 15, 2012

Is there a way to change a common parameter of multible objects — For example scale x parameter, or Length Segs parameter of say 20 box objects, and change that parameter for all of them as as easily as changing one? I used Max long long ago, but am coming from a Maya and Softimage background.

View 5 Replies View Related

Photoshop :: Making Adjustments To Different Photos With A Common Background

Jun 22, 2013

I have nearly 100 photos that I need to adjust for a directory. All the photos were taken with the same camera with the same lighting. Is there an easy way I can select a color in the background to make adjustments so they all look the same? Doesn't have to be perfect just close.
 
I'm using CS6 on a MacBook Pro 10.8.

View 1 Replies View Related

Photoshop :: Saved Files As PSD Now (Windows Shell Common Dll) Won't Open?

Feb 12, 2013

I am having a problem with opening some files in Photoshop. I am using Photoshop CS5.1 Extended (Version 12.1) and have Windows 7 64 bit SP1 OS.
 
I am trying to open a few templates I made in PhotoShop for a client and they worked fine when I used them 3 weeks ago. All were saved as .psd documents. Now when I go to open them they no longer have the PS icon (to show they would be opened by PhotoShop). When I try to open them I get "Could not complete your request because it is not the right type of document." I have had this problem once before but it is confusing to me because 2 of the other similar .psd files I saved at the same timeframe(separate elements for the temlate) are perfectly fine, only the ones I need do not want to open.
 
I checked file properties and it claims these files are now Windows Shell Common Dll files.

View 10 Replies View Related

3ds Max Animation :: Temporarily Assigning A Common Parent Dummy To Several Parts?

Jan 3, 2014

I have several parts that at a point in time come together and need to rotate together around a common point. However, when I animate them it will only let me rotate them around each individual part's axis. How can I temporarily link these parts to a parent dummy object so that I can rotate them together? I want this to happen midstream in the animation and after the rotation I will be decoupling the parts and having them do different things..

View 5 Replies View Related

Illustrator :: How To Draw Common Things / Grass / Falling Snow

Dec 10, 2013

I'm having a hard time illustrating two things: (1) grass (2) falling snow. 

View 7 Replies View Related







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