AutoCad :: Converting Plus Shapes Into Polyline
Jan 14, 2012
i ve got lots of of plus shapes coming from another cad programme need to be converted into polyline. i add some pics to make my problem clear.
here s my plus
i want them to be closed polylines like this
[URL]....
is there any solution you know?otherwise i have to closed them one by one.
View 2 Replies
ADVERTISEMENT
Nov 14, 2013
I recently exploded text but now i need it to be a Polyline, when using PEDIT.
View 1 Replies
View Related
Sep 23, 2012
I would like to use a vector object made in AI as a custom shape to be used as a cookie cutter in elements.. I imported the AI file in photoshop but the "define custom shape" entry under "edit" was grayed out.
View 2 Replies
View Related
Feb 13, 2013
Although I have found code that should allow me to convert 2dpolylines to regular polylines, I am having troubles implementing it. At first I got the eInvalid Input but have since fixed that. However, the error now is that there is no error. Autocad just seems to lock up but I can still switch to visual studio and look at my code. It as though Autocad thinks it is doing something but my code is not doing anything. I can scroll around.
My code is this:
Try Dim acDrawing As Document = Application.DocumentManager.MdiActiveDocument
Using acDrawingLock As DocumentLock = acDrawing.LockDocument
Using acTransaction As Transaction = acDrawing.Database.TransactionManager.StartTransaction
Dim acBlockTable As BlockTable =
[code]........
View 7 Replies
View Related
Oct 9, 2012
I am not able to extrude closed polyline shapes. I get the following message:
Cannot create solid from open curve.
Cannot sweep or extrude non-planar objects.
Unable to extrude the selected object.
Other folks have opened my drawing – some can extrude, some get the same or similar message. I’ve tried re-building the shapes to extrude. It worked with one thing this morning and now it won’t extrude again.
View 3 Replies
View Related
Dec 3, 2012
Successfully drawn a eggshape for tabletop using 3 ellipse and arcs and converted these into polylines but having trouble converting them all into 1 polyline for lofting.
View 8 Replies
View Related
Dec 7, 2011
The surveyor's CAD file includes a boundary line that is mostly curves. It's drawn as a spline. I'm trying to create a PROPERTY LINE in Revit. I've converted the spline to a polyline in CAD. In Revit, PROPERTY LINE sketch mode, I can hghlight the polyline but can't select what I've highlights. Only one of the polylines gets selected. So I have to try to select them all one at a time. converting a spline to polyline in CAD for use in REVIT?
View 2 Replies
View Related
Jan 19, 2012
I'm currently working with some vectorial cartoonish drawings, and while it's mostly quite easy, I'm having problems with disconnected lines. At the end of a disconnected line it needs to gradually get thinner and end in a small, rounded off point. It needs to to become thinner much slower than the normal rounded-off point, kind of a sharpenned edge effect.
So far the only method I could manage is making a shape instead of a line, but it's much harder to work whenever I want to change something, since I have to rework node by node. So I was wondering if there was a way to convert a line into a shape, so I can modify it all I want as a line, and then turn it into a shape and add the sharpened end.
View 7 Replies
View Related
Oct 10, 2011
I've used every version of PSP since version 4 waaay back when and I'm now using X4. I do like it, however I still have preset shapes in .jsl format that I'd like to use in this new version.
View 1 Replies
View Related
Nov 13, 2008
Any one know how to convert text into vector shapes in Pshop. I'd like to do this without interfacing with Illustrator, as that is what I do now. I'd like to take Illustrator out of the equation.
View 3 Replies
View Related
Nov 6, 2013
Is there a way, when you are drawing a polyline, to have the tooltip box show the cumulative length of the polyline, rather than the length of the current segment being drawn?
View 6 Replies
View Related
Jun 7, 2012
I would like to take all the vertices out of a multiple-vertices polyline so that it reduces to just its start and end points, can this be done?
View 4 Replies
View Related
Sep 21, 2013
Due to modeling purposes, I need to convert a 3D polyline to a spline. What I have been doing is:
- change polyline fit/smooth to cubic from properties
- convert polyline to spline by typing spline -> object
- method -> fit from properties
You can see the original 3D polyline (green) and the resulting spline (magenta) in the attached drawing.When I zoom in and measure the distance between the two entities at different points along them, at some points the perpendicular distance exceeds 5 millimeters, and I want to ensure the deviation remains under 1 millimeter or even less.
I know I can change the knot parameterization of the spline, and this does work at some locations, but the difference increases at others.Why is there a 5.6 mm difference between the spline fit point and 3D polyline vertex, as measure in the attached drawing?
Now, I can go and manually stretch the fit point to coincide with the vertex. Also, I can add fit points between existing ones to drag the spline closer to the original 3D poly.
However, some of my polys are really long, and it is very time-consuming to do this manually while measuring points along the entities to make sure the distance stays small enough.
how to automate this process? For example a lisp that would maybe take the original vertex points, add say maybe 3 (not too many) new ones between them, and then generate a spline while making sure the deviation is less than the set value of 1mm? I am using AutoCAD 2013.
View 5 Replies
View Related
Nov 11, 2013
I've been working on a custom polyline object, and I've got it functioning!!Having said that, I plan to run its creation around picking a point for bounary selection.
(Other than trying to step through every vertecies) is there a technique I can thow the polyline data from a traceboundary result into my custom object? I've been trying to add the polyline from traceboundary to my object BEFORE it's added to the transaction by the way...I assume that's right, since I want to put it's data in my custom object then add my custom object to the transaction instead.
View 3 Replies
View Related
Jun 29, 2013
I want to convert a 3D polyline to 2D polyline.
View 5 Replies
View Related
Sep 16, 2011
Is there any way at all to draw a new polyline - from the endpoint of another polyline, and have it automatically join as one polyline from the existing section??
I know this can be done via PEDIT, but its so laborious and soo many clicks, and I have alot of segmented Polylines that I need to consolidate when I draft.
View 7 Replies
View Related
Mar 22, 2012
Any way I can align a new polyline to a reference polyline (orig polyline).
The 2 polys will be generally the same length, however, the number of vertices will differ.
Also I need to mantain the same distance between the vertices on the new poly and the new and reference poly won't follow the same direction.
View 9 Replies
View Related
May 18, 2011
How do you find 'if' a polyline is inside another polyline?
View 2 Replies
View Related
Mar 2, 2012
How do you convert a closed Polyline to 2D Polyline? CONVERT does not work in reverse.
View 4 Replies
View Related
Jun 25, 2008
I have 2D polylines and want to convert to polylines, but to no avail. Tried to 'spline2pline' this line, but ACAD refuse to select it.
View 9 Replies
View Related
Sep 26, 2013
Using Lasso i have created a good shape that i require in my work. so now i want to save that shape i have drawn to custom shapes so that i can use it later also in my future works.
View 4 Replies
View Related
Nov 18, 2013
I drew something up on a sheet of paper, scanned it, then traced it's bitmap as line art. I then proceded to edit the vectors to recover all the detail I lost with the tracing. It took forever!
Now that I´m done, I realised there is a problem... how can I color in the drawing, if the lines themselves make up the shape? Essentially, I´m left with blank spaces in between all the lines instead of solid individual shapes that can be colored in.
What can I do? I´m so desperate I´m thinking of creating a gazillion individual shapes with the colors, and slapping them underneath the lines to "improv" a fill. But that will take waay too long, so is there an easier way?
If I could "invert" the shape I have now, so that the blank spaces become individual shapes, and the lines become blank spaces.
View 3 Replies
View Related
Aug 10, 2012
I can do this in AutoCAD Map but I have my doubts. I will explain in ESRI GIS terms (this is what I am familiar with) and I hope you can tell me if I can do this in AutoCAD Map. In ESRI ArcMap I can select a line and I can hit a Select by Location button. In this window I can select all of the objects that intersect my selected line. Then I can delete them or export them etc.
In AutoCAD Map I have a polyline selected. It is my road centerline. I want to be able to select all of the other polylines that intersect my selected polyline. Is there a way to do this? I need to erase those polylines. Usually I will pan to each of them and select them individually. It just seems to take a lot of time. My AutoCAD co-worker said I could use a fence and draw the fence through my polylines. It seemed to work ok but I accidently deleted extra things that I needed. So I'm back to manually selecting each one by one unless you know a different way.
View 8 Replies
View Related
Mar 24, 2013
How to convert a 3D Polyline contour to Polyline contour.
View 4 Replies
View Related
Jul 13, 2012
is there any way to add shapes, in the "basic shapes" bar?
or maybe in any other locations.
I use a lot of predefines shapes, that are saved in various files. i wanna make a way to directly import these shapes, whithout open files and copy/paste the dsired shapes.
View 5 Replies
View Related
Aug 23, 2013
I'm having a problem when I create polyline with arc using vb.net. The arc is a quarter of ellipse. Please see picture below for detail.
View 6 Replies
View Related
Sep 23, 2012
Doing a complicated shape out of line's and arc's in 3D. Then tried to turn them into a polyline some parts joined and some didn't. I can't see a gap's were one line hasn't touch the other. All look on the same plane. What am I doing wrong? I'm using autoCAD 2012.
View 5 Replies
View Related
Jan 31, 2013
I have a line polyline and point1 (outside polyline) . I want to define a point2 (on polyline ) aligned or perpendicular with polyline. What method to use?
View 1 Replies
View Related
Aug 26, 2013
I have the following points that when connected create a polyline (Px = X,Y,Z)
P1 = 149.941738,99.586521,6999.370079
P2 = 146.5869,91.262907,6999.250781
P3 = 143.883334,82.716622,6999.701863
P4 = 142.39435,83.120478,6998.429138
P5 = 141.276439,98.451501,6993.00069
P6 = 130.73509,105.487377,6982.747181
P7 = 131.486628,107.340559,6982.777312
The points are not lined up with any standard axes, but do have a common plane. I would like to create a polyline using the points above. I have tryed playing with 'polyline3d' and 'transformBy' but could not get it to work.
View 8 Replies
View Related
Apr 12, 2013
The 3d poly would be in an xref, and for my purposes i don't need it to be a 3d poly. Can this type of object be cloned? Or would it be better to collect the vertex points and create a 2d poly on top of it?
View 9 Replies
View Related
May 30, 2012
I am looking for the correct TypedValue to get only polylines.
PublicSub WATakeoff()
Dim myDocument AsDocument = DocumentManager.MdiActiveDocument
Dim myDB AsDatabase = HostApplicationServices.WorkingDatabase ' Database of Drawing
Dim myEd AsEditor = myDocument.Editor
[Code]...
Civil3D 2014
Windows 7 Pro, 64 bit
Intel Xeon E31225 @ 3.40Ghz
16 GB RAM
View 2 Replies
View Related