AutoCad :: Possible To Create Specific Curve - Enter Equation?
Aug 10, 2011Can I create a specific curve in latest released version of AutoCAD by an equation?
If yes, what version of AutoCAD is it, and also how to enter the equation?
Can I create a specific curve in latest released version of AutoCAD by an equation?
If yes, what version of AutoCAD is it, and also how to enter the equation?
I want to draw hyperbola curve whose equation is x^2/a^2 - y^2/b^2=1. May I use equation curve tool to make the above hyperbola.
I have also made a hyperbola curve of aforesaid equation through conventional method on mathematical ground in the past.
Okay so is there anyway to enter the whole equation of an ellipse into autocad and it will map it? ex x^2/a^2+y^2/b^2+z^2/c^2=1 with different values for x y z a b c. I want to generate different ellipses and then loft them together?I just want one the starts with the basics and goes all the way to the move advance stuff.
View 3 Replies View RelatedI'm just starting out with learning equation curves in Inventor.How can I get this curve
r(t)= ti + 4cos tj +9sin tk; where t is greater than or equal to 0
how to get this VBA as an equation curve
I'm trying to use the equation curve to draw a super ellipse.The formula I'm trying to translate for inventor is the following.I'm guessing this should be possible using the abs() for the first section and an IF() statement for the second. The problem is Iäm not even getting the abs() to work at all. How to translate this formula?
View 1 Replies View RelatedTrying to do something as simple as y=x^3 (Explicit Mode). Set xmin = 10, xmax = 20 then tried y(x) = :
1in *(x^3) -- no good
(x^3)/1 in -- no good
(x/1 in)^3 -- no good
Error is that "Equation y(x) contains errors. Expected units are length".
The point here is: Why should typing in such a simple equation as y=x^3 be so difficult??? Can't even do (x*x*x)/1 in & make it work.
Can i make an Equation Curve such that it is dependent on a parameter from my Parameters list?
View 1 Replies View RelatedWhat are the parameters for a parametric 3D Equation Curve to create a path for a coil similar to that in the attached image?
Or alternatively tell me how I can produce the coil in some other way!
what the 2D or 3D equation curve for a parabolic spiral, otherwise known as a Fermat's spiral would be? I have found this info but do not know how to apply it:
Fermat equation
Therefore in terms of the affine plane its equation is
The Fermat curve is non-singular and has genus
I have also found this: $r^{2}=a^{2} heta $
Please see image attached.
I am trying to create a coil which from above, retains equal and thus parallel pitches whilst at the same time adheres to a semi-circular form in the cross section. You can see from the images attached that the first two revolutions are larger than the semi-circle outline.
These are the values I have used:
Cylindrical
r (t): 134.56924424045517662353735770102mm * t * 0.5
q(t): 1 deg * 360 ul * 3.0 ul * t
z(t): 10 mm * 6 ul * 0.5 ul * t * (1.5 * t) * t
tmin: 0 ul
tmax: 0.916 ul
You can create a variable pitch helix by using the Equation Curve feature introduced in Inventor 2013.
Create a new 3D Sketch. Start the Equation Curve command.
Here are equations that I use to create helical curves. Many other variations exist.
Cartesian coordinates:
x(t) = radius * sin(360 * num_turns * t)
y(t) = radius * cos(360 * num_turns * t)
z(t) = height * t
[Code]....
When you sweep a profile along a helical path, use the plane normal sweep (instead of perpendicular sweep) to orient profiles suitable for coil or spring. In the example below, the sweep path is a constant radius, variable pitch helix.
I would like to create an equation driven curve with inventor. I have no problems plotting the function in a plotter, however, inventor won't accept my equation. It gives me the error message, saying: "The equation contains unit errors". I'm using the explicit equations.That's the bare equation:
"y=sqr(2)*16.5/2/sqr(pi)*sqr(arccos(1-2*x/50)-(sin(2*arccos(1-2*x/50))/2))"
I modified it, inserting variables which I defined also in inventor, leading to this:
"sqrt(2)*height/2/sqrt(PI)*sqrt(acos(1-2*t/length)-sin(2*acos(1-2*t/length))/2))"
But both equations are not accepted by inventor due to unit errors. In this design, I'm using the metric system, millimeters, so I don't understand why and how I have to redefine this for the equation in order to get it working.
Is there a way to graph a curve using an equation over a closed interval in Inventor 2012? I know I can draw a spline through points that are solutions of my equation, but this does not guarantee that the curve is the graph of my equation.
View 2 Replies View Relatedcreate an ellipsoid with a hyperbolic funnel on the end.
How can I join an equation curve to an ellipse to create revolved ellipsoid shape? I also have alias and fusion if these are needed.
I am trying to write a script to draw geometric figures in Illustrator.I want to achieve this by writing an equation into the ESTK, for example x^2 + y^2 =100. This should generate a circle with a radius of 10 units.
View 1 Replies View RelatedCan I create A B-Spline curve and a NURBS curve in the Adobe Illustrator?
If yes, how to do it?
Also, how to create a breakpoint, that will add a new control point, on a curve, in Adobe Illustrator?
Is there a way to force the Low Point or High Point in a vertical curve to a specific and precise station?
I can do it with grips, but it's imprecise. In the project I am currently working on, I have some leeway regarding the slopes into and out of the vertical curve, so I have some flexibility, but some of the LPs and HPs need to precise.
Windows 7-64
8GB RAM
AutoCAD Civil 3D 2013
Here is a template of what I want to achieve
I want to define a curve which will have stuff in it, and then have lots of images around the curve but not going over it at all so there is a smooth edge.
I've had a simple lisp I've been using for years that suddenly disappeared. It required that you identify a block name, tag name, and the value that you want the tag to be. All of this is performed via command line, so it is scriptable. Since I lost it, I've been experimenting with -attedit. This command comes frustratingly close to what I'm looking for, except it only appends an existing tag, or replaces a specific string within the tag; I can't get it to replace the entire tag, regardless of its value.
1> Any lisp routine that does what I describe?
or
2> How to make -attedit replace a tag value without regard to what the value currently is (like a * wildcard)?
I have a 2D elevation drawing of a new building I am designing. It has a curved canopy that I want to put the name of the facility on. How do I create the illusion that it is on the curve?
View 3 Replies View RelatedWhen I create a curve using spline on the screen I have noticed that often the curve between the points of the spline will become as straight lines. When I click on a point the curve appears again as normal and as I wanted. Any way to stop it from happening? Is this simply a characteristic of AutoCAD or something I am doing wrong? Does the curve appear as desired when plotted? The curves I am referring to are sections of a ships hull.
View 2 Replies View RelatedI am trying to create a subassembly with a curve in it. See attached .pkt and .dwg files. Very small and simple.
When I attach the Subassembly to the Assembly, the event viewer shows "[Something wrong with current subassembly: The given key was not present in the dictionary.] (Source:Subassembly.Subassembly1)"
The link that represents the curve does not display; only the tesselated points display. In the Subassembly Composer the curve does display.
The file called curved.zip needs to be renamed to curved.pkt. This forum does not allow attachment of files with pkt extension.
I have a drawing with contours every 1m and according to the area that I have to display in my layouts I have to display contours either 2m, 5m or 10m.
How is possible to create labels for only this elevations and if it is possible, create several labels along one of these contour with specific interval.
I am trying to create a specific hatch for bricks and mortar. I have no problem creating the standard brick hatch but when I try to put mortar around the bricks that is when I get unstuck!
My horizontal lines and spaces appear to be okay but my vertical lines are all over the place, very confusing!!
I have attached my workings (have not yet got to the 4th line of code though!)
I created surfaces in Civil 3d 2011 for existing and proposed and I did a surface volume between them. Is it possible to create a specific contour in the volume surface that represents the fill volume elevation (daylight line I think)? My proposed surface is a flood water elevation and I need to define the boundary at that elevation.
View 3 Replies View Relatedhow to create a selection set based on a specific Multileader style? I can currently creating a typedvalue array to define the filter criteria, but cannot find the DXFCODE for the Multileader style.
Ex.
TypedValue[] acTypeValAr = new TypedValue[1];
acTypeValAr.setvalue(new TypedValue(DXFCODE, "Multileader Style"),0);
I’ve got some questions about custom line types:
1.How do I create Custom Line types that have specific TEXT in it? Like -----L-I-N-E-----
2.Then How do I load that Custom Line type every time I open a new CAD File Dwg.?
how to create reverse curve with straight portion in between , as their is no option of creating reverse curve with straight portion in civil 3d , duding designing a hill road what ever the reverse curve you design will be wrong and superelevation generated will also be wrong as it do no include straight in between the curves (ie reverse curve should contain transition curve transition straight transition curve transition.)
View 5 Replies View RelatedI am trying to create a 3D sketch of a helical curve that has an accelerated pitch.
View 2 Replies View RelatedI am receiving an invalid input message when trying to create a curve between two lines. My drawing units are set to architectural. The problem is summarized as follows:
1- In Lines/Curves menu, select curve between two lines.
2-Select first tangent
3- Select second tangent
4-Select radius option
5- Enter 8'6"
6- After entering the radius I receive an invalid input message.
7- But if I enter the radius as 102 (102 inches) the curve is created without any problem.
I'd like to run one command that allows the user to draw a polygon viewport then sets that VP to 1/8"=1'-0".
It can be nearly accomplished with a macro, but falls just short because the polygon vp requires an unknown number of clicks, so there is no way to know how many pauses for user input in the macro.