AutoCAD Civil 3D :: Selecting Profile By Its Name?

Aug 7, 2011

I am writing a code using VB.net and i am trying to select the profile using its name and i am always having an exception error

ed AsEditor = Application.DocumentManager.MdiActiveDocument.Editor()
Dim mydoc AsDocument = Application.DocumentManager.MdiActiveDocument
Dim mydb AsDatabase= mydoc.Database
Dim mytrans AsTransaction = mydb.TransactionManager.StartTransaction
Dim mycivil As CivilDocument= Autodesk.Civil.ApplicationServices.CivilApplication.ActiveDocument
Try

[code]...

View 9 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: No Response After Selecting Create Profile View When Creating Alignment

May 16, 2013

Having a rough time with Pipe Networks! I am working an example from the Mastering C3D book (P. 371) as in the following steps:

1.Clicked SS structure(16)

2.Selected Create Alignment from Network on ribbon

3.Selected last structure(18), hit Enter

4.Changed options as needed in Create Align from Network - Create Profile and Profile View check box: Selected

5.Changed options and clicked Create Profile View

At this point the program pauses, then a dialog box trys to partially fill the screen but is all white then fades away as fast as it appeared and I'm stuck with a paperweight that beeps at me everytime I click the mouse, no panning or zooming response at this time. The command line is prompting me for the profile origin. I can switch to other apps and bring up TM and when I attempt to end C3D then it tells me that it can't because waiting for response. I can then cancel the prompt to save the drawing and C3D exits the active command and control is returned.

[URL]
 
Civil 3D 2013 SP 1, 64 bit
Dell Precision T5600, 16 GB
Win 7 Professional 64 bit
Intel Xeon @ 2.0 GHz
NVIDIA Quadro 4000

View 6 Replies View Related

AutoCAD Civil 3D :: 2013 Freezes After Selecting (Select Profile View Origin)

Jul 15, 2013

I have created a pipe network and am now creating an alignment and profile from that network. I follow the steps outlined in help file and when I get to "Select profile view origin" C3D freezes. I can invoke the Task Manager and choose to end C3D, then cancel when prompted to save file and control is returned. But no profile is created. Is it a video card issue maybe?

Seems like it is creating the alignment but freezes before the profile is created - In Prospector there are aligments in the misc category from multiple tries but no profiles associated with them. When it occurs I can't zoom or pan in C3D but I can switch to another app.

Civil 3D 2013 SP 1, 64 bit
Dell Precision T5600, 16 GB
Win 7 Professional 64 bit
Intel Xeon @ 2.0 GHz
NVIDIA Quadro 4000

View 5 Replies View Related

AutoCAD Inventor :: Selecting Profile Path Using Interaction Events

Jun 21, 2007

I am in need to select a profile path using interaction events. How can it be done? Is there any filters available for a Profile Path Selection?

View 9 Replies View Related

AutoCAD Civil 3D :: Profile Geometry Points Of Superimposed Profile To Alignment Label

Mar 1, 2013

I have an alignment label that I normally use to show the PVI's of a profile in the plan view.

This is a little unusual, but in a specific case I wanted to design my profile at one alignment, but show it at another.  I designed my swale profile in the pathway profile view and then superimposed the swale profile on the swale profile view.  I then went back to the swale alignment to add these labels.

It's a no-go AFAICT.  The only profile available for me to select for these labels is the original ground profile from the surface.

View 5 Replies View Related

AutoCAD Civil 3D :: How To Base Structure Profile Label Location On Top Of Profile View

Nov 4, 2013

I'm working with a structure profile label style and it seems like the only way to anchor the position of the label is based on offsets from the structure itself... Any way to position the label based on the top of the profile view, so that I could make all of my labels horizontally aligned above the profile view?

View 9 Replies View Related

AutoCAD Civil 3D :: Creating Profile Bandsets With More Than 2 Profile / Surface Elevations Shown

Mar 14, 2013

Im creating a Profile Bandset and would like to have multiple surface/profile elevations shown, ie: EG, FG, Back of Curb and Back of walk. While creating this bandset I see that the text component editor properties only has code for profile 1 elevation and profile 2 elevation in the properties area, which the code for this looks like below.

