AutoCad 3D :: Connecting Two Circles With Different Diameter Into Solid?

Aug 7, 2013

connecting two circles with different diameter into a solid. I tried loft, but it is a partial solution since it creates a surface. I know there is a solid option. There surely is a way and a simple one but i don't know how. Bellow there is a picture with diameters and length of the mast. Also i included a dwg file. Not much done there.

View 9 Replies


ADVERTISEMENT

AutoCad :: Connecting Lines And Circles

Mar 21, 2011

Im having a little issue with connecting lines and circles but not sure how to shorten the question to do a search on here. I have 2 concentric circles (the two circles form the walls of a round tower wall) which have 2 lines (representing a wall) passing through them. I want to join the circles from the circumference to the lines, but each time I try to do it the line seems to default to the center of the circles and to the endpoints of the lines which is not what I want. The eventual aim will be to remove a section of the circles and the lines where the new line connects to them to form an opening in the walls.

Ive tried <shift>right click and selecting tangent on the circles but I cant figure out what to do on the lines and it constantly defaults to the end of the line not to where I want to intersect the lines.

View 7 Replies View Related

AutoCad :: Place Any Diameter Circles At Equal Distances?

Sep 6, 2011

how can i place any diameter circles at equal distances.

View 6 Replies View Related

AutoCAD LT :: Count Number Of Circles And Their Diameter Extracted As List

Sep 23, 2012

I want to get number of circles and their diamters through list in drawing.

Just like as quick select option, it selects all circles and told total quantity. But never tells individual circle diameter and their quantity.

It will be better , if information come as a list. Try lisp if required.

Same like as attribute extraction command, but in that blocks are needed.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Create Circles With Diameter Of 5 Related To Imported Points From Excel

Feb 21, 2012

i attached a lsp with and excel

the lsp does creat circles with diameter of 5 related to imported points from excel

i realsed that it is able to get the first column but can get the coordinate from the second one

                (setq posX (atof (substr line 1 nPos)))  (this is ok)
                (setq posY (atof (substr line (1+ nPos)))) (not this one)

View 2 Replies View Related

AutoCad 2D :: Solid Hatch Circles

Sep 21, 2011

when I create a shape and fill it in for a colour ( so I can send it to a screen printer to be put on our product ), I get an issue with DN-P-2726.dwg. I was trying to recreate the part being painted red, so the screen printer overlays with the black and grey.

View 7 Replies View Related

AutoCad 3D :: 2 Different Size Circles Into A Solid?

Aug 16, 2012

I am trying to make 2 different size cirlces into to on Solid object. One circle is 20 in diameter and the other is 50 in diameter. I was wondering what the command was.

View 3 Replies View Related

AutoCAD 2010 :: Custom Linetype With Solid Circles

Jul 24, 2013

I am trying to create a custom linetype with solid circles at a specified distance along the custom linetype (see attachment). I have tried using a shape, the special Wingding character but cannot get the result I want. I've tried the hatching method, again with no luck. I've went through the discussion groups, online content, etc. but cannot get it to generate the line the way I want. I see a few people that have been successful but I cannot get it to work.

View 9 Replies View Related

AutoCad 3D :: Convert Single Line Containing 42" Radius Curves To Solid 4" Diameter Cylinder / Pipe

Apr 14, 2013

How to convert the single line below containing 42" radius curves to a solid 4" diameter cylinder/pipe?

Capture.jpg

View 2 Replies View Related

Photoshop :: Circles Inside Circles (or Rings)

Feb 11, 2005

I'm trying to make a logo. Circular logo with an inner ring maybe 4 px wide and 15 px inside the rim of the outer circle.

Basically I want a blue circle with a yellow inside ring. What's the best way of doing this? The only thing i can think of is: creating a blue circle marquee, and then another (trying to estimate a new circle size and change the color) that is yellow, and then making another smaller blue circle inside the new one. That's just ugly.

I tried the edit/stroke but that just gave me a stroke around the outer circle; it didn't put a ring inside the circle 15 px down.

Also I tried to contract the original circle by selecting it, then Modify/contract. That's got me a selected ring, inside the circle. Now how in the world do I make that little ring yellow? It just remains selected and I can't seem to find a way to color it.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Non-solid Entities On Solid Layer

Mar 19, 2012

We have this need to have all of the solids in a drawing to be placed in the "solid" layer.

Sometimes folks are drafting lines to develop these solids, and keeping the lines on the "solid" layer, rather than moving them to another layer, or deleting them altogether.

I could get folks to run this command before leaving the drawing.

I'm thinking something along the lines of:

