AutoCad :: What Is Method For Drawing Circle On Z Axis

Jun 15, 2011

What is the method for drawing a circle on the z axis? Ex: I have a cube and I want to make some circles on the vertical sides.

View 7 Replies


ADVERTISEMENT

AutoCad :: Command For Creating Circle From Tan Method

Sep 1, 2012

what is the command shortcut for creating circle from tan tan tan method????

View 7 Replies View Related

AutoCad 2D :: Create A Circle From Two Given Tangents And Center-line Axis?

Mar 27, 2013

Is it possible to create a circle from two given tangents and a center-line axis? For example, can this RED circle be derived in AutoCAD?

tan_tan_centerline.PNG

View 9 Replies View Related

AutoCad :: Drawing A Circle That Is Tangent To Another Circle And Passes Through Endpoint

Apr 28, 2013

I was wondering the best way to draw a circle that passes through an endpoint of a line and then is tangent to another circle above it? I need to create a radius of 3.5 between the two points.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Set Z Axis Orientation To Two User Points To Draw And Extrude Circle

Feb 10, 2012

I'm trying to change a routine i just wrote that draws 3d pipes. I wanted to make it so that when a user selects the beginning point and ending point of the pipe, the LISP changes the ucs to that vector, draws the circle at the beginning point and extrudes it to the second point.

It actually works great except when the ucs changes, so do my user points because of teh origin change. Is there a better way I might get this to do what I wnat it to?
 
