AutoCAD Civil 3D :: Get Wall Thickness Of A Pipe

Apr 17, 2013

The 2013 .NET API exposes just 10 of the 22 PartDataFields for Pipe objects. WTh (Wall thickness) is not one of them so I'm attempting to get it via Late Binding. This lisp code works, where (vl-sel) is just a helper function to select an object and convert it to a vla-object:

(setq pdr (vlax-get (vl-sel) 'partdatarecord))(setq itm (vlax-invoke pdr 'find "WTh"))

to get the PartDataField. However, putting this into my C# code, it fails on the Find portion with an exception

//ps is a valid PartSize objectPartDataRecord pdr = ps.SizeDataRecord;PartDataField diafld = pdr.GetDataFieldBy(PartContextType.PipeInnerDiameter);object[] args = new object[1];
object acadobj = ps.AcadObject;
object pdrobj = acadobj.GetType().InvokeMember("PartDataRecord", System.Reflection.BindingFlags.GetProperty, null, acadobj, null);
args[0] = "WTh";
[code]....

View 3 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Data Shortcut Pipe Not Updating Wall Thickness?

Oct 3, 2013

I made a pipe network in one drawing, d-reffed it to another, drew parts in profile.

Then I realised that I needed to show the outside walls of some pipes in profile.  We don't normally display them.  And I found that the wall thickness was wrong.  I eventually figured out how to edit the wall thickness, and I have it working right in the source drawing.  (I had to swap parts to get it to update.)  But the host drawing is not updating.

So if I go to pipe properties in the source drawing, it gives a wall thickness of 165mm (correct).  If I go to the same pipe in the host drawing, and go the the pipe properties, the wall thickness is 75mm (wrong).

how to trigger an update?  I've swapped parts back and forth to different sizes, synchronized, SetNetworkCatalog and done PartCatalogRegen in both drawings. 

For background, read Edit wall thickness.

Civil 3D 2011, 32 bit

Win 7 Pro, 32 bit; Intel Core i5 @ 2.80GHz; 4GB RAM

View 7 Replies View Related

AutoCad 3D :: Draw Pipe 20" Dia With .594 Wall Thickness?

Aug 30, 2012

what's the best way to draw pipe, say 20" dia with .594 wall thickness in 3d?

View 9 Replies View Related

AutoCAD Inventor :: Make 18" Diameter Pipe Wall Thickness Of .1793"?

Dec 21, 2011

I need to make a 18" diameter pipe wall thickness of .1793" and it need to be a 90 degree bend with 22.5 degree segments.

View 3 Replies View Related

AutoCAD Civil 3D :: Simple Cylinder Wall Thickness

Apr 12, 2013

I am experiencing a problem in 2013.  In part builder, I am trying to add wall thicknesses to the simple cylinder.  I was able to add options for inside diameter and set floor thickness to a list and add options for that, but when I try to set wall thickness to list instead of constant, I get an error in the value menu. 

Everything disappears and in red at the bottom, I get a message about an error in calculations.  I even tried temporarily deleting the With from any calculations, but I still got the error.  I have had no problems doing this in 2011 or 2009. 

View 2 Replies View Related

AutoCAD Civil 3D :: Wall Thicknesses For Pipes In Parts Lists In Pipe Networks

Dec 24, 2013

How Autodesk came up with the wall thicknesses for pipes in their parts lists under pipe networks in Civil 3D? I found that for DIP the wall thicknesses for pipes was way greater than anything commercially available; and that for PVC the wall thicknesses were way thinner than what's commercially available.

Are most client's modifying these lists to conform to pipe specifications or ignoring these discrepancies?

View 1 Replies View Related

AutoCAD Inventor :: No Continuous Wall Thickness With Shell Command

Mar 26, 2012

I have a blade housing that requires a continuos radius around the profile. It is not a full radius. When I shell the blade, it looks like the raidius wants to continue. I was told I had to use two fillets and the particial radius will not work. However, the continuous radious in the customers requirement. Is there a way to shell this part correctly?

View 2 Replies View Related

AutoCAD Inventor :: Finding Minimum Wall Thickness In A Part

Jul 10, 2013

are there any other analysis tools available to find the minimum internal wall thickness in a part?  I'm aware of the cross-section tool, but that only analyzes an area the user has already noticed.  In a prismatic part with several cross-holes and features (cavities), it could be easy to miss a thin spot that could give up under internal pressure just by 'eyeballing' the part with Hidden Edges turned on.

I guess I could try the 'unground and move the part thru a sectional plane' trick, but I think it would be too haphazard, especially if the weak point is not thru a principal plane.

