- From the Compass, click the 3D Modeling
Apps
quadrant, and selectGenerative Shape Design.
- Create six points.
- Create a spline going through Point.1, Point.2,
and Point.3.
- Create another spline going through Point.7, Point.6,
and Point.4, Point.5, and Point.8.
- Create an extrude based on Spline.1.
- Create an extrude based on Spline.2.
- From the Compass, click 3D Modeling
Apps
, and select Engineering Rules Capture.
- Click Rule
and enter the following rule body:
if length( PartBody\Spline.1 ) > 100mm
Message("Spline length is #", length( PartBody\Spline.1 ))
- Click Check
and enter the following check body:
length (PartBody\Spline.1 ) >= 100mm .
|