SlotSymbols - 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 (2018)

Creates a profile slot symbol. Selects a slot symbol file based on slot type, collar side, and plate tightness.

  • Used with the external rule server ISDwgSlotRuleServer.

  • Typically used only with classification drawings containing light (non-detailed) parts.

Usage in Label Template XML

<label>

<content>

<contentModule value="SlotSymbols"/>

<externalRuleServer value="ISDwgSlotRuleServer"/>

<contentModuleSettings>

<symbolInfo>

<slotInfo>

<SlotType>SlotAA</SlotType>

<CollarSide>Any</CollarSide>

<PlateTightness>Non-Tight</PlateTightness>

</slotInfo>

<symbol>SystemSlotAA.sym</symbol>

</symbolInfo>

<symbolInfo>

<slotInfo>

<SlotType>SlotFA</SlotType>

<CollarSide>Hidden</CollarSide>

<PlateTightness>Tight</PlateTightness>

</slotInfo>

<symbol>SystemSlotF_CH_T.sym</symbol>

</symbolInfo>

</contentModuleSettings>

</content>
</label>

Customization

externalRuleServer

Specifies the name of the rule used by the content module. The valid value is ISDwgSlotRuleServer,

symbolInfo

Contains options for the slot symbol.

slotInfo

Contains options for the slot using the slot symbol.

SlotType

Specify a slot type defined in the Catalog, such as SlotAA, SlotAC, or Slot AI. For more information, see 2D Symbols Reference Data Guide.

CollarSide

Specify the side of the penetrated plate on which the collar is mounted, as the collar appears in the drawing view. Select Hidden, Visible, or Any.

PlateTightness

Specify the tightness of the penetrated plate. Select Tight, Non-Tight, or Any.

symbol

Specify the slot symbol file (.sym). If a path for a file is not given, the file is located in the same folder as the label template XML file. For more information, see Slot Embedded Symbols.

  • symbolInfo is typically specified multiple times for different slot combinations.

  • CollarSide is used to define a SlotType, but the collar geometry may not be defined in the symbol file.

Example