The Conic Arc Curve type is based upon the general conic equation Ax2 + Bxy +Cy2 +Dx +Ey + F = 0 and is generally used for IGES import. The following relationships apply to the conic arc:
•A and C are non-zero valued, the function f(x,y) is a second-degree curve. •B2 = 4AC, the curve is a parabola •AC > 0, the curve is an ellipse •A = C, the curve is a circle whose radius is sqr(|F|) •AC < 0, the curve is a hyperbola •The B coefficient represents a rotation of the coordinate axes. If B = 0, the curves are not rotated about the local x- and y-axes. •The D and E coefficients represent coordinate shifts.
User inputs include the desired coefficients and the range of values over which the curve is defined: xstart, ystart and xend, yend. These points do not have to lie on the curve. Rather, these points define the polar angle subtended by the curve in a manner analogous to the convention used for the circular arc. The starting and ending angles are simply:
A Conic Arc curve type can be created in the following ways: •Create a new curve and select "Conic arc (defined by coefficients of quadratic equation)" as the curve type.
In order for the curve to be drawn in the 3D view, the Draw option must be checked on the Visualization Tab of the curve dialog box.
Ellipses, parabolas and hyperbolas For a description of these specific curve types, please see the help topics ellipse, hyperbola, and parabola.
Starting and ending X and Y values The (Start X, Start Y) and (End X, End Y) entries denote points in space connected to the curve's local origin. The Conic arc curve is defined in an angular region between these two vectors and therefore these points do not have to lie on the curve. For example, consider the elliptical curve 10x2 + 7y2 = 1, where A = 10, C = 7, F = -1 and B = D = E = 0. In order to define the curve in the first quadrant only, Start X = 1, Start Y = 0 and End X = 0, End Y = 1. These could just as easily be points on the curve; Start X = Sqrt( 0.1 ) = 0.3162 Start Y = 0 and End X = 0, End Y = Sqrt( 1/7 ) = 0.378:
If the same curve is to be defined from x = -0.3 and x = +0.2, then Start X = 0.2, Start Y=0.29277 and End X = -0.3, End Y = 0.360555. The values for Start Y and End Y are found by solving the curve equation for values Start X = 0.2 and End X = -0.3, respectively.
Curve and curve-based surfaces Curve - Segmented Curve Generation Curve -Aperture Curve Collection
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||