Part Modeling > Part Modeling > Datum Features > Datum Curves > Curves from Equations > Example: Creating a Datum Curve from an Equation
Example: Creating a Datum Curve from an Equation
The following equations create a circle. In this example, the independent variable t is between 0 and 1.
Equations
Curve
x=4*cos(t*360)y=4*sin(t*360)z=0
The following equation creates a hyperbola. There is no need to define the independent variable’s range.
Equation
Curve
y=3*x^3+4*x^2+3