Sample

You can create the sample described in this topic to perform your scenarios.


Before you begin: Make sure that:
  • Relations is enabled in the Me > Preferences > 3D Shape Infrastructure > Display tab.
  • Parameters and Relations is enabled in the Me > Preferences > General > Display tab.
  1. From the Compass, click the 3D Modeling Apps quadrant, and selectGenerative Shape Design.
  2. Create six points.
  3. Create a spline going through Point.1, Point.2, and Point.3.
  4. Create another spline going through Point.7, Point.6, and Point.4, Point.5, and Point.8.
  5. Create an extrude based on Spline.1.
  6. Create an extrude based on Spline.2.
  7. From the Compass, click 3D Modeling Apps , and select Engineering Rules Capture.
  8. Click Rule and enter the following rule body:
    if length( PartBody\Spline.1 ) > 100mm 
    Message("Spline length is #", length( PartBody\Spline.1 ))
  9. Click Check and enter the following check body: length (PartBody\Spline.1 ) >= 100mm.