Mapping Criteria - Intergraph Smart Production - Help - Hexagon

Intergraph Smart Production Profile Macro Mapping

Language
English
Product
Intergraph Smart Production
Subproduct
Profile Macro Mapping
Search by Category
Help

Criteria Group

In case there are several different options for parameter criteria combinations, they can be added to one macro mapping using criteria groups. Inside one group, the AND operator will be used between multiple criteria. Between several groups, the OR operator will be used. Valid mappings will be searched in the same order or Criteria Groups. This allows also the Criteria Group selection to define the mapping search order whenever several mappings will match the criteria. For example:

Group1: BW1.ANGLE_D = 0 AND BW1.ANGLE_B != 0

OR

Group2: BW1.ANGLE_D != 0 AND BW1.ANGLE_B = 0

Source Variable

The variable name in the S3D xml file.

In case of a simple V-bevel (Top Bevel or Bottom Bevel) or a No-bevel, only bevel angle should be used as Source variable:

In case of more complicated bevels (X, K, and bevels with land), parameters should be mapped using S3D bevel parameters ANGLE_B, ANGLE_N, ANGLE_D and DEPTH_B, DEPTH_N, DEPTH_D:

Value Min

Minimum value of the source value.

Criteria

To determine whether the source variable must be:

  • equal to the source value (=). Can be used for text strings and numbers.

  • not equal to the source variable (!=). Can be used for text strings and numbers.

  • between the min and max values not including the given values (><). Can be used only for numbers.

  • between the max and min values including the given values (>=<). Can be used only for numbers.

Value Max

The maximum value of the source value.