17 C2 - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Drawings and Reports Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Drawings and Reports
Search by Category
Reference Data
Smart 3D Version
12.1 (2019)

C2

Used for defining a custom rule. The example below shows a complex label rule created using the Symbol Configuration tab.

  • Select check box 17 to display the properties shown below.

  • Click Add Com_Add ICON to add additional rows.

Symbol_C1_example_properties

The Weld type label template is set to TeeWeld in the example above, and the label text (Expression Text) is set to FW. The Weld category label template contains Fillet. If any row matches the current object condition, the corresponding Expression Text displays in the C2 label.

Usage in Label Template XML

<contentModuleSettings>

<customRuleSettings>

<customSymbolRule arrowSideSymbol="C2_L"
otherSideSymbol="C2_R" visible="1">

<symbolLabel expressionText="FW">

<labelRule arrowLabelTemplate="Weld type"
operator="=" value="TeeWeld" />

<conditionOperator value="And" />

<labelRule arrowLabelTemplate="Weld category"
operator="Contains" value="Fillet" />

</symbolLabel>

<symbolLabel expressionText="TP">

<labelRule arrowLabelTemplate="Weld type"
operator="=" value="TeeWeld" />

<conditionOperator value="And" />

<labelRule arrowLabelTemplate="Weld category"
operator="Contains" value="Partial" />

</symbolLabel>

<symbolLabel expressionText="TF">

<labelRule arrowLabelTemplate="Weld type"
operator="=" value="TeeWeld" />

<conditionOperator value="And" />

<labelRule arrowLabelTemplate="Weld category"
operator="Contains" value="Full" />

</symbolLabel>

<symbolLabel expressionText="FW">

<labelRule arrowLabelTemplate="Weld type"
operator="=" value="LapWeld" />

</symbolLabel>

<symbolLabel expressionText="BW">

<labelRule arrowLabelTemplate="Weld type"
operator="=" value="ButtWeld" />

</symbolLabel>

</customSymbolRule>

</customRuleSettings>

</contentModuleSettings>