(setq ip (getpoint "
Pick First Point:"))(setq ep (getpoint "
Pick Second Point:"))(command ".ucs" "za" ip ep)(setvar "osmode" 0)(command ".circle" ip "d" od)(command ".extrude" (entlast) "" (distance ip ep))(command ".ucs" "w")(setvar "osmode" oldsnap))

View 2 Replies View Related

AutoCAD Inventor :: Automatically Project X-axis / Z-axis Or Z-axis Onto Sketch Plane?

Aug 25, 2010

Is it possible to automatically project the x-axis, z-axis or z-axis onto the sketch plane?

I.e. every time you open a new sketch the corresponding lateral and vertical axis will be projected onto the sketch.

View 9 Replies View Related

AutoCad 2D :: Preferred Method Of Starting A New Drawing?

Sep 9, 2013

1. start a new drawing from a template

2. start a new drawing from scratch and insert a titleblock

3. the hardest way to do it start from scratch and draw everything including the titleblock

View 9 Replies View Related

AutoCAD 2010 :: Pasting Block From One Drawing To Second Using Clipboard Method

Jul 4, 2013

When pasting a block from a drawing to a second drawing using the clipboard method the block pasted in with components of block in different area of drawing but still linked together. This even happened in the same drawing.

View 9 Replies View Related

AutoCAD Inventor :: Macro Job For Creating Drawing For Part - SelectSet Method

Apr 8, 2011

I got a macro job for creation the drawing for a part. I got a lot of problem.

1/ The first one is move view:

I already create a view (e.g. oIsoView), now I want to move it to the left.

I find the DrawingView.Position method, how can I use this method? I try many time, but it's not successful yet.

Do I need to use the SelectSet method??????

View 9 Replies View Related

AutoCAD Inventor :: Use ILogic To Replicate Old School Method Of Replacing Drawing References?

Dec 14, 2011

Is there a way to use iLogic to replicate the old-school method of replacing drawing references? (ie, where you'd temporarily rename the originally referenced file, open the drawing, and then point it to the new file after Inventor says it can't find the original)

Longer version:

I have an iLogic configurator that manipulates skeletal models, copies them out as new files, and swaps them into template drawings. The original skeletal model can be configured in several different ways (different features, surfaces, etc), so I have several template drawings set up for each model depending on the configuration.

The problem that I'm encountering involves the order in which the drawing is loaded and then has its references replaced. When first opened, the drawing loads the original skeletal model which doesn't have all the geometry of the "new" model for which the particular template drawing was intended. This makes most of my section and detail view constraints go belly-up. After subsequently replacing the model references with the "new" model with the correct geometry, the section and detail view constraints fail to resolve themselves, and my once-perfect detail drawing is ruined.

If I instead force the drawing to open with the new model from the git-go (via the workaround discussed above), everything loads perfectly. However, I haven't yet found a way to handle this automatically with iLogic.

FWIW, I am currently using the following code in a subroutine:

DESTINATIONDOC=ThisApplication.DOCUMENTS.Open(TemplateDrawing, False)
DESTINATIONDOC.SAVEAS(filePath&Left(PN,6)&".idw", False)
DimSTRNEWREFNAMEAsString

DimOREFFILEAsFILEDESCRIPTOR

[Code]....

View 2 Replies View Related

AutoCAD 2013 :: Not Drawing In Z Axis?

Nov 11, 2013

1. With Ortho on, I can't draw a line, circle or else in z axis. In other words, if I select 'Front Plane in orhtographic view', I can't draw up vertical any line, circle or else.

2. With Ortho off, I can draw a line in z axis (Front Plane in orthographic view) but can't draw a circle yet.

3. With orhto on, I can draw a line in z axis (Isometric view) but can't draw the circle.

I think this problem is mainly due to UCS as I've accidently met such a problem in AutoCAD 2007. But restoring to previous view, the problem was resolved there.

what is to be done to enable drawing in z direction.

View 7 Replies View Related

AutoCAD 2013 :: Drawing In 2D - Lines Keep Coming Up On Z Axis

Nov 29, 2012

I am drawing in autocad in 2d and my lines keep coming up on the z axis which i only want them to come out in x and y is there anyway to shut that off so it will no longer draw on the z axis?

View 4 Replies View Related

AutoCAD Inventor :: Attach Axis System To Cylinder Axis

Mar 25, 2013

i try to make an animation. I create a cylinder and i want to rotate it by longitudinal axis. i click 'components', select the cylinder and after i click 'position' to select the axis that axis system appears in the right side of the cylinder not in the middle. If i continue whit this settings the cylinder will rotate by a circle not by his longitudinal axis. How can i move that axis sistem in the middle of the cylinder? I can drag it but can't place it exactly in the middle.

View 1 Replies View Related

AutoCad :: Extract Rotation Of Block Relative To Yz Axis And Xy Axis

Oct 7, 2013

Is there any way I can extract the rotation of a block relative to the yz axis and xy axis. I can extract the insertion point and xy rotation but not the yz and xz.

View 9 Replies View Related

AutoCAD 2010 :: Drawing Circle With Tan / Tan / Radius?

Oct 9, 2012

The question is that I want to draw a Circle with the command Tan,Tan,Radius but when I try to find an ellipses tangent, it never shows up. All OSNAP options are on.

View 9 Replies View Related

AutoCad 2D :: Drawing Tangent Line To Point On Circle

Mar 23, 2008

I am a new user of Autocad LT and looking for drawing a tangent line to a point on a circle.

View 7 Replies View Related

AutoCad 2D :: Drawing Text In A Complete Circle In 2012

Jan 25, 2013

I have a problem drawing text in a complete circle in AutoCAD (version 2012), I used "Arctext" but the letters don't seem to stay at a even space between them... it's not a very good end result :

View 9 Replies View Related

AutoCad :: Drawing Arc / Circle And Save File - Arcs Become Segments

Jan 24, 2013

when drawing an arc or circle, i save the file and close it. when reopening it, the arcs become segments!

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Calculate Perimeter Of Drawing - Circle Not Recognized

Nov 22, 2011

I´m triyng to do a autolisp routine to calculate the perimeter of a drawing with several entities like arc, polyline, spline, lines and circles.

In the web i found out a autolisp routine that calculate this but it doesnt recognizes circles.

I need that the circles can be recognized, does some one knows how i can do that?

View 6 Replies View Related

AutoCad :: Drawing A Line At Angle With Another Line As X Axis?

Oct 22, 2011

I have to draw a rather weird drawing with a lot of angled lines. Currently I'm using UCS to draw them but it's really tiresome.

I would draw 1 line, then type in UCS, select the X and Y axis, draw that line, escape, then hit in UCS again, rinse and repeat.

Is there a simpler way? I tried polar tracking "relative to last segment" but it still uses the x axis as the base, which is not what I want. I want the line to be the X axis.

View 8 Replies View Related

Photoshop :: Drawing Circle

Oct 12, 2006

Anyone know how to draw the circle as the attached picture in GIMP ?

View 1 Replies View Related

3ds Max Animation :: How To Lock Z Axis Of Object With Upper Arms Z Axis

Jan 25, 2013

I'm rigging a shoulder pad to a biped and I'd like it to only rotate on one axis. Google hasn't been that useful, and I hope I don't need scripting for this kind of minor thing. I'm rather new to 3Ds Max Design but I'm learning fast and liking it so far!

I've attached what I want to effectively accomplish. I'm looking for a way to lock the z-axis of the object with the upper arm's z-axis.

EDIT: Reduced picture size.

View 3 Replies View Related

Photoshop :: Drawing Circle - Shape Definition

May 25, 2011

starting from a 300 dpi image, I draw a simle circle shaped path and fill it with foreground color, and then the result is just not clean. The border does not look acceptable.

View 2 Replies View Related

AutoCad :: Find Center Of Circle Tangent To Another Circle And Point On A Line

Dec 18, 2011

I need to find the center of a circle that is tangent to another circle and a point on a line. I cannot use tangent tangent radius.

View 4 Replies View Related

Paint.NET :: Drawing Perfect Letter O - Placing Ellipse With The Circle

Jan 29, 2014

I'm making a logo for someone by hand-drawing a font I made up.  But because I was having trouble drawing a perfect letter 'O', I'm using the "Circle/Ellipse" tool to do it.  I drew an 'O' with that tool that's almost the right size... and I wanna draw another one just a little shorter... but I can't figure out how to place the completed new shape directly over the old one.

I don't know where to start the action with the tool!  The completed shape always ends up in the wrong place. How to get my finished shape to complete just where I want it to? (Re-sizing the shape won't work because that changes the thickness of the line I used for the letter 'O'.)

View 4 Replies View Related

Illustrator :: How To Hide Half Of Circle That Goes Behind Other Circle

Nov 24, 2013

I have made this planet and I want its ring to look as it's spinning around it, So the upper of the ring should go behind the actual planet! How can I do that? Also how can I add some volume to the ring to make it look a bit more realistic?

View 5 Replies View Related

AutoCAD VB :: Getobject Method With 2013?

Oct 5, 2012

At some point in my code I used to call AutoCAD 2012 this way:

AcadApp = GetObject(, "AutoCAD.Application.18")

This procedure does for some reason not work in AutpCAD 2013

AcadApp = GetObject(, "AutoCAD.Application.19") produces an error

If if dim AcadApp as object I get a <COM Type> object (which I cannot use or convert to AcadApplication)If I dim AcadApp A AcadApplication i get this exception:

{"Unable to cast COM object of type 'System.__ComObject' to interface type 'Autodesk.AutoCAD.Interop.AcadApplication'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{2959C1CC-8577-4EDB-ADDC-6EBBAB147926}' failed due to the following error: En sådan grænseflade understøttes ikke (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."} System.Exception

What changed from 2012 to 2013?

View 9 Replies View Related

AutoCAD Inventor :: Add Method Error

Jul 7, 2006

i have a problem in Inventor 10 with the add method, which i didn't have in inventor 8, it's very puzzling. I open an assembly, add some parts (this goes without problems) then i open another assembly, change some stuff,close it again, so i'm back in the first assy and then the next add method fails.

Public Sub AddOccurrence()
' open assy
Set oAssy = ThisApplication.Documents.Open("C:TempAssy.iam", True)
' Set a reference to the assembly component definition.
Dim oAsmCompDef As AssemblyComponentDefinition
Set oAsmCompDef = ThisApplication.ActiveDocument.ComponentDefinition
[code]....

View 6 Replies View Related

AutoCAD Civil 3D :: SSA Rational Method

Sep 20, 2013

SSA rational method. I have to compare results of rational method between SSA and another product. Plain rational method, steady flow, Darcy-Weisbach. Times of concentration (TOC) are manually defined.
 
I played a bit with the units, formulas, IDF curve is defined as pair of values time/intensity. Seems that I achieved something. Results are more or less similar, but there are some differences. After playing with both programs, comparing in Excel, think that I found what is different.
 
So, I have very simple example, of one channel with catchment areas. All areas have the same runoff coefficient – 0.8. Pipe diameters are constant (500). The whole analysis is restricted between 5 and 10 minutes of rain duration (5 min-397.22 l/s/ha and 10 min – 321.53 l/s/ha). I converted IDF to mm/hr. So I have the next example:
 
[picture in attachment]
 
In theory, what I learned about rational method, there is next definition:

Intensity from IDF curve is defined by TOC. TOC is defined by sum of „entrance time“ (which is defined by shape and size of catchment area) and sum of upstream flow times. In my example I defined 5 min for every area.

So, for example for pipe nr. 3, TOC is calculated:
 
TOC_3 = Entrance time for area 3 + Tflow_1 + Tflow_2 + Tflow_3
 
For example:
 
TOC_3 = 5 min + 0.67 + 0.45 + 0.51 = 6.63 min
 
That TOC_3 (6.63 min) is base for reading appropriate value of intensity (I_3) from IDF curve. The flow in pipe 3 is then calculated:
 
Q_3 = I_3 * (A1 * k1 + A2 * k2 + A3 * k3)
 
This is the way how I learned rational method. But results between SSA and another product (which works in a way explained above) are different. Differences increase downstream.
 
After playing with results in Excel, I found out that SSA does not summarize in TOC all flow times upstream. So TOC in SSA is calculated simply by initial entrance time and flow time in specific pipe:
 
TOC_3 = Entrance time for section 3 + T_flow_3
 
So, there is no time added from T_flow of pipes 1 and 2. Seems that it is major difference which leads to final results differences. I tried to understand all options of SSA to find possibility to add upstream flow times, but without success.

View 7 Replies View Related

AutoCAD .NET :: How To Define Some ObjectARX Method

Jul 30, 2013

I need functions:

acdbEntGet
acdbEntMod
acdbEntUpd

of course, usingP/Invoke.

View 1 Replies View Related

AutoCAD Inventor :: Trying To Use GetPromptTextValues Method

Dec 31, 2012

I am trying to display the Tags and Values of an inserted AutoCAD block in an Inventor 2013 dwg. I am using .Net studio10.I can list the properties of the block object but cannot get the "GetPromptTextValues" method to work. Problem is at the bottom of the code listed below.

' Connect to a running instance of Inventor.Dim invApp As Inventor.Application' Check to see if a drawing is active invApp = System. Runtime. InteropServices.Marshal.GetActiveObject("Inventor.Application") If invApp.ActiveDocument.DocumentType <> Inventor. DocumentTypeEnum. kDrawingDocumentObject Then MsgBox("Need to have a drawing document active")Return End If ' Create ref to active drawing document Dim oDrawingDoc As Inventor.DrawingDocumentoDrawingDoc = invApp.ActiveDocument.
[code]....

View 9 Replies View Related







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