AutoCAD Map 3D :: Boundary Command Eliminates Vertices?
Aug 24, 2012
Is there a way to specify simplification of a line when doing the Boundary Command? I notice that if I zoom out further that some vertices are eliminated in curves. How I can guarantee that the boundary is exactly the same as the plines that I specify.
View 4 Replies
ADVERTISEMENT
Oct 16, 2013
I am having issues with files in Acad that were originally created as VWX files. The boundary command will not work on solid objects from a top view as it does with Acad created objects. Also, I cannot dimension any rounded surfaces because they are splines. Are there any workarounds to these issues?
View 7 Replies
View Related
Apr 29, 2011
Are there any switches or settings needed to activate, the object boundaries when using the PRESSPULL command in autocad ver 2009?
View 5 Replies
View Related
Nov 9, 2012
i need to know if there is any way to control the points in the point cloud.
1. either only import the point cloud in a polyline area i specify
2. add all the points within a boundary not limited to the pointclouddensity = 100, freaking default is 15 almost cost my job today. extremely stressed out right now.
i am talking about extreme lidar surveys. 1km 1km LAS/0.5m contours/xyz files times 355 of them. covers a 2km wide corridor. but i only need 100m wide after i define the road alignment. no need to have all the extra points.
right now i densify the heck out of it and end up like 5-12m points. decent but not good enough because the geotech is bitching about that accuracy is not good for some feasibility study. or is there any software i can do this besides civil 3d.
what i want can also do is automate the 'add points to surface" under point cloud and have the software do multiple boundaries without having me baby it over the night. right now every click is 5 minutes and adds like 400k to 1 million points. Civil 3D 2012
View 9 Replies
View Related
Feb 12, 2014
PSE10 using Windows 7 64bit system. When I use the Dust and Scratch filter, I can see the improvement in the photo (or the inset) , but when I click OK, it goes back to the way it was. This happens whether I use "Preview" or not.
View 1 Replies
View Related
Oct 24, 2012
I used a 2d polyline to create a surface boundary for a surface created. The polyline is a closed loop. For the boundary type it is outer, unchecked Non-destructive breakline, and mid-ordinate distance = 1.
My problem is that when I do this I only get a small portion of the surface to show up within my surface boundary. If I don't have a surface boundary the entire drawing surface shows up no problem.
The purple polyline is my boundary and the light blue is the surface created within the boundary.
View 3 Replies
View Related
Feb 28, 2012
I am trying to figure out how to had multiple vertices to a feature line. I'm thinking its right in front of me, but I'm just not seeing it. I have been adding vertices by "insert elevation point" manually and it is a really nice feature in that it picks up the elevation that is already attributed to the feature line, but it would be nice to speed up the process.
View 2 Replies
View Related
Aug 30, 2011
How do I interate through the vertices of a leader and update them.
I have tried
myObjRef.UpgradeOpen()
For i = 0 TomyObjRef.NumVertices - 1
Dim MyVertex AsNewGeometry.Point3d(myObjRef.VertexAt(i).X, _
myObjRef.VertexAt(i).Y, _
0.0)
myObjRef.SetVertexAt(i, MyVertex)
Next
I had expected properties like StartPoint LastVertex to be updated.
View 6 Replies
View Related
Jan 9, 2013
I'm having an issue whenever I link an AutoCAD dwg. I model everything in Max but use AutoCAD line-work as a guide. As of Max 2013, when I do this, I notice that every line linked is divided into six segments. I tried re-loading the linked file setting curve steps to "0" but still no change.
The linking goes well, no problems at all neither at first nor at re-loading time, but it is quite annoying to have all these extra vertices when I'm modelling over the CAD lines.
View 1 Replies
View Related
Dec 2, 2013
I've got some 2D contours that have certain vertices very close to each other in some parts of the string. Some are only 0.008 apart. The cross checking in Drawing cleanup is picking these all up as crossing strings.
anything that will possibly filter out these vertices at a set tolerance? I've tried using Snap clustered nodes but that won't work seen as though it is occurring on the same string.
View 2 Replies
View Related
Jul 18, 2013
I want to clone a polyline3d and set all vertices Z to 0.0 and use that one in my program. I don't want to add it to the database, just use it in memory and then dispose it. I know how to access all vertices in a polyline3d that exists in the database using a transaction, but this will not work with my cloned polyline3d in memory.
Here's part of my
Dim acDoc As Document = DocumentManager.MdiActiveDocument Dim acCurDb As Database = acDoc.Database Using acTrans As Transaction = acCurDb.TransactionManager.StartTransaction() Dim idArray As ObjectId() = sSet.GetObjectIds() For Each id In idArray Dim entity As Entity =
[code]........
View 3 Replies
View Related
Apr 18, 2011
AutoCad 2011. I am having no luck when trying to drag a command from the Command List pane to the Quick Access Toolbar. I have success draging to Tool Palettes
View 1 Replies
View Related
Nov 21, 2010
I am currently writing a series of routines for setting the layers for text, leaders and dimension commands. The end goal is a system where any annotation command sets the correct layer for the duration of the command, then reverts back to the layer that was active before the command.
I have managed to complete all the code, and it appears to be working fine, I just have one question: I have used -layer "m" "Lay_name" etc... for all layer setting commands, rather than any code to see if the layer exists already. In my limited testing this seems to be suitable, nothing that exists on that layer seems to be affected.
I know how to write code to determine if the layer exists already and set the layer instead, but so far it seems unnecessary??
View 8 Replies
View Related
Jan 4, 2014
After installing the VBA Module, I get the message "Unknown command "VBARUN"". I've rebooted, restarted and tried reinstalling the VBA Module to no avail.
View 4 Replies
View Related
Apr 23, 2013
I used send command for Export Layout..But the line only executes after exiting command method.
View 9 Replies
View Related
May 15, 2012
I press CTRL+9 to make the Command Line disappear while drawing. When I plot (or when doing a plot preview) , the Command Line appears again by itself. So I always have to turn the Command Line off manually after each plot
The bug still happens;
- if Dynamic Input is turned off or on
- if I plot to a real device or in PDF
- if the Cammand Line Palette i docked or floating.
This is not an issue in AutoCAD 2012 so I guess it has to do with the new way they programmed the revamped Command Line palette in 2013.
Using Windows7
View 2 Replies
View Related
Oct 24, 2011
I need to save a drawing file and give it the name of my desire using a single command, I don't want to issue "saveas" and then specify the name in the file name prompt. This problem is has been faced when I was using ScriptPro and I couldn't succeeded to do that. Hence I need to know if it is feasible to do the stuff using a single command. It will be preferred if I can choose the location to save the file also rather than save the file to the default location.
View 2 Replies
View Related
Apr 9, 2013
The Straighten method seems to always default to the first vertex of the polylne, which is great if you want to start there but what if you wanted to delete the 10th to 15th vertex? Is this even possible using PEDIT Tools (it is very possible using the WEEDFEATURES method)
IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
View 8 Replies
View Related
Jun 12, 2013
Why does my new lines all show their vertices, even if they arent selected? I dont want the vertices to show when the lines isnt selected.
View 3 Replies
View Related
Feb 5, 2013
I know I can use the following...
...Polyline3d pl3d = acEnt as Polyline3d;foreach (ObjectId id in pl3d){ PolylineVertex3d plv3d = tr.GetObject(id, OpenMode.ForRead) as PolylineVertex3d; Point3d p3d = plv3d.Position; ...}
But I need to work with "for" loop.It seems "pl3d[i]" does not work.Is there other ways to iterate through Polyline3d vertices?
View 3 Replies
View Related
Jul 29, 2011
how do I turn off the new "stretch" vertices?
I am finding that I click to select a line, and start typing commands, only to find out they aren't registering b/c I have selected that un-needed extra vertex in the middle of every pline segment.
I have checked the Options, and cannot find how to turn those off. They were not in 2008.
Civil 3D 2011
View 8 Replies
View Related
Oct 14, 2012
I'm in search of a good lisp that will ss get all 3d polylines & break at the vertices.
View 4 Replies
View Related
Mar 6, 2012
The vertices of the polyline cant’ be extracted!
The “list” command does give the coordinates of the vertices of the polyline while these data can’t be extracted by using the command “Extract Data”.
Is there some workaround to have the vertices of the polyline extracted in a table?
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 5 Replies
View Related
Mar 7, 2012
How do I make the Qleader retain 3 vertices when I stretch the vertices? It's fine if I do not enter any text with the command and then create separate MText, but I'd like to use the command as it's written. However, if I start stretching the endpoints around on the screen, I will end up with extra vertices in the line, and I cannot get rid of them.
View 3 Replies
View Related
Apr 1, 2012
See the image below. When I export or print to pdf, the vertices of the polygons (shape file data) are visible, resulting in a poor quality final image. Is there a way to get these polygons to export to pdf without the vertices showing up? Obviously, I would prefer a clean, solid polygon hatch.
View 6 Replies
View Related
Oct 3, 2013
Schematics Auto Cad-Schematic1.dwgSchematics Auto Cad-Schematic1.dwg
Schematic File.jpg
We are moving our schematic work from Visio to acad to keep everything in one program, and are trying to figure out how we can make the wire polyline in the attached file so it just to snaps to the connection points without actually extend the line or adding a vertices. I basically just want to re create what we already do in Visio where you can basically create an arrow, add text to the middle and then have it snap to a connection point.
View 2 Replies
View Related
Jul 18, 2011
I have a couple of hundred 3D Polylines which have point crosses at each vertex. Any way to remove these point crosses that fall on the 3D Polylines.
(IF 3D point vertex = any 3d Polyline vertex THEN delete)
Reason I can't just filter out the points and delete is that there are points that don't fall on Polylines which I want to keep. All points are on the same layer. Polylines are on various layers. Data is from a 3D topographical survey.
View 3 Replies
View Related
Jul 29, 2012
I have borehole data of a site, where I want to sort of extrapolate the borehole data to the whole site, so that I can have a 3D soil model of the whole site. I have attached my DWG file, the vertical lines represent the borehole data and different colors represent different types of soil.
I'm thinking of manually extrapolating the data to the edges of the site, then split the site area into few different parts, and then create solids for each part, where each point is a vertices of a solid. But how to create a solid from 8 vertices, which would naturally form a closed solid like a box.
Besides this, are there any other methods of achieving what i want (3D soil model from borehole data)?
View 1 Replies
View Related
Oct 14, 2011
why I get an error trying to hatch this. Its a closed Polyline.
Hatch issue.dwg
Edit: Or rather its 4 joined polylines.
View 7 Replies
View Related
Oct 19, 2013
I am looking at a large area with approximately a thousand parcels in a shp file. The polygons of course are independent and the lines sometimes don't touch or they overlap. I want to be able to draw a perimeter around the parcels. What is the best way to draw a boundary? I have tried exploding the polygons and then delete all the non essential lines and then try to create it that way but pline edit and join doesn't work and when you are looking at 10000 segments and the overlap issues or not even touching. I am just trying to save hours if possible.
Infrastructure Design Suite 2012 - Premium, Intel Quad Core 2.66 Ghz, 8 GB Ram, Nvidia Quadro FX4800
View 3 Replies
View Related
Jan 2, 2014
So I have a reference that has been xclipped. We have multiple drawings that need to be xclipped using the same boundary. It is a HUGE boundary and very complicated. It would take me at least half a day to recreate it (the time it took me in the first place). I copied the drawing and am trying to find a way to essentially explode the boundary in order to create a new polyline. I don't care about the reference, I just want the boundary.
View 2 Replies
View Related