AutoCad :: Resistance Calculation Aquarium Stand
Sep 16, 2012
Calculation of resistance, making a simulation for an aquarium stand. Stand must support about 900 kg., Is made of 18 mm chipboard, combined with screwing.
All vertical walls are triple, its made ​​of 3 pieces of chipboard, and the above is twofold. Policies are also set to increase rigidity all the screwing structure. The dimensions are 2000 (L) x 700 (w) x 774 (h).
what weight support the stand?
View 8 Replies
ADVERTISEMENT
Sep 12, 2013
I would like to remove all the Layers with the name "PLOH*" in them, that do not have anything in the same insertion point. I have been trying to select everything in the crossing window where the point3d's are the same but this does not get them all for some reason.
View 3 Replies
View Related
Oct 28, 2013
Is there any way to downgrade the license into Network to Standalone of Autocad Architecture.
View 1 Replies
View Related
Apr 23, 2012
Is this possible? I have aluminum part and would like to know how much weight the thinnest area can handle.
View 3 Replies
View Related
Feb 9, 2012
i developed a windows form based stand alone application in Vb.net 2010 that calculates all the geometry data needed for a Spur Gear ,my final goal is to send all Calculated data needed in Autocad 2012 and draw automatticly the Spur Gear.
At first i started to experiment my self with a simple only task (created a new project only for this) to draw 4 circles with the same center (radius1,2,3,4) in autocad with a simple click of the command button.
The code i used is the following (for 1circle) but it returned a error like this>> SendACommandToAutoCAD()-->>Could not load file or assembly 'Acmgd, Version=18.2.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Imports Autodesk.AutoCAD.ApplicationServices
Imports Autodesk.AutoCAD.Runtime
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]....
View 3 Replies
View Related
Mar 4, 2013
I've started working on a project but I'm a little out of practice. I need to create a standalone application, with a window to view the active model. Essentially, it'll be a viewer tool with some other minor functionality for interrogation.
Alternatively, Is there a way for me to add a viewer window to my form? Like an InventorViewWindow Control or something?I've spent the last day or so searching, but nothing really useful has surfaced.
View 9 Replies
View Related
Jul 12, 2012
We created a wellhead stand (top and bottom plates has od of 18" and the body has od of 16.75" thk of 0.5") and ran the stress analysis.
Because we have a cylinder attach vertically to the wellhead stand, so we added the gravity and force (40,000 lb) on the top plate.
Our question is about the wind load. We know there has a software call robot structural analysis but that is not an option yet. And we looked up other pages and knew that we can convert the wind load to pressure. Basically the wind load is on the one side of the hydraulic cylinder (around 13feet tall and od of 6") and rod (around 12 feet tall and od of 4"). But where do we add it to the wellhead stand? on the top plate (flat face) ? or the body (cylinder)?
We attached a sample part. the orange parts = hydraulic cylinder. the green part = top plate. the magenta part = body.
View 3 Replies
View Related
Jan 15, 2009
Recently this icon has been appearing on the top left corner of all my photoshop files... it looks like a "insert image" icon (with the 2 mountians) and it has the number "01" beside it. I don't know how I got into this mode but I need out of it!
View 2 Replies
View Related
Oct 14, 2006
how to take a full color pic and then turn it into a black and white of the same thing but also keep some of the color of the original picture...
View 5 Replies
View Related
Apr 11, 2013
When I used earlier versions of Acad I used to be able to do a calculation within a command. Like if I wanted to offset something equally on each side of a mid-point I could start the offset command then for distance I could put in the distance I wanted/2 (ie if the total distance between the 2 lines needed to be 85.375 i I could do 87.357/2). Is there some setting that I am missing or is this something that has disappeared from Acad?
View 3 Replies
View Related
Aug 1, 2012
I have finally decided on a monitor. My first Samsung was defective, so I returned it. I went with a Dell, which was blurry. I went back ot a Samsung because the picture quality, was, hands down, the best.
Anyway, because I've changed monitors several times, I know for certain, that I've left the "Stand Off" screws in the computer.Â
The hookup cable is definitely VGA.
There is a possibility that when you detached the old monitor you probably unscrewed the "Stand Off" screws as well.
View 9 Replies
View Related
Apr 19, 2009
have jpeg of a child blowing bubbles can anyone advise as to the technique to use for making the bubbles stand out.
View 5 Replies
View Related
May 15, 2012
I have an existing contour surface. I would line to calculate the volume of  topsoil which will be 300 mm following below the existing contours.
View 3 Replies
View Related
Sep 6, 2011
I have a point from an xref and I need to find the corresponding point in the current CAD file.
The xref is offset from 0,0,0 and rotated in and from the XY plane.
I have the original point and the xreferences attachment point and normal and rotation but my calculations always come up with an error.
View 2 Replies
View Related
Oct 2, 2013
I have a requirement to create a block with a few attributes, but the attributes require a bit of composition behind the scenes. Here's an abstract example.
I need a block that represents a computer's identity. Each computer has 2 references that need to result in attributes that I can extract. One attribute is a unique reference across the project, and the other attribute is a room reference, and many computers can be in the same room.
Here are some example references.
Computer A
Unique Reference: DF.SALES.01
Room Reference: DG.SALES.07
Computer B
Unique Reference: DF.SALES.02
Room Reference: DG.SALES.07
Computer C
Unique Reference: DF.SALES.03
Room Reference: DG.SALES.07
Computer D
Unique Reference: DF.ADMINISTRATION.01
Room Reference: DG.ADMINISTRATION.02
Computer E
Unique Reference: DF.ADMINISTRATION.02
Room Reference: DG.ADMINISTRATION.02
As you can see from the above, the 'common' part for a computer is the middle 'SALES' or 'ADMINISTRATION' part, which 'technically' only needs to be put in/typed in by the user once for each computer. I need to automate this process to reduce user input error, such that they only enter 'SALES' or 'ADMINISTRATION' once and don't end up creating the below, which would be invalid.
Computer F
Unique Reference: DF.RECEPTION.09
Room Reference: DG.SALES.07
Thus I imagine I need a third property/field/attribute to specify 'room', and then formulate the Unique Reference and Room References, using this 'room' part in the middle.
The end goal here is that I need to be able to extract the above two references for each 'computer/block' and get them into Excel, and I need to be able to modify the 3 properties (room, unique reference and room reference) quickly, ideally using something like EATTEDIT, which is how we have edited attributes in the past.
The use case above is abstracted, it's actually not for computers at all but I figured it would make more sense than complicating it with the actual application!
View 5 Replies
View Related
Apr 29, 2013
I don't use the area calculation tool that much. I was just working out a large area for concrete. I use TOOLS - INQUIRY - AREA. Thats all fine and it gives me the area, for instance, to keep it simple 4900 x 9000 = 44.10m² AutoCad displays it as 44100000. I know it's not a major problem, but is there anyway I can get it to display as 44.10 or at least lose all the zeros.
View 9 Replies
View Related
Dec 3, 2012
Currently running Design Standard Suite CS5, but want to upgrade just PS6!Â
Because of Adobe rules I am unable to do so, must upgrade complete suite! So, I thought maybe I would re-install PS4 (a stand alone unit) and upgrade to 6 from this. Question, do I need to uninstall PS5 first before re-installing PS4? And secondly can I continue to use the other products within CS5 with PS6? I think it is totally unfair of Adobe to penalize loyal customers this way. My circumstances have changed and I don't have the need to use the complete suite as much as I did in the past.
View 3 Replies
View Related
Dec 12, 2011
Recently upgraded from X2 to X4 (via box version). Created one DVD-V and one AVCHD (with -R disc) both only play on pc but not on any stand alone dvd player with "Unknown disk" error. Using the same Pioneer burner which created playable DVD-V before by X2. Did I miss some setting in X4? Another problem is with the AVCHD disc. Laptop won't play the menu at all. Had to go to the stream file and find the video content.
Intel 2nd gen i3 processor
8GB ram
520 HD
View 6 Replies
View Related
Aug 25, 2012
Many years ago I made a transparent 3D logo in PSP, I do not have PSP anymore I have gimp, and I want to do the same thing. But I want to make a logo that I can put on any image, a stand-alone png.
View 1 Replies
View Related
Jun 19, 2013
I am new to the paint.net program and loving it, however am battle to find a way to make an image stand out.
View 3 Replies
View Related
Nov 30, 2012
I have trying to run lift station simulations and my calculation nodes are always flooding. They don't flood in real life so what could be a problem?
View 6 Replies
View Related
Sep 25, 2012
I have run a volume between two surfaces, I need to further to break that new volume surface up to get volumes for each section. I know in microstation you can fence a volume surface and it will tell you the volume for that area. Is there a function in civil 3d that works like this. I know I can break it up manually and create new surfaces, I am looking for a time saving appoarch and trying to minimize file size.
View 2 Replies
View Related
Dec 29, 2011
In the attached report, safety factor is se to calculate from ultimate tensile stress (485 MPa), and it indicates 1.33 with stresses:
Von-Mises:Â 323 MPa..............SF = 1.5
1st principal: 303 MPa.............SF = 1.6
2nd principal: -181.2 MPa....... SF =2.67
So, how is inventor getting 1.33 ?
EDIT: if I set it to calculate from yield ( 260 MPa) it accurately reports SF =Â 260/323=0.8
EDIT: added part file
View 9 Replies
View Related
Jun 11, 2012
I want to use 3D civil software to calculate the the reservoir volume from the attached micro seismic data.Â
View 7 Replies
View Related
Sep 11, 2012
how the area calculation works for finding the square footage of a dwg.
I can easily get a rough estimate of square footage on L X W....but when i use the area measuring tool, i get total inches and a total sq foot estimate of 1.7xxxxx which i don't understand.
View 4 Replies
View Related
Sep 3, 2013
volume dashboard on which method of calculating is based. Why sometime are different, huge differences between counting volume based in "computer materials" which of 3 is the best? for calculating? I am using very often average end area, is that correct?
View 2 Replies
View Related
Jan 2, 2013
I'm new in civil 3d road design so my question may be basic.when i prepare a corridor and proceed to get cut and fill it appears as zero.i think i made some mistake at a stage when in section line we decide surfaces..step wise from section line selection to cut/fill calculation also give me the general concept regarding selecting surfaces during cut/fill volume calculation?
View 5 Replies
View Related
Jul 24, 2013
I have a manure storage pond that I am trying to figure out the total storage volume for. It has 2.5:1 Side slopes and a 10 foot wide ramp at 10:1 entering the pond to the floor bottom. I am trying to figure out what the volume of this pond is. What is the fastest and most efficient way to get this volume? I do not want it compared to any other surface such as existing ground.
View 7 Replies
View Related
May 16, 2012
How to get multiple objects area easily. i am using auto cad 2009.
View 2 Replies
View Related
Nov 13, 2013
I attach picture 1 and 2. Â
I need to create surface like this picture 2. I need crate surface by joining 1, 2, 3 like as picture 2 section, but when i crating surface its joining as picture.
This problem have been found . I created a tofo of the rock which rock is bend lower picture 2 section to calculate the volume i need the surface create like this.Â
View 2 Replies
View Related
Dec 27, 2012
i have a few scans of documents which are 20-30 years old. Some text on this documents is written on a typewriter. Now im trying to make this text to be more clear in relation to the background.
I tried to to this using Curves and Levels. The text is getting darker as i want it, but also the background changes which is what i dont want, because if i do this on a rectangular selection it is visible. Curves is quite ok, but it still changes the background to much in my opinion. Is there a way only to make the text more black without changing the background much? You can view the original text and my tries here i full resolution here:
[URL]
View 3 Replies
View Related