AutoCad :: Viewports Breaklines Dimensions

Feb 23, 2012

I have a viewport with two loading bays about 50m apart. I want to use a higher scale to make it more visible but wont fit on the page. I have seen this before but unsure as to how to do it, I want to put a breakline in the viewport so the scale can be bigger but have the same dimension distance.

View 3 Replies


ADVERTISEMENT

AutoCAD .NET :: Dimensions In Viewports With UCS

Jul 23, 2012

I have some aligned dimensions in model space - they look ok, text is oriented according to WCS. Also I have some viewports with UCS (I used commands UCS, PLAN) where dimensions look wrong, text is not oriented correctly. Is it possible to "update" dimension in viewport to orient text as in model space?

Programmatically created dims in viewports oriented as in model space, not considering current UCS.  

View 8 Replies View Related

AutoCAD 2010 :: Dimensions In Viewports With UCS?

Jul 23, 2012

I have some aligned dimensions in model space - they look ok, text is oriented according to WCS. Also I have some viewports with UCS (I used commands UCS, PLAN) where dimensions look wrong, text is not oriented correctly. Is it possible to "update" dimension in viewport to orient text as in model space?

Programmatically created dims in viewports oriented as in model space, not considering current UCS.  

View 2 Replies View Related

AutoCAD LT :: Auto Updating Dimensions In Viewports

Aug 13, 2012

recently switched over to AutoCAD 2013 from 2012. A time svae feature I used extensively in 2012 was the auto update feature for dimensions. My workflow is to set up a base plan then xRef that plan to my various sheets where needed in viewport in paperspace. If I set my DIMASSOOC to (2) and then dimension in paperspace I was able to auto update the dimensions with any changes by simply double clicking in the viewport window then switching back to paperspace. I have spent some time researching this feature today without any answers. Would this be just a bug in the new version or is it a feature that has been disabled?

View 4 Replies View Related

AutoCad 2D :: Multiple Rotated Viewports With Upside Down Dimensions?

Dec 12, 2013

I have two viewports, one that is not rotated at 1:50 scale, the other rotated at 1:20 scale, and using associative dimensioning, therefore viewing the same model object with two associative scales. The rotated viewport is showing the dimenions upsidedown since it is rotated more than 180deg. If I modify the dimension properties to Left to Right instead of Right to Left, it rotates my other unmodified viewport. The only way right now to have the dimensions showing properly, is to print the first pages with the unmodified viewports, then modify the dimension properties, and then print the rotated viewport pages.

View 0 Replies View Related

AutoCad 3D :: 3D Viewports Obscuring Dimensions In Layout Space?

Dec 28, 2012

Here is a problem I am having in autocad 2011 and is very annoying dimentioning 3d modes in paper space the viewport line obscures any line in layout space that corsses it I have tried all the usual tricks send above bring to fron etc Ive frozen and turned off the viewport line etc nothing works!!

it only happens with 3d objects what I do when detailing something is keep the 3d model then create flatshots of the object i need to detail thendimentions the flat shot objects however if any single 3d element is in themodelspace I get this obscured dimention crap it is funny i dont recall this being a problem in version 2006 am I missing something or is autocad 2011?

OK I worked around this by making sure the viewport for the object I am detailing is set to 2D wireframe however i would like to add some notes to the 3d model through the viewport without turning the model from conceptual to wireframe.

View 9 Replies View Related

AutoCad 2D :: Setup Multiple Viewports On Title Block - Text And Dimensions In Annotative Style

Nov 28, 2012

I've completed my drawing (Autocad architectural 2012) and set-up my multiple view-ports (at 1:50 and 1:5 scale) on my title-block.

I'm now going to add my text and dimensions im model space....and that's when the problems start!

I've created text and dimensions in annotative style.

The issue I have is when I change annotation scale from 1:50 to 1:5 my text and dimensions in model space automatically changes (as can be seen on attachment) to a huge scale but is perfect in layout view for differing scales.

View 9 Replies View Related