Select all entities that are on the solids layer that are not solids.

If nil, great, do nothing.

If entities are selected, let me do something with them.

I'm hoping the following can be modified ever so slightly.

 (setq non_solid (ssget "X" (list (cons 0 "3DSOLID")(cons 8 "solid"))))

View 4 Replies View Related

AutoCAD Inventor :: Split A Single Solid Body Into 2 Solid Bodies?

Sep 19, 2012

I'm trying to split a single solid body into 2 solid bodies. The problem is that the body I'm trying to split consists of two separate pieces. I can split a body when it is a single piece no problem, but I'm having the problem when the two pieces are not joined at all.

When I try and split it on the origin plane it gives this error:

"Creating parting line failed. Could not build this Split"

When I try and split it on a work plane lying on one of the pieces it gives this error:

"Creating parting line failed. Modeling failure in ASM. Redefine inputs."

Or, another variation on this erorr:

"Creating parting line failed. Split feature could not create two bodies. Change the Split Tool so that split feature can create two bodies."

View 4 Replies View Related

AutoCAD Civil 3D :: Import 3D As Solid Objects Or Convert Polymesh To Solid

Jun 18, 2013

I have a.3ds file imported into Civil 3d. The object imported as a polymesh in Civil 3d. I need the solid 3d object to do some edit like slice or union and subtract.

The question is "How can I import .3ds into Civil 3d as a solid objects or hoe can i convert polymesh to solid?"

View 9 Replies View Related

AutoCAD 2013 :: Converting Complex Solid Surface To Solid Model

Aug 12, 2013

I have finally created the shell of the complex surface that you see. This is only a section of the part because I cannot show the whole thing for proprietary reasons. I formed solid surfaces using the network command. The propblem is that it will not convert to a solid because the surface seams are not "water tight." When the network command created the solid surfaces, the surface seams do not exactly match the lines so there are gaps in all the seams. I have tried blending, patching, etc. and nothing works. how to convert this to a solid without losing the outlines and the shape?

View 3 Replies View Related

AutoCAD 2010 :: Remove Line Inside Solid Object / Transparent Solid Objects?

Sep 16, 2013

How can I remove the lines in the middle after I press and pull the objects.

Attached is the Untitle.jpg, to make more clearer to you. Blue is the wall and skyblue is the aquarium. I want the back and the front of the aquarium don't have any line in the middle but even I do shade command the fill of the color is still there. Cause if I explode and delete the line in the middle the colors that fill the aquarium are getting rid off See Untitled 2.Jpg to see what I mean. And also how can make the aquarium Untitle 3.jpg transparent?

View 9 Replies View Related

AutoCAD 2013 :: Trim A 3d Solid Using Another 3d Solid As A Cutting Edge?

Aug 27, 2013

Is it possible to trim a 3d solid using another 3d solid as a cutting edge? I want to cut the edges of a dam using the natural ground surface (which is also a solid) as my cutting edge.

View 3 Replies View Related

AutoCad 3D :: Trim Diagonal 3D Solid To Top Of Horizontal 3D Solid In Picture?

Jul 10, 2013

Is there away to trim the diagonal 3d solid to the top of the horizontal 3d solid in the picture.

View 4 Replies View Related

AutoCAD Inventor :: Make Solid / Change Parameter Of Solid

Nov 18, 2012

I am making a design on inventor 2013 for a colleague who does not know how to use the inventor.

I want to make the solid and then set something up that allows the user to change a few of the parameters of the solid in a very user friendly way (i.e. a box that says "cylinder radius" and has an input box so the user can enter a value).

View 9 Replies View Related

AutoCAD 2013 :: Hatching Looking Solid But Its Not A Solid Pattern

Dec 13, 2012

i am having a hatching issue, it seems no matter what hatch pattern i use and what hatch scale, alot of the hatch looks solid instead of the pattern i want, for example i am using currently ANSI37 @ Annotative with a scale of .20 and on the same paperspace page one plan with the hatch shows the cross hatching and the other one below looks solid (see attached) now i can go and say change the hatch scale and it reverts to the cross hatching, but then when i zoom out it goes back to "solid" is it a graphical issue?

View 7 Replies View Related

AutoCad 3D :: Subtract Smaller Solid From Bigger Solid

Nov 7, 2012

I want to subtract smaller solid from bigger solid.I can not understand how to move smaller solid and place it in front of bigger solid.

View 6 Replies View Related

AutoCad 3D :: Convert Some Solid Bodies To Single Solid?

Dec 1, 2006

How can i convert some solid bodies to a single solid.

View 8 Replies View Related

