AutoCad :: Beam Complex P&IDs For Client Viewing
Aug 2, 2013
I need to beam complex P&IDs for client viewing. The drawings are in AutoCAD2012. I find it difficult to zoom and pan to the desired place. Beaming individual component P&IDs is also not an option as the client usually wants to see the enitre layout first. The entire layout, when beamed is unreadable without zooming. I was hoping for a solution similar to drilling down in databases (clubbing of data when we at the top levels and then the ability to view details when clicking on a particular cell); where only the important lines and symbols are shown at the top levels so that they can clearly be seen on beaming.
View 3 Replies
ADVERTISEMENT
Aug 29, 2011
Is this possible, create a .Net 3.5 Dll(A.dll), reference to Oracle 11g 32 bit client Oracle.DataAccess.dll. this dll will be used in another dll(B.dll), which load in AutoCAD 64 bit application. 32 bit version of AutoCAD is not allowed to install on Windows 7 64 bit. Right now I set my B.dll as 'Any CPU', and A.dll as 'Any CPU' as well. Do I have to use 64 bit oracle client in my A.dll?
View 1 Replies
View Related
Jul 8, 2013
I have a very particular client insisting I recreate a specific lineteype. The previous technician used AutoCAD Architecture 2012 to create a shape within the linetype. I have recreated the shape, with my AutoCAD 2014, but am struggling with creating the linetype 100%, and getting into other files.
View 9 Replies
View Related
Mar 15, 2012
I have a builder client who sends house plans in dwg. Recently, I have been receiving a folder full of dwg files for every room, options, etc.. When I try to open, say, the first floor plan, only dimensions show up. If I open up bedroom 3, only that bedroom shows, with no dims or context. How do I get one complete plan all together?
View 2 Replies
View Related
Feb 24, 2011
I am creating custom beam shapes, but when I change one type, it changes them all. How do only change the shape of one beam?
View 1 Replies
View Related
Mar 18, 2012
When I try to calculate bending moment stress thru "Beam and column calcultor it shows an error that is Wk and Jk is missing. Ok that is fine. If we put values for both we will get the answer. Because I have come to know thru inv discussion that many material in the CC do not have these values.
Now my question is when we insert a part for example from content centre (CC) and do FEA analysis on this part. It shows some values like deflection, stress etc etc. How is that possible? one side it is not doing in the beam calculatio but other side in FEA it is doing that.
It means we are not going to rely upon these results in the FEA. It is the same CC, same inventor, how should be trust the result in FEA.
View 8 Replies
View Related
Jun 27, 2013
I have a beam that is simply supported and I am needing to do FEA analysis on it. Simply supported on the ends with a load in the middle. Hand calculations show deflection is 2.256in. FEA shows delfection as 1.247in.
I think the problem is the constraints that I have placed on it. I have one fixed constraints at each end. One of these needs to be fixed and the other needs to be able to move horizontally. How do I set this up to get the correct results?
View 6 Replies
View Related
Oct 3, 2012
As i discovered, frame generator is a very handy tool to make a frame, and to connect beams to each other.
For a customer we need to build a large frame, The outer beams are connected directly to each other. The beams inside the outer frame need to have a gap because of mounting and welding.
What i am looking for is a kind of tool, where i can add a notch, and after the notch, shorten the beam with 1 mm at each side to make a gap, which is needed for welding.
Inventor gives an error if i add first a notch followed by a Lengthen/Shorten command. How to add a notch and a gap of 1 mm to a connecting beam?
View 2 Replies
View Related
May 17, 2012
Installed the latest Novel Client 2 SP2 for Windows (IR2a). On the first restart C3D froze. I rebooted again and I got Civil 3D going. It looked a little different and I had to import a backup profile. The biggest thing that didn't fix is the display. Our standard font is Tahoma, a TTF that appears filled. It now looks like this:
This affects both MText and text in Styles. So far I'm only having this show up in the drawing I had open just before the install and opened immediately after. I've run Audit and Recover, repaired Civil 3D, checked that the standard text style was still set to Tahoma, added the windows Font folder to the path, verified that FillMode is on. I've tried opening the drawing in a stock profile with the same results.
I reinstalled the video driver, downloaded and installed the latest from the Nvidia site and downloaded and installed the latest from the Autodesk hardware site. That's what's installed now. I've turned hardware acceleration off and back on. I've gone through each tab in Options looking for anything not set right. I've turned Windows Clear Type Text on and off.
The text also flashed in and out of visibility as I zoom in and out. So not all of the text may be shown at any one time. I'm also getting a lot of Fatal Errors. I found out that if I remove the Background Masks the text shows as filled, but it's still terribly jagged.
View 4 Replies
View Related
Jul 15, 2013
How to add to the right click menu of a client feature in the browser using the API? I'm trying to mimmick the right click menu that pops up when you right click other features like extrusion or hole in the browser. i.e: "edit feature", "redefine", etc.
View 3 Replies
View Related
Apr 19, 2013
My Civil 3D 2013 client application (COM C++) suddenly will not build:
error C4772: #import referenced a type from a missing type library; '__missing_type__' used as a placeholder..fatal error C1084: Cannot read type library file: 'C:/Program Files/Common Files/Autodesk Shared/AecXBase70.tlb': Error loading type library/DLL.
The type library is imported in the following way in StdAfx.h (as I have done for several years now, though with different version (60, 65, 67 etc.) each year):
#import "C:Program FilesCommon FilesAutodesk SharedAecXBase70.tlb" raw_interfaces_only named_guids no_namespace
I have tried to reinstall Civil 3D 2013 but that did not work. I probably also should mention that I have installed Civil 3D 2014, but that was over a week ago and I have been able to build since then.
View 9 Replies
View Related
Jun 24, 2011
I've been trying to update a client menu and I've gotten most things figured out. They have a fairly elaborate routine set up to make sure our drawings work with their document control system as well as raster design. We are using AutoCAD 2011 and the menu's were meant for 2008.
Everything seems to run well except at this sub module and every time I load a raster drawing with a TIF the routine error's out at the line in Red below. I've tried everything I can think of to keep the routine running, and I want to refrain from just remarking it out, which seems to do the trick, but I do not want to do that unless it's for some other purpose. I just need to get their menus to work on newer versions of AutoCAD.
Private Sub AcadApp_EndOpen(ByVal FileName As String)
Dim sPathPart As String
Dim sFilePart As String
Dim sExtPart As String
Dim lResult As Long
Dim vResult As Variant
Dim bFoundCO As Boolean
[Code] ......
View 7 Replies
View Related
Sep 20, 2013
I have recently drawn a steel construction, and I am now in the process of making the drawings. A problem that occurs is the length of beams used for bracing. When I click the two outer points, the lower dimension in the drawing appears. This is the length of the line between the two points. To be able to dimension properly, I have made a sketch with a straight line, which is perpendicular to one side of the beam. This has been used, with the point on the opposite side, to find the true beam length (and is showed as the upper of the two dimensions in the picture).
View 5 Replies
View Related
Mar 8, 2012
Is there a way to display the section property of a T beam? Specifically, I'm looking for the second moment of area in units of in^4 (Ixx). iProperties provide me with the mass moments for the axis in units of lbmass in^2 under the physical tab (global properties). I'm sure this information is somewhere, I just can't seem to locate it. What am I missing?
View 2 Replies
View Related
May 1, 2012
I'm Alex and I am new to Inventor. We just switched to Invetor From CAD and have been learning as i go mostly. I have been experiencing problems that are leading to major setbacks due to requireing me to redraw multiple items. With my job we have to use wide flange beams and square columns etc..I'm able to draw the indidviual parts and at times have no problem with anything being offset, crooked, skewed or anything. But I find that I'm doing something in the assembly process that is causiing my parts to become skewed/distorted in the assembly and thus also on my view layouts for prints.
View 6 Replies
View Related
Aug 9, 2012
I have a dynamic block of a steel beam, with a block table, by which I can change the size etc.
public static void InsertBlock(Database db, string FileName, Point3d InsertionPoint, double Rotation = 0)
{
ObjectId blkid = ObjectId.Null;
using (Database bdb = new Database(false, true))
{
bdb.ReadDwgFile(FileName, System.IO.FileShare.Read, true, "");
[Code]...
the size will change when I select it. The 150UB18.0 is in the list when you call GetAllowedValues for the Name.
How to successfully set a value? I have looked at
GetAllowedValues().SetValue(object value, int index) but not too sure how this one works.
View 4 Replies
View Related
Mar 7, 2012
I have a 3 node Structural Member created that works... Now the next questions... Can you anchor columns at 3 column grid intersections... then draw this 3 node Structural Beam such that it will anchor also... so that... if you adjust the column grid... the columns and the 3 node structural member will adjust accordingly?
View 1 Replies
View Related
Mar 7, 2012
How can I do a Structural Member Style with 3 nodes along it's length... a start, mid, and end nodes?
View 2 Replies
View Related
Jul 23, 2013
I am currently trying to etransmit or export one of our C3D drawings to CAD 2007 to send to a client. Every time I estransmit or export a lot of boxes appear on the exported file. Does anything know what they are or how to get rid of them? it won't let me freeze them, they all seem to be one block together.
View 3 Replies
View Related
Aug 20, 2013
I need to supply a client with a drawing and exist. surface.But I don't want them to have the survey data or points.What's the best way to handle this?
View 1 Replies
View Related
Apr 11, 2013
I am trying to fill a client graphics circle with colour . i'm just using the sample included in the API Samples.
' Create a transient circle objectDim oCircle As Inventor.CircleSet oCircle = oTransGeom.CreateCircle(oCenter, oNormal, 1)Create a circle graphics object within the node.Dim oCircleGraphics As CurveGraphicsSet oCircleGraphics = oCurvesNode.AddCurveGraphics(oCircle)Call oCircleGraphics. Color.SetColor(255,35,35) '
This line doesn't work
View 7 Replies
View Related
Apr 20, 2012
I am about to recieve an order to provide drawings to a new client who has requested me to author an new blank drawing title block for the required drawings. The company does however have a Logo and other necessary details.
My question is: What format should the logo be in and how do I transfer this into the drawing title block, bearing in mind that I will most likely have to change the size to suite the various size drawings sheets, namely A0, A1, A2 etc?
I have attempted to search for this information on CT and having found the topic been denied request to open whatever. This is a copy of the notification receive when attempting to open a topic:
"Forbidden You don't have permission to access /forum/showthread.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."
View 7 Replies
View Related
Jul 20, 2011
Autocad failes when i tried to directly opening a file from recieved attachment email. whereas it opens it properly when i save the files to hard disk drive.
View 4 Replies
View Related
Jun 14, 2013
I am trying to run a Frame analysis on a beam structure. I wanted a specific yield stress for the components that make up the beam. So I created a new material and changed the yield stress and change my beam components to that new material. However when I run the simulation the yield stress is not what I made it. Is this allowed?
View 6 Replies
View Related
Mar 30, 2011
I'm trying to create a steel beam schedule, that include the bearing height of the beam, but I need to get the actual height of the beam so that it can be plugged into the formula.
AEC Design Services
View 9 Replies
View Related
May 31, 2012
I am having trouble using the beam and column calculator in Autodesk Inventor. When I choose the beam that I want to test all the dimensions are not being put in automatically.
This is happening with most types of beams that I import from the CC the angle (6X3-1/2X3/8) that I am trying to test is getting no Wx, Wy, Wk or Jk. and the I beam (W6X25) is not getting Wk and Jk.
View 8 Replies
View Related
Jan 13, 2014
I have an assembly with a client feature that contains client graphics. I have exposed the visibility (ClientFeature.Definition.ClientGraphicsCollection[1].Visible) to the user via a context menu option. Changing the visibility currently affects all view representations. Is there a way to associate the visibility with each design view representation?
View 5 Replies
View Related
Feb 26, 2012
Is it possible to make an i part or i feature of the beam end shown in snapshot (every thing except back to back channels) i.e., couples of holes at certain distance attached with some plates etc, so that it can be populated to identical locations.
View 2 Replies
View Related
Aug 20, 2012
I am using beam/column calculator in the frame generator in inventor 2010 suite.I have a beam being used for a flight of stairs it is positioned 40 deg above the 'floor' or my xy plane in my assembly.I want to place a distributed load acting as if there were several people stading on the stairs at one time so in the direction of the z axis of my assembly.
The problem I am having is I try to change the angle of the distributed load but it only allows me to change the x and y components of the load.
a) change the angle of the laod in the Z directions
or
b) change the cordinates in beam itself so the x axis is along the length of the beam instead of the z axis.
I have tried adding a UCS to the beam part but it still wants to choose the length of the beam as the z axis.
View 5 Replies
View Related
Aug 17, 2004
Any tips on creating a beam of white light going from point a to point b?
View 9 Replies
View Related
Oct 29, 2005
I would like to know how to create a beam of fire....or an object surrounded by a ring of fire.....not unlike one in strych9ine's avatar. Maybe he would be able to explain it better.
View 9 Replies
View Related