Creating a Parameterized Curve

You can create a planar curve defined by two formulas.


Before you begin: You must have access to the Engineering Rules Capture app. Make sure the Relations and Parameters options are selected in the Me > Preferences > Common Preferences > Object Properties > 3D Shape> Display, 3D Shape Infrastructure area, Display in tree section.
  1. Create two points using the following coordinates:
    Point.1: X=0, Y=0, and Z=22 Point.2: X=0, Y=0, and Z=75.

  2. Define a line between these two points.
    It is created along the Z axis of the axis-system, using the Creating Lines option.
  3. From the Tools section of the action bar, click Law .
    The Law Editor dialog box appears in which you name the law to be created, give it a description and a storage location.
  4. Click OK.
    The Law Editor dialog box is updated. The right-hand part allows you to create the parameters to be used in the law. The left-hand part is the law edition box.
  5. Create one real type parameter t and one length type parameter x, then enter the law below into the edition window: x=40mm+100mm*(t-0.5)**2.
  6. Click OK to create the law.
  7. Create a second law using one real type parameter t and one length type parameter y, then entering the following law into the edition window: y=40mm+200mm*(t-0.5)*(0.25-t)*(0.75-t)
  8. Create a parallel curve, using the line created in step 2 as the reference Curve to be offset and the ZX plane of the axis system as the Support
    on which the reference curve lies.
  9. Click Law... and select Law.1 from the tree.
  10. Click OK.

    A curve parallel to the selected one is created, taking the law into account, that is, it is defined by the equation entered as a law using the Engineering Rules Capture app.



  11. Create a second parallel curve, using Line.1 as the reference Curve and the YZ plane as the Support.
  12. Click Law... and select Law.2.
  13. Click OK to create the parallel curve with a variable law.


  14. Use the Combine command to create a curve resulting from the intersection of the extrusion of the two parallel curves.


  15. Use the Project command to project the combined curve onto the xy plane.
  16. Select the combined curve as the element to be projected, the xy plane as the Support, and the Z axis as the Direction.

    Here is the parameterized curve (in blue) obtained by two formulae:



    Important: It is recommended to create closed parameterized curves.