Is there a tool I'm missing or maybe something that has been added in newer releases?  Maybe this is too much analysis to ask of a modeling package.

Inventor Professional 2014 64 SP1
Windows 7 64 bit - SP1
Xeon E5-1620
16 GB Ram
Quadro 2000

View 7 Replies View Related

AutoCAD Inventor :: 2012 - How To Check Casting Model Wall Thickness

Jan 28, 2013

I am doing casting model in the inventor. i need to check the modelling wall thickness.

I tried in section analysis & drafting method but i am not satisfy on that.

View 1 Replies View Related

Revit :: How To Use Host Wall Thickness In Formula

Dec 27, 2013

I'm trying to use a formula in a family that requires the host wall thickness.
 
I've setup an instance reporting parameter (dimensioned to the host wall faces) - which works fine in reporting the correct value.
 
But when I try to use that variable in a formula, I keep getting the error:
 
"Instance Parameters can't be used in Type Parameter formulas."
 
Is there a way of getting the reported dimension as a Type rather than an Instance - or is there another work around ?

View 3 Replies View Related

Revit :: Changing The Wall Thickness In Floor Plan?

Apr 12, 2012

I have a finished floor plan with 5.5" thick walls, but now i want to make all my walls thicker without changing the size of my rooms. What i can do to achieve this. I tried locking the wall dimensions before changing their thickness but it still shrunk my room sizes.

View 4 Replies View Related

Revit :: Adding And Removing Wall Thickness In Existing And New Construction?

Aug 21, 2012

I have drawn an existing building thats needs a renovation. In the project i need to add 100mm insulation to the external side of the outer walls. Are there any way that i can add theese 100mm to my existing walls but only show the new 100mm  in new construction ? 

View 1 Replies View Related

AutoCAD Civil 3D :: 2012 Retaining Wall Assembly And Wall Height?

Jul 23, 2012

I am using the RetainWallVertical subassembly with a created gutter subassembly attached to the wall and a DaylightGeneral subassembly attached to the gutter assembly.  My cut slope parameter is set to hold at 1.5:1.  I would like to use a target (feature line or alignment) to daylight to and have the wall height adjust accordingly.  Problem, I am not able to use a target other than a surface for daylighting.  I can use my existing ground surface, which I am daylighting too, but I can't adjust the target point. 

View 2 Replies View Related

AutoCAD Civil 3D :: Pipe Network Storm Sewer Pipe Plan View

Nov 20, 2013

Pipe network storm pipes: Fairly new to Civil3D and trying to set up parts list for the storm sewer pipe and would like the plan view to appear as it does currently.  We use a polyline for centerline of pipe, similar to dashed linetype but line and space are the same, width set to pipe width.

View 1 Replies View Related

AutoCAD Civil 3D :: Edit Pipe Network - How To Trim Pipe That Pass Through Manhole

Sep 25, 2012

I created pipe network for my storm drain project. I have located all the structures (manhole) to all angle point of my alignment as required. Also I "insert" manhole every 400' per local code requirements using the command "network layout tools; structures only. My problem is I couldn't find the tools how to trim the pipe that pass through the manhole. Please see attached pdf file.

View 1 Replies View Related

AutoCAD Civil 3D :: Depicting Both Slice And Cross Cut Pipe Profiles Of One Pipe

Jan 8, 2014

One of the things I seem to struggle with is being able to depict a single pipe when it needs to be shown in one profile as a crossing pipe, and another profile where you you show a lenghwise slice through the pipe.  I end up tracing the pipe with eliptical objects where I'm cutting across the pipe and setting up more for the lengthwise/sideview of the pipe.  Is there a way to have two different styles for the same pipe, one for a cross cut and one for a lengthwise slice?

View 1 Replies View Related

AutoCAD Civil 3D :: How To Include Pipe Min / Max Cover As Part Of Str / Pipe Label

Nov 26, 2013

is there a way to include the pipe min/max cover as part of the str/pipe label?

Civil 3D 2013 SP1, Win 7-64 bit
12GB RAM

View 3 Replies View Related

AutoCAD Civil 3D :: Connecting Pipe To Different Pipe Network Structure

Jun 20, 2012

Using Network Layout Tools, can you attach a pipe to a structure in a different Pipe Network? 2013 Civil 3D

View 6 Replies View Related

AutoCAD Civil 3D :: Pavement Thickness Taper (not Lane Width)

Aug 1, 2012

I have an "ultimate" profile that has be set for a proposed roadway the first 1500' of the roadway will be constructed at this final profile while the last 900' will be constructed for an interim design not at the full depth pavement. So my typical for the final is 9.25 inch of pavement over 14" of stone and the interim is 4" over the same 14" of stone when we transition from the 4" to the 9.25" we are using a 20:1 taper the question is how to model this taper condition and have you had any success.