<[Profile1 Elevation(Uft|P2|RN|Sn|OF|AP)]>
<[Profile2 Elevation(Uft|P3|RN|AP|Sn|OF)]>

Ive tried to write my own code using the profile 2 as an example but it doesnt seem to work as a 3rd surface/profile and only seems to mimic the profile 2 elevation when placed in the band

My questions are as follows

1) does Civil 3d only allow 2 surface elevations in any band set? if it does allow more profiles/surface elevations what am i missing to create it? 

2) if Civil 3d does alow for multiple surfaces to be shown in the band set how do i get the text component editor to supply the extra profile elevation codes? or would i need to create from scratch

3) if i need to write the code from scratch does any listing of the codes and meanings of each code ie what does RN, Uft, Sn and so forth do and mean .

View 3 Replies View Related

AutoCAD Civil 3D :: Editing Profile Style Of Single Profile Instead All Of Profiles?

Mar 5, 2012

I have a group of profiles in a drawing and I want to change how one of the profiles is displayed through the profile view style manager, but I do not want to change how all of the profiles look. Is there a way to change the way a single profile looks without changing all of them?

View 2 Replies View Related

AutoCAD Civil 3D :: Proposed Profile And Existing Surface Not Showing In Profile

Jun 17, 2013

I have a profile showing proposed storm sewer, existing sanitary, rock surface, existing surface, and proposed profile. Today for some reason the proposed profile and labels, and the existing surface are not showing on the profile and I'm not sure what has changed or how to get them back.

View 3 Replies View Related

AutoCAD Civil 3D :: Created Profile From File But Cannot Create Profile Report

Jan 17, 2012

I am working C3D 2012.  I have a proposed alignment and profile design by another firm that I had to tranfer into C3D.    I had no problem getting the horizontal alignment to display from a text file.  I tried to do the same with the profile by using the 'create a text file and create the profile from file' command.  I got the POB, PI's, and POE to display.  I then defined the VC.  I wanted to verifiy that the profile was indeed accurate compared to what we were provided.  So I tried to execute a profile report PVI Station and Curve Report - I keep getting an error that "No FG profiles in dwg".

I know the Proposed profile is indeed set to proposed in the properties.  I have noticed that the icon next to the profile I create from the text file is different than the profiles created from scratch.

Is there a way to convert this profile to be recognized as a FG profile?

Intel Core i5-2500K CPU @ 3.30 GHz
8.00 GB
64-bit

View 9 Replies View Related

AutoCAD Civil 3D :: Make Curb Return Profile Without Profile View Like Intersect Command

Feb 28, 2011

I try to make curb return profile without profile view like a intersect command.

I was make curb return alignment but I can not find profile command without profile view.

View 6 Replies View Related

AutoCAD Civil 3D :: Create Dynamic EOP Profile Based On Cross Slope From Center Line Profile

Jun 28, 2012

The intersection wizard makes dynamic EOP profiles based off of the cross slope from the centerline.  Well the intersection tool doesn't always work with funky intersection layouts.  Is it possible to manually create a dynamic EOP profile based on the cross slope from the centerline profile?

Civil 3D 2012
Windows 7, 64 bit

View 1 Replies View Related

AutoCAD Civil 3D :: Structures In A Profile View Extending Outside The Profile

Nov 22, 2013

I have a 10 foot profile view and a 15 foot manhole. I want to show the manhole but not the bottom 5 feet. It is extending beyond my profile view.

Civil 3D 2014 SP1
Windows 7 Professional
Intel Core Quad Q9650 3.0 GHz
8 GB, 64-bit

View 7 Replies View Related

AutoCAD Civil 3D :: No Profile Is Drawn In The Profile View - Update

Jul 24, 2012

I have yet to produce a profile. I created a polyline and turned it into an alignment.

Looking at alignment Sample(3), I see that it is not superimposed over your surface. The polylines are, but the alignment is not. That will disallow creation of a surface profile.

Is the sample5 an alignment that sits on the surface? how come there is still no profile?

View 3 Replies View Related

