AutoCAD .NET :: Calculate The Point To The Screen?
Apr 3, 2013
I draw something one the drawing fisrt,
then open one windows form。
The problem is the form location。I do not want the form cover the graphic what i was drawing before.
Maybe, there is a way to Caculate the Point of the screen by Entity
View 6 Replies
ADVERTISEMENT
Jul 28, 2013
I have written code for the user to select a point on the curve.I need to trace the point along the curve at certain intervals.How do i calculate the direction in which the point moves along the path.Im not using the GetPointOnCurve asit doesnt suit my requirement.
View 9 Replies
View Related
Jul 1, 2013
How can I calculate the size that text in Adobe Elements 6 will display on my monitor? I have set this visually so that it is approximately 0.2" on an image height of 6.6".
My OS is Windows7 Professional and my screen resolution is 1280x1024 pixels.I have cropped the image to 7x5 and resized it to 5290x3770 pixels (w,h). I have set the resolution to 571 pixels per inch. Placing the text at 17.3 pt gave me the 0.2" height I wanted on the 'Fit Screen' zoom.
The Display Option shown in the Control Panel is 'smaller' which I understand means approximately 96 dpi. I have read that points to pixels is calculated by: Pixels = Points * System DPI/72 giving 1.33 points per pixel. Thus the 17.3 pt text should be about 13 pixels high.
Thirteen pixels is 0.34% of the 3770 pixel high display which implies a text height of about 0.02" on the 6.6" high displayed image. Instead I am seeing a text height of about 0.2" (as required).
View 1 Replies
View Related
Mar 15, 2012
I'm working with both Carlson 2012 and Civil 3d 2012 so this could apply to either one.
I have a set of caissons that were shot on separate days, and they started in the middle when they shot them in. I wanted to create a coordinate table, with the points listed from the northernmost point to the southernmost point. I had thought there might be a way to create a table with dynamic input, where I could pick the points as I go along and have the information entered as I pick.
Is there any way to renumber the points via drawing a polyline connecting them, starting with the one I want as #1 and ending with the last one?
View 6 Replies
View Related
Mar 14, 2014
When I click on the PS 10 the organizer rectangle comes up, but, when I click it the blue screen freezes at the initializing model point and won't go to the list of albums. But, if I click on the Edit, instead, the blue screen goes to the full page with its fix tools. If I click on show items in the bin the whole list of usable albums comes up. I have run every fix and scan I can think of. Premier elements does the same, but, CS6 is fine.
View 3 Replies
View Related
Jun 3, 2013
I'm here with 2013 SP2 64 bit Build 200 and two screens. Left screen is graphics area, Browser is on the left of right screen. Graphics is ATI Fire Pro V7800 with driver 9.3.3.3000.
In video (zipped MP4) you see a cutout of both screens, think of screens changing at the left of the browser.
Now, in many cases, after doing an operation, the browser is jumping back to the middle of my graphics in the left screen.
View 4 Replies
View Related
Jan 27, 2011
i created new polygon´s SDF (ACAD Civil,Map2011). And created new feature from geometry (from 2 closed plines - island). See on attached picture. If polygons are more complex =erroneous result from calculation ("Round ( Area2D ( Geometrie ), 0 ) "). It means ACAD calculate sum 2 areas together, but It should dedust island from main polygon.
View 3 Replies
View Related
Jan 9, 2013
calculate the volume.I attached here my dwg file. I never done this before and I want to know the correct answer when I want my land to be levelled at 6m.How much volume to fill and the land to be removed.
View 9 Replies
View Related
Oct 7, 2012
How to Calcuate the area of a layer, through .NET API ?
View 9 Replies
View Related
Nov 19, 2012
I'm using AutoCAD 2013 x64 and VS2012 Express with ObjectARX 2013. Now I want to calculate the (projected) intersection point of 2 (intersecting) lines in vb.net
After selecting the lines I have this line1.IntersectWith(line2, Intersect.OnBothOperands, intpts, 0, 0)
In Visual studio express 2012 I get the following warning for the above line of
warning BC40000: 'Public Sub IntersectWith(entityPointer As Autodesk.AutoCAD.DatabaseServices.Entity, intersectType As Autodesk.AutoCAD.DatabaseServices.Intersect, points As Autodesk.AutoCAD.Geometry.Point3dCollection, thisGraphicSystemMarker As Long, otherGraphicSystemMarker As Long)' is obsolete: 'Use the overload taking IntPtr instead.'.
So, if I'm reading this correctly, this method is outdated and I should use an other method to calculate the intersection. But I really don't know what 'Use the overload taking IntPtr instead' means.
One of the things I found is a function that contains this line of Dim inters As Point3d = line1.IntersectWith(line2)(0). This one looks almost the same, but doesn't give me the warning when I compile the code, but this method crashes AutoCAD when there is no intersection between the lines. This is despite a try catch block that surrounds the code.
For now I just want to use lines, but I need to expand the code so it will also work with circles, arcs and polylines.
View 6 Replies
View Related
Apr 24, 2012
There are points in different levels i wanna make the surfer with this points and project the surfer on the down surfer(that makes with other points) after that make an enclosed Volume and finally Calculate the Volume between this 2 surfer. How its possible to Calculate?
View 8 Replies
View Related
Apr 17, 2012
I have a question: ¿Which scientific calculation's method usually autocad utilize to calculate areas?
View 1 Replies
View Related
Nov 5, 2013
If I want to calculate the square mm of an area, how do I do so? I know this should be really simple but I can't get the results I want. Let's say I have a rectangle (2D) and I draw somew circles and polylines within it that are 'cut out' from the rectangle....how does one calcualte the remaining square mm?
View 9 Replies
View Related
Oct 5, 2012
How to calculate in AutoCAD the Conversion factor. I need to calculate the complete Building Floor and I try the field command in AutoCAD, But I don't know what I should write to conversion factor.
View 9 Replies
View Related
Jul 10, 2006
I need to calculate the areas within a set of lines that form a closed area.
1. How do I do that?
2. Do I need to create a polyline around the area, or is lines enough?
I use AutoCad Map 2000i
View 9 Replies
View Related
Sep 13, 2012
If I want to draw a 10% slope on 5' contours how do I calculate the circle diameter needed to construct the slope in order to connect the lines where the circles intersect the contour?
View 1 Replies
View Related
Apr 1, 2005
Is there a way to calculate a (closed) 3D polyline area ?
View 8 Replies
View Related
Oct 29, 2011
this is my first query how to calculate man hours per drawing. whether based on size(a1,a2,a3,a4) , or by based on drawing.. some companies they are calculating based on sheet size...
View 9 Replies
View Related
Oct 20, 2012
I am trying to calculate muck away for work, and I have drawn the site plan in millimetres for accuracy. However when I try to calculate the volume I get this value: 3.6293E+12. I am guessing that it is saying this due to the fact its in millimetres, and I am trying to calculate a large area and convert in into metres squared. What this value means?
View 1 Replies
View Related
Jan 17, 2012
I'm struggling with the maths needed to calculate the angle between 3 points. My eventual aim is to use vba to draw a crescent shape polyline, ie 2 arcs curving in the same direction and joiing at their tips. Both arcs will have different centrepoints but the same radius. The only info I know so far is radius (R), centrepoints (CP1, CP2) and the intersection points where their end points meet (IP1, IP2). I've gotten those points by using the 'IntersectWith' function on two circles.
My coding skills are fine it's just the maths I'm struggling with and after searching google for quite some time I'm still confused. I've looked at loads of differnet formulaes and diagrams, but it always seems like they aren't complete. Maybe it's just me.
View 3 Replies
View Related
May 19, 2012
I don't know about open traverse...how to do open traverse and how to adjust it.
View 3 Replies
View Related
May 9, 2012
How do you get the spacing you want for a hatch? For example if using ANSI 31if under pattern scale you have 1.0 what spacing does 1.0 represent? If you want your lines 1'-0" apart how to you know what scale to use other than trail and error?
View 1 Replies
View Related
Feb 20, 2013
What formula Civil3D uses to calculate the average slope of a surface?
The formula I am using is S = I*L/A
S = Average Slope
I = Contour Invertval
L = Length of Contours (ft)
A = Area of parcel (sq. ft)
I just had to do four parcel calcs and the percentage I find using the formula is always 1-3% lower than the percentage Civil3D spits out. I can't find anything about how Civil3D arrives at that number, it just appears. I assume that Civil3D is more accurate but I can't give that number to a client without knowing how the program arrived there.
View 1 Replies
View Related
Jun 8, 2012
How do you calculate paint area?
We do a lot of chutes (for mining). They need to be painted on the outside only. They also need to be lined with rubber sheet on the inside. The area given in the physical tab in iProperties is the total area.
The area of the edges of the plates are small enough that we can ignore them, but is there a way to calculate half the model's area and get that result in the drawing in a text note?
We've only recently switched over to Inventor (used to be on Solidworks, where we had the same problem).
View 2 Replies
View Related
Jan 6, 2014
I need to calculate square footage quickly. I am currently polylining everything. Here is what I need to do quicker:
Calculate square feet of each room with these requirements:
- When meeting a hallway to the outside face of the wall
- when next to an adjoining space, to the midpoint of the wall
- When against an outer wall, going to the face of the wall.
View 3 Replies
View Related
Nov 13, 2013
I have a cast aluminum part I need to calculate the surface area for our plating process. I have done a simple area, its not right (.015ft^2). I have derived it as a surface but can't get a volume calculation.
View 9 Replies
View Related
May 1, 2013
Trying to calculate a catchment area to allow me to size some culverts using Civil 3D 2012 Sp#1.
" The specified location results in a Catchment with no area."
After sitting for 15 miutes I keep getting the above message. The surface is huge and there is an obvious catchment area (or I think it is obvious). The surface was generated from contours and cover an area of approx. 8Km x6.5Km but the catchment ares should be around 15-20% of that area.
I tried another one upstream about a Km and it worked fine. So the one I am doing now should encompass the upstream area as well as from that point downstream to the Discharge Point.
View 3 Replies
View Related
Aug 7, 2012
I am designing wing ribs for a prototype, ribs made with fir wood; I must make cuts in the ribs in the form of circles or triangles to reduce the weight but keep the strength. I think I will use circles because a triangle's corners can be starting points for fissures(maybe triangles with rounded corners?).
Given: wood type,fiber alignment, rib dimensions, pattern of circles and circles' diameters, can Autocad calculate the forces that rib can withstand on each axis ox,oy,oz?
Is there another program that can tell me what forces an object can withstand given information about that object?
View 9 Replies
View Related
Dec 17, 2013
I am wondering if there is any way to calculate sq ft of rooms quickly. I have a floor plan that spans two blocks and has 1000 rooms. How can I get the sq ft of each room quickly? I am fimiliar with the AREA command but that involves a lot of effort to pick all the points for so many rooms. The rooms are not polylined, so I cannot just use the properties box.
View 4 Replies
View Related
Nov 13, 2012
I have point (DBPoint) and I want to draw some text in this point by DrawOverrule.It works fine:
Point3d textPosition = ....
wd.Geometry.Text(textPosition, point.Normal, Vector3d.XAxis, myText, true, TextStyle);
But how to draw text in two lines?I can't use MText because it's overruled code (or no?).So it's required to caclulate real font size and move second line to font vert-size.
Point3d textPosition = .... // first line
wd.Geometry.Text(textPosition, point.Normal, Vector3d.XAxis, myTextLine1, true, TextStyle);
textPosition = textPosition.Add(new Vector3d(???)); // second line
wd.Geometry.Text(textPosition, point.Normal, Vector3d.XAxis, myTextLine1, true, TextStyle);
View 2 Replies
View Related
Dec 20, 2011
We design with a lot of tubing and pipe. Is there a way to add a custom property to the BOM that will automatically show the extruded length of, say, a length of pipe or tube? Also, is there a way to automatically calculate the total length of all tubing of a given size?
AutoCAD 2013
Inventor 2013
Windows Pro 7 x64
Asus Sabertooth X58
Intel Core i7 960 @ 3.2 GHz
24 GB ram
View 4 Replies
View Related