AutoCAD Map 3D :: Error Connecting MDB File

Jun 5, 2012

I have an older water line project that was connected to the file water.mdb.  I am trying to connect the dwg to the mdb and am getting an error.  I have enclosed a screen shot of the error.  FYI i am using 2011 Civil 3d, and the dwg was originally done in Autocad Map. (2005 I think)  .

View 6 Replies View Related

AutoCAD Map 3D :: Connecting Drawings And 0z Values

Oct 22, 2013

Why have i got 0 for all my z values I have followed all the steps in the Guide and still have 0, my x and y axis are ok. Im wondering if it may be something to do with the Digimap and OS downloads.

Another thing, How do i conect all my drawing downloads i have together ive tried the coordinates system and just dont get anywhere.

Downloaded from Digimap i have 20 different drawings of this section but i cant connect them together. I have a catalogue system which is just like a coordinates section with these 20 places. All my drawings are fine they open in autocad fine just need to put them together to link them.

View 9 Replies View Related

AutoCAD Inventor :: Connecting More Than Two Gears?

Jan 18, 2012

I have two sets of identical spur gears. I want them to be lined and connected big-small-big-small gear. But how to connect this two sets together. I can create motion and axes constrains but it still lacks teath meshing. I found some tutorial how to create differential drive, it works with downloaded gears but not with one that I create (it says to set imates to visible which does nothing and alt-move mesh imates toghether which also do not work). I work with 2009 and 2011 versions.

View 1 Replies View Related

AutoCAD Inventor :: Fillet Connecting Wrong

Oct 11, 2013

I am working on my project at home and I am having some problems with the fillet tool.

Attached is a picture of my problem with what it is doing. 

I am trying to fillet A to E and E to C (B to D and D to F also)

On the left hand side when I fillet, it connects C to E instead of A to C and I do not know why it is doing that or what I am doing wrong.

View 2 Replies View Related

AutoCAD Civil 3D :: Connecting Separate Surfaces

Mar 3, 2013

I created a grading and a surface for a pond that is abotu 30' away from a roaway that has a seperate surface.  What would be the best way to connect the two surfaces?  I need a uniform slope from the edge of pavement to the top of berm of the pond.

View 9 Replies View Related

AutoCAD Inventor :: Connecting Sketchedsymbol To Balloon Using VB

Nov 28, 2012

I am trying to create & connect a Sketchedsymbol to a balloon. I was able to create the sketched symbol but, i was not able to connect to balloon. 

The code is as below

Public Sub AddBalloonAnnotation()

Dim oGetPoint As New clsGetPoint ' custom class object
Dim oClick As Point2d
Dim DrawDoc As DrawingDocument
Dim oActiveSheet As Sheet

[Code] .......

View 2 Replies View Related

AutoCAD Map 3D :: Connecting To Esri Personal Geodatabase?

Nov 22, 2011

We maintain most of our GIS data in either personal (.mdb) or file (.gdb) geodatabases.  I have AutoCAD Map 3D 2012 and want to be able to connect to these geodatabases.  Where can I find the FDO provider to connect to these types of geodatabases and what is the process for updating the providers list for AutoCAD?

View 9 Replies View Related

AutoCAD Inventor :: Add Notch And Gap Of 1 Mm To Connecting Beam?

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

AutoCAD Map 3D :: Connecting To Access Database Through ODBC

Feb 5, 2012

I'm using Windows 7 (64 bit) and I have to connect a file (.mdb) created with Microsoft Access 2007 to my Autocad Map 3D 2011 draw. I uninstalled Office, installed the AccessDatabaseEngine_x64.exe and re-installed Office. Then I followed step by step the process shown in the video here  with ODBC but it doesn't worked for me. It says "test connection succeeded" but when I attach the database, it comes up with a red "X" symbol next to it.

View 2 Replies View Related

AutoCAD Civil 3D :: Merging Surfaces Connecting Grading

Apr 25, 2013

As you can see in my attachment, I have a emergency spillway coming out of a dugout wetland.  The fill area, the pool area, and the emergency spillway channel are all separate surfaces.  All three of these surfaces are created from gradings.  The fill was a feature line drawn around the top witdth of the dam, and then graded down to the Existing Ground.  The channel is another polygon feature line with elevations at each PI and then graded up to the EG.  The pool was a feature line I drew around the perimeter of my pool, laid on the surface EG, and then graded down to an elevation on a slope. 

I'd really like to blend all the surfaces together.  Right now, they are all separated with tiny slivers of Existing Ground.

How do I go about this?  As you can see, I'm still pretty green with gradings. 

View 9 Replies View Related







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