View 1 Replies View Related

AutoCAD Civil 3D :: Not Showing Pavement Thickness In Cross Sections?

Feb 7, 2013

i am designing a footpath. I have got my corridor and assemblies all right. but when i plot the cross section, the pavement thickness and hatch pattern is not showing.

View 4 Replies View Related

AutoCAD Civil 3D :: Creating Thickness Contours (difference Between 2 Surfaces)

Mar 1, 2012

I have created 2 surfaces of a matierial that is buried, using drill hole data.  I have a surface for the top, and then a surface for the bottom of this material.  I then created a 3rd suface comparing these 2, creating an isopac contour showning the thickness of the material.  My question is this:.....is there a way to make the zero (0) contour show up?  I have a .5 contour interval, but 0 doesn't generate.  Could i be missiing something in the settings? 

View 9 Replies View Related

AutoCAD Civil 3D :: Assemblies Side Slope Material Thickness

Apr 3, 2012

I don't want material 1,2 or 3 and I set them to zero...but the event viewer gives error messages... the input parameter value should be > zero

2013 Civil 3D

View 5 Replies View Related

AutoCAD Civil 3D :: Grading Against A Retaining Wall

Sep 8, 2012

I have a platform at level 13.275m and nearby there is a retaining wall at aprox. level 4.0m. 

For the wall i've made a surface using feature lines from EG till level 15.0m and then pasted into the EG surface to create the 'barrier' for the slope. But when i do the grading with the fill slope projection to surface, when it reaches the retaining wall section, the contour lines go crazy and if i do a quick profile, the fill slope line (obvious) is iregular, rather than a straight down line (2:1)  going from level 13.275m till it hits the EG.

I've attached a picture to show the problem better.

View 9 Replies View Related

AutoCAD Civil 3D :: MSE Retaining Wall Assembly?

May 27, 2009

MSE Retaining Wall subassembly? or any type of retaining wall subassembly that does NOT have a footing or where I can find one?

View 4 Replies View Related

AutoCAD Civil 3D :: How To Create Secondary Containment Wall

Jun 3, 2012

I don't know how to create the secondary containment wall by civil3d.it's the same as creating the retainment wall assembly ?

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Construct Wall Centerline In The Middle Of Wall?

Sep 13, 2013

i need a lisp that construct line between two lines of wall by selection called  (Wall Centerline)

i attach example of what i want assuming that i will often isolate wall layer in the project to facilitate the task.

View 3 Replies View Related

AutoCAD Civil 3D :: Pipe Rules Not Followed Exactly?

Nov 1, 2013

I created a pipe rule and applied it to my 6" HDPE pipe in my parts list.  The rule is followed close but not exact.  Here it is:

I created a "cover only" rule for my 6" HDPE pipe.  I have the maximum and minimum cover set to 3.50'.  I have it the same so it will draw my pipe 3.50' deep.  I don't want it to vary.  It for drawing in existing underground power so when we cut profiles and sections the existing power shows up.  We want it to show up 3.50' deep.  I created a label style for my pipe that tells me start cover and end cover of the pipe so I can see it right there on the screen.  The numbers range from 3.50' deep to 4.70' deep.  

Why does the pipe not get drawn in exactly 3.50' deep?

View 4 Replies View Related

AutoCAD Architecture :: Make Cylinder Wall Or Closed Curved Wall?

Jun 3, 2013

I can make a curved wall, now I need to make a "cylinder" wall or a closed curved wall. If a curved wall can be closed I cannot figure it out.

View 4 Replies View Related

AutoCAD Architecture :: Wall Style Creation (Window To Cut Only One Portion Of Wall)

Dec 7, 2011

I'm attempting to create a wall style that has 2 components, a framed wall and a brick veneer.  What I would like to do is have this wall react a certain way when I insert a window.  Basically, I don't want the window to cut into the brick veneer, only the framing.

I have attached my attempt so far, and I have not figured out how to get the window to only cut the framed portion.

View 1 Replies View Related

AutoCAD Architecture :: Wall Intersection Clean Up For Different Wall Types

Jun 12, 2012

I am having trouble cleaning up different wall types joining at or close to a corner. I tried to over ride the clean up radius....no luck.

View 9 Replies View Related

AutoCAD Civil 3D :: Fill Up From Retaining Wall To Existing Ground

Apr 11, 2012

I have a feature line as the top of a wall and want to grade up away from it to marry to existing ground.

View 1 Replies View Related







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