AutoCad :: Viewports Automatically Rescaling When Clicking In Other Viewports - 2012

Sep 4, 2012

I have just installed 2012 and have drawn a 3d model. In paperspace i have a couple of viewports , all nicely set out at 1:5 scale. then i click in another viewport and bam, all the other viewports change scale (zoom out) and orientation. is there some system variable that i have overlooked?

View 9 Replies View Related

AutoCad :: Layout With Multiple Viewports To DWG With Viewports Flattened Out

Aug 23, 2011

I have a lot of sheet DWGs with a single layout in each. The layouts have several viewports into model space.

Is there a way to export out the layout tab where the viewport contents have been converted and placed into the layout space?

Ideally, I'm hoping to basically convert the viewport heavy paperspace into a dumb model space layout.

View 3 Replies View Related

AutoCAD .NET :: Viewports That Allow Freeze Vs Viewports That Do Not

Oct 21, 2011

The code I'm using is supposed to go through all of the layouts and freeze the specified layer in the single viewport that is defined on that layout.  It works for some viewports, but not for others.  A "List" of the objects show the viewports are the same.  I have a LiSP routine that gets me more info about selected objects.  The first is a viewport that does not freeze the specified layer, the second does freeze the layer.  Here is the code I'm using:

Public Sub FreezeNewLayerInVPs(ByVal pageNumber) Dim doc As Document = Application.DocumentManager.MdiActiveDocumentDim db As Database = doc.Database Dim layerToFreeze As String = "DETAIL_" & pageNumber Using tr As Transaction = db.TransactionManager. Start Transaction( )Dim layTable As LayerTable = DirectCast(tr.GetObject(db.LayerTableId, OpenMode.ForRead),
[code]...

View 1 Replies View Related

AutoCAD Civil 3D :: Non Destructive Breaklines

Oct 6, 2013

I can't just accept something cause it's the way it is. I like to know the reasoning behind it.

Case in point:

Why does the check box say "Non-destructive breakline?" Why doesn't it say, "Erase tin lines that cross boundary?" I doesn't seem to have anything to do with breaklines. Or am I wrong on that one?

While I'm on a roll, double negatives send me into a tailspin. Like "Disable description keys", True or False. Huh? Why not just say, "Description Keys", on or off?

HP DV7 Laptop
Intel Core i7-3820QM 3rd Generation Quad Core 2.7 GHZ CPU
16 GB DDR3 RAM ( 2 DIMM ) / 180 GB SSD
Nvidia GeForce 650M Graphics w/2 GB Memory
Windows 7 Professional 64 bit / AutoCAD Civil 3D 2014

View 8 Replies View Related

AutoCAD Civil 3D :: Get Surface Breaklines

Dec 4, 2013

I have this:

for(int i=0;i<= tinSurface.BreaklinesDefinition.Count-1;i++) { .................
}

 I have each breakline sets, but I want each breakline of each breakline set(breaklinesDefinition).

I can do this:

Autodesk.Civil.DatabaseServices.SurfaceBreakline sfb = default(Autodesk.Civil.DatabaseServices.SurfaceBreakline); SurfaceBreakline sfb= trans.GetObject(id,OpenMode.ForWrite) as SurfaceBreakline;
 
But how can I get ObjectIdcollection of surfaceBreakline of one breaklinesDefinition?

I have seen that there is "AECC.Interop.Land.SurfaceBreaklines". Do I have to use this?
 
Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit

View 9 Replies View Related

AutoCAD Civil 3D :: Breaklines And Contours

Nov 26, 2013

I'm having problems contouring in C3D 2014.

I'm using the command PL - polyline to create my break lines (Centerlines, top and bottom of curb)?.

 In this particular drawing the first point I click on is carrying the elevation throughout the entire length and yielding bad contours.

Essentially the bottom of curb on each side of the street should be the same elevation with a crown at the centerline.

Instead the elevations are about five feet different because the beginning point is around the corne at a point of tangency on a hill.

This has not happened in any other drawings and I've done them the same way.

I redid the breaklines with the 3DPOLY command and aside from a few minor edits the surface came out OK.

I've been reading about 3DPOLY command but have not found out too much about what the actual difference is between 3DPOLY and PL commands.

Seems like 3DPOLY is the way to go. 

I do not have too much experience with C3D 2014 and am making a huge jump from 2004 LDD. How to build 3D surfaces/contouring.

View 8 Replies View Related

AutoCAD Civil 3D :: Mid-Ordinate Distance With Breaklines?

Oct 19, 2007

Where can I set the default for my mid-ordinate distance when adding breaklines to a surface. Would like to change it from 1.0 to 0.1.

View 6 Replies View Related

AutoCAD Civil 3D :: 2012 TinSurface Breaklines

Feb 27, 2012

Using the COM Interops we can find the entities which were used toi create surface breaklines:

foreach (AeccSurfaceBreakline brklin in brklines) { object[] ents = (object[])brklin.BreaklineEntities; for (int i = 0; i < ents.GetLength(0); i++) { AcadEntity en = (AcadEntity)ents[i]; //do whatever with the Entity }}

 I have, as yet, been able to figure out how to get the entity(ies) using 2012's .NET API. Is it possible, or do I have to stay with COM?

foreach (ObjectId surfId in CivilApplication.ActiveDocument.GetSurfaceIds()) {TinSurface surf = tr.GetObject(surfId, OpenMode.ForRead) as TinSurface;if (surf != null) {SurfaceDefinitionBreaklines brkdefs = surf.BreaklinesDefinition; for (int i = 0; i < brkdefs.Count; i++){Surface Operation AddBreakline brklines = brkdefs[i]; for (int j = 0; j < brklines.Count; j++){ SurfaceBreakline brkline = brklines[j]; //well, as of C3D2012 SP1 the actual entity associated with this breakline is not exposed via .NET} } } }

View 1 Replies View Related

AutoCAD Civil 3D :: 2013 Deleting Breaklines

May 30, 2012

In using 2013 I noticed when I delete a feature line which is added to a surface as a breakline it does not delete it from the surface. Even after a rebuild the surface does not update.  I am having to go into the toolspace and manually delete the breaklines from the surface list.

View 2 Replies View Related

AutoCAD Civil 3D :: Filter 3DPolylines / Breaklines

Aug 9, 2013

Can you filter 3dpolylines to find which ones have a vertex at 0 elevation? I do not see the option in the Object Selection Filters dialog. We have several 3dpolys which would take a while to go through each vertex.

View 5 Replies View Related

AutoCAD Civil 3D :: Selecting Breaklines Where Are Grips?

Dec 3, 2012

Using the select breaklines in the prospector doesn't do much of anything in my case. Zoom to Breakline works but how do you determine one particular breakline in the bunch if theye were never named?

View 9 Replies View Related

AutoCAD Civil 3D :: Contours Running Through Breaklines

Sep 27, 2012

I am having an issue with my contours running through my breaklines (feature lines).  I have tried re-ordering the breakline, edits, etc and have also set my settings to allow crossings.

View 9 Replies View Related

AutoCAD Civil 3D :: Arc Or Feature Line As Breaklines

Jan 7, 2014

I am building a surface and have back of curb, curb face, and curb flowline going around a curve.  I cannot create the lines with the usual pline as they will cross due to poor field collect.  I created the curbs with multiple arcs.  I was then going to change them into Feature Lines and am wondering if I can then use them as breaklines in a surface. 

View 1 Replies View Related

AutoCAD Civil 3D :: Ignore Contours Between Breaklines

Aug 27, 2012

The situation is like this:

I am having a survey plan both with points and contour lines. Points are comming from the main road and contour from the outside areas.

I want to be able to make the surface ignoring the contours between the breaklines of the road since any contour inside professional survey is giving me errors on profiles and everything.

View 8 Replies View Related

AutoCAD Civil 3D :: Insert Breaklines To Drawing

May 8, 2013

I have created linework using the line by object tool.  I have created a surface and am trying to add breaklines by selecting some of this linework.  Once I try to create the breaklines, it says that all those breaklines contain errors and have not inserted them into the drawing. 

View 9 Replies View Related

AutoCAD Civil 3D :: Resolve Non-existent Crossing Breaklines

May 30, 2013

Dealing with an old topo.  Building a surface from a point group of points in the drawing, and 2D polyline being used as proximity breaklines.

Here is my list of events after I rebuild the surface:

So I went to use the 'Resolve Crossing breaklines' tool, and here's what that looked like:

So are there or aren't there?

When I use the 'Zoom to' feature, it takes me to the midpoint of a TIN line on a breakline, with no other objects around.  Crossing window selection: only the surface and one polyline. I found one crossing breakline just by accident, not from either of these tools.  After I fixed it it didn't change anything.  I even deleted all the breaklines from the surface and added them again, closed drawing and reopened, no change.

View 2 Replies View Related

AutoCAD Civil 3D :: Triangulation - Adding Extra Breaklines

Apr 4, 2013

how to fix this triangulations.  Adding extra breaklines does not seem to fix the issue. 

View 9 Replies View Related

AutoCAD Civil 3D :: Breaklines Which Aren't Added To A Surface?

Feb 29, 2012

I am using a breakline to establish contours around the foundation of a building.  I've done this in the past with no problems.  Now I'm getting an Event Viewer, Error message saying that the breakline wasn't added to the surface because it crossed a point or crossed another breakline.  In one case there wasn't another breakline in the drawing. 

I've used 3d polylines & others to establish the breaklines.

View 8 Replies View Related

AutoCAD Civil 3D :: Locating Breaklines Amongst Many And Removing From The Surface?

Dec 7, 2012

I had some inaccurate survey points in my EG. Now I have new points and breaklines. How to locate thes old breaklines either within the list or visually within my surface editing / style. 

The zoom to doesn't work as there are many breaklines within the zoom extents, and 1000's of breaklines to sift through.  Is there a setting somewhere in the surface where i can turn on the breaklines that have been added already to something that's visible so i can delete those out of my surface?

I'm looking for anything on this one. (Not the obvious answers thought). Delete all and replace all (not happening).

View 9 Replies View Related

AutoCAD Civil 3D :: Breaklines Giving Wrong Contour Elevations?

May 19, 2013

I'm somewhat new to Civil 3D 2013 and have never encountered this problem before. I've got a top slope standard breakline (dark green line) and bottom slope standard breakline (light green line) with the highest elevation for the top slope at 72' and it gradually slopes down to about 54' within a 75' span. My problem, as you can see in the screen shot below, is I am getting 54'-59' elevation contours right next to a survey point with a 72' elevation whenever I hover my mouse over one of the contours. There are no nearby points with anything near 54' even outside of the surface boundary (shown in magenta).

View 2 Replies View Related

AutoCAD Civil 3D :: Added Featurelines To Surface As Breaklines - Triangles Still Crossing

Mar 25, 2013

I added three feature lines to my surface as breaklines.  But the triangles still cross them.  Triangles shouldn't be crossing breaklines.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Aligned Dimensions Change To Rotated Dimensions?

Dec 4, 2012

I was adding a lot of aligned dimensions to a drawing and some where along the way they changed from aligned dimensions to rotated dimensions, even in the same string of dimensions.

View 9 Replies View Related

AutoCAD Inventor :: Inserted Hole Dimensions Not Matching Feature Dimensions

Mar 16, 2012

I typically as much as possible like to insert my dimensions into my drawing from my model.

I created holes in the model as a 1/4" tapped hole

Yet when I show the dimensions in the drawing they show the minor dimension.

How do I get the 1/4" to show?  I have selected the feature and still get these results.

View 8 Replies View Related

AutoCad :: Make Exploded Dimensions In Old Drawing Become Live Dimensions?

Sep 17, 2013

Is there any way I can make exploded dimensions in an old drawing become live dimensions again.

View 3 Replies View Related







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