AutoCAD Civil 3D :: Showing Profile Elevation Differences Right Above Profile 2

Jul 17, 2012

differences in elevations of points along Profile 2 (the proposed new road elevation) and Profile 1 (the existing elevation/surface) should be computed and shown right above the Profile 2 line. For example, if at a certain point PT 1 the elevation of the proposed road is 132.44 meters and the elevation of the existing surface is 132.45 meters, the difference is -0.01 meters and it should be shown exactly above the Profile 2 line (or a little bit above it) but not on it. The same should be done for every chosen point along the proposed profile.

So far, I have done this manually, by dragging the difference (already automatically computed and shown in one of the bands below the profiles) to the correct place for every single point. However, I don't know how to do this automatically.

View 6 Replies View Related

AutoCAD Civil 3D :: Create Proposed Profile From Surface Profile

Mar 17, 2011

We have an engineer who is taking an existing surface and wants to show a proposed road 2" higher than existing.

I told him to simply adjust his assembly for his corridor to account for the 2" difference, but the County agency needs to see a profile.

My questions:

1) Is there a way to easily copy a profile made from a surface and "convert" it to a proposed profile?  If we copy and explode, it turns into hundreds (thousands?) of tiny pline segments and it would be a mess to convert all those to a profile 1 by 1.  If we make the corridor, and choose "profile from corridor", we do not have an option that could be used to represent the centerline. 

2) Other than loss of dynamic updating), would it make sense to adjust the assembly so the top surface would be accurate, then copy the profile, explode the copy to a block and simply shift that (as essentially basic linework)?

View 9 Replies View Related

AutoCAD Civil 3D :: Profile Band / Profile Structure Mask

Jul 9, 2012

where to change the text height and color for the lower band where the stations are.  Also, how do I get the exist grade and proposed grade to show at the specified stations vertically like LDD used to do it.

Second, how do i mask the pipe in the manholes on the profile.  Right now i can see the pipe inside the manhole.  I clicked "enable masking" under the structure properties but no luck.

View 2 Replies View Related

AutoCAD Civil 3D :: Surface Profile Not Shown In Profile View

Nov 28, 2012

Attached are survey points that created the surface of a road embankment portion that caved-in. The road is very near a reservoir  shoreline. 

1. How can a surface profile be produce? I/'ve use line to change it into an alignement and then create a proile , then a profile view. But the the surface profile is missing. 

2.the points having higher elevation are the  top edge( road level) of the cave-n . A few few shots were take before the shorline elevations.

3. What the best way to come up with the rock volume to fill the cave-in given this surveying points., Also the shoreline elevation will be lowered some more while work is being done since the fill is not allowed to fall in the reservoir. 

View 2 Replies View Related

AutoCAD Civil 3D :: Adding Profile To Existing Profile Views

May 10, 2013

I have 3 profiles that I've superimposed together.  Then I created sheets using the superimposed profile.  I used the wizard and had Civil 3d do it for me (2012).  Now I have to add a 4th profile to the mix and get it to show in my profile views that have already been cut.  The data is shortcut into the drawing with my cut profiles views.  How do I get it to be in the cut profile views without re cutting everything?

View 1 Replies View Related

AutoCAD Civil 3D :: Edit Profile Without Having It On Profile View?

Jul 31, 2013

A tabular data sheet for profiles could be very interesting.

Civil 3D (2013)

View 9 Replies View Related

AutoCAD Civil 3D :: Shifted Profile Within Profile View?

Jan 22, 2013

I have an issue with a profile referenced into a plan sheet that is shifted when I view it in the plan sheet viewport.  The profile stationing is correct in the profile dwg file and in the plan sheet dwg it is referenced into.  But when I switch from model space to paper space in my layout sheet (the file the profile dwg  is referenced into) the profile moves to the wrong station within my profile view in paper space.

The profile start station is 0+00, but it shifts to -1+00 within the viewport of my layout sheet.

The scales are the same between the dwg files (50) and the Annotation scale matches the dwg scales.

View 2 Replies View Related

AutoCAD Civil 3D :: No Profile Is Drawn In The Profile View?

Jul 24, 2012

I am a C3D newbie who used  ground survey points  (Serrano_EG_surface)  that  generated a Civil 3D surface. The white line is consist of arc segments that I turned into polylines and then  into individual CL alignments. The first alignment ,which has its left and right offsets   do not generate the profile view that I needed to be created. There was a prompt asking for a profile to choose, but I don't know where in the drawing or in the propector panel to click on.

1. Are the ground survey points good enough  so that any alignments over the those areas can provide me a surface profile, a design profile, cross sections every 50 feet, so that I can submit a  preliminary drawing for environmental permitting. ?

2. When I check the object browser,  the aligments preceding each other are not in the same elevation it seems. Do I have to to transform each of the polylines first into a 3d polyline and then an alignment so that I can create a profile.

3. Eventually , I wish to connect all these alignments to model a 1.5 mile rural road (more like an access road to a water reservoir).

4. What's a best techniques to keep track of modeling a road.This question pertains to e.g the object browser as one of the useful aid. I've also used the inquiry tool but not used it for its full potential.

View 2 Replies View Related

AutoCAD Civil 3D :: Moving Profile View Labels With The Profile View?

Jul 20, 2012

I tried moving a Profile View and even though I selected everything at once and selected a base point and destination point, the Profile View Station and Elevation labels moved with a different offset than the Profile View itself.  ?

Civil 3D 2012

View 2 Replies View Related

AutoCAD Civil 3D :: Profile View Of Alignment In Civil D & Google Earth Varies

Dec 25, 2012

I imported Google earth surface (at eye alt 600m) to civil 3d 2012 and created an alignment of length 181m.

When I exported same alignment to Google earth , it showed the length as 190m ( the difference increases with increase in length of alignment) And also the profile view of the alignment in the Civil D & Google earth varies.

View 4 Replies View Related

AutoCAD Civil 3D :: Freezes When Selecting Layout Tab

Oct 9, 2012

Started freezing when selecting a layout tab. Other programs respond but not C3D. Seems to be this one drawing - pretty simple, about 1000 pnts, and a surface so far. When I select the layout tab it switches and I see a few contours but C3D does not respond. First time I have exp this.

Civil 3D 2013 SP 1, 64 bit
Dell Precision T5600, 16 GB
Win 7 Professional 64 bit
Intel Xeon @ 2.0 GHz
NVIDIA Quadro 4000

View 2 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 :: Crosshairs Stutter After Selecting Objects?

Jan 25, 2013

why my crosshairs stutter after I select an object? I first noticed it after the AutoCAD release that added vertex control options to plines. Crosshairs hang for a second or two after selecting an object that has vertices. Seems like CAD is evaluating the vertices.

View 4 Replies View Related

AutoCAD Civil 3D :: Creating A Surface By Manually Selecting Points

May 21, 2012

Is there a way to create a surface by manually selecting the points instead of creating a point group?  I survey stockpiles for a local construction company and calculate volumes for them. 

There may be 50 piles on one site and it would be a lot easier to create a surface by selecting the points manually instead of creating so many point groups.

View 9 Replies View Related

AutoCAD Civil 3D :: Pesky Selection Box Appears When Selecting Line?

May 11, 2011

Everytime I do a command where I have to select something, such as move, copy, etc., this pesky "selection" box comes up. This started just a couple of days ago and is annoying. What setting I need to change to get the box to go away? 

View 4 Replies View Related

AutoCAD Civil 3D :: When Selecting Complex Polyline - Slows To Crawl

Oct 4, 2010

Sometimes when I select a polyline with many vertices (extracted contour line) Civil 3D 2011 almost stops working. I have tried locking the layer, but this still slow to a crawl.

Intel Core2 Quad Q6600 @ 2.40GHz
NVidia GeoForce - 8Gigs Ram - Vista 64 bit

View 2 Replies View Related

AutoCAD Civil 3D :: Lighting Up Grips When Selecting Point Group?

Oct 5, 2013

when selecting a point group from the prospector tab, sometimes the point grips will light up and sometimes only the points will be only dashed.

Having the grips light up like that is very useful when viewing a region with many point groups.

How do I toggle this on and off?

View 3 Replies View Related







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