In this exercise, you will create an alignment design check, add the design check to a design check set, and then apply the design check set to an alignment.
To create a design check, you set up a mathematical formula, using existing alignment sub-entity properties. The complexity of design check formulas can vary greatly. In this exercise, you will create a relatively simple design check that validates whether the tangent length meets a minimum value at a given design speed.
The processes for creating design checks for alignments and profiles are very similar. The basic workflow that is demonstrated in this exercise can be used for both alignment and profile design checks.
This exercise continues from Exercise 2: Viewing and Correcting Alignment Design Criteria Violations.
Create an alignment design check
Notice that five collections are available. The Design Check Sets collection contains combinations of design checks. A design check must be added to a design check set before it can be applied to an alignment.
The other four collections contain the design checks for each type of alignment entity. Each entity type has specific properties that can be checked. When you create a design check set, you specify the type of entity you want to check, and then the specific design check you want to apply to that entity. You can apply multiple design checks to each entity type.
The Tangent Intersection collection contains design checks for spiral and curve groups.
Because design check tooltips do not display specific values, a design check name should be specific and unique. Use the mathematical formula or other specific information to simplify the process of correcting a design check violation.
The IF function is displayed in the Design Check field.
The following formula should be displayed in the Design Check field:
IF({Design Speed}>=50,Length>=310,1)
In this formula, the ending numeral 1 specifies that the preceding formula is acceptable. If the entity parameters do not meet the values specified in the formula, a violation is issued.
The design check you created is displayed in the Line collection.
Add a design check to a design check set
This is the design check set that is applied to the alignment in the current drawing. Notice that the design checks that are in the selected design check set are displayed in the Toolspace list view.
To create a new, empty design check set, right-click the Design Check Sets collection and click New.
The table on this tab lists the design checks that are currently in the design check set. The drop-down lists above the table allow you to add design checks to the set.
In the Design Checks panel, notice that a warning symbol is displayed next to the310m @ 50km/h design check you created. In the Layout Parameters panel, notice that the Length value is less than the 310 meters specified by the design check.
Further exploration: Increase the length of the line until it meets or exceeds 310 meters. This is a fixed line that was created using the Tangent-Tangent (No Curves) command, so you must move the endpoint grip inside Circle D to increase the length.
To continue this tutorial, go to Exercise 4: Modifying a Design Criteria File.