ISDwgProfileEndCutSymbol - 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 end cut symbol. Selects an end cut symbol file based on profile cross-section, end cut type, location of the endcut on the profile, and end cut filter.

Used with the external rule server ISDwgEndCutRuleServer.

Usage in Label Template XML

<label>

<content>

<contentModule value="ISDwgProfileEndCutSymbol"/>

<externalRuleServer value="ISDwgEndCutRuleServer"/>

<contentModuleSettings>

<symbolInfo>

<profileInfo>

<SectionType>B</SectionType>

<EndCutType>W</EndCutType>

<WebCutType>WebCut_C3Right</WebCutType>

<ProfileSide>Start</ProfileSide>

<WebCutFilter>

<![CDATA[Catalog Filters\Default Filters\
Drawing Filters\Types of Drawings\
Scantling By Plate Parts\EndCut Filters\
Sniped Web with Cutback]]>

</WebCutFilter>

<TopFlangeCutFilter>

<![CDATA[Any]]>

</TopFlangeCutFilter>

<BottomFlangeCutFilter>

<![CDATA[Any]]>

</BottomFlangeCutFilter>

</profileInfo>

<symbol>EndCut_1_Open_Off_S.sym</symbol>

</symbolInfo>

<symbolInfo>

<profileInfo>

<SectionType>B</SectionType>

<EndCutType>W</EndCutType>

<WebCutType>WebCut_C3Right</WebCutType>

<ProfileSide>End</ProfileSide>

<WebCutFilter>

<![CDATA[Catalog Filters\Default Filters\

Drawing Filters\Types of Drawings\
Scantling By Plate Parts\EndCut Filters\

Sniped Web with Cutback]]>

</WebCutFilter>

<TopFlangeCutFilter>

<![CDATA[Any]]>

</TopFlangeCutFilter>

<BottomFlangeCutFilter>

<![CDATA[Any]]>

</BottomFlangeCutFilter>

</profileInfo>

<symbol>EndCut_1_Open_Off_S.sym</symbol>

</symbolInfo>

</contentModuleSettings>

</content>
</label>

Customization

externalRuleServer

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

symbolInfo

Contains options for the end cut symbol.

symbolInfo is typically specified multiple times for different profile and end cut combinations.

profileInfo

Contains options for the profile using the end cut symbol.

SectionType

Specify a profile section type defined in the Catalog, such as B, BUL2, EA, FB, T, or UA. For more information, see 2D Symbols Reference Data Guide.

EndCutType

Specify an end cut type as defined in the Catalog, such as W, C, F, S, FV, R, or RV. For more information, see 2D Symbols Reference Data Guide.

WebCutType

Specify a web cut type as defined in the Catalog, such as WebCut_C3Right, WebCut_F1B, or WebCut_S1. For more information, see 2D Symbols Reference Data Guide.

ProfileSide

Specify the end of the profile, relative to the drawing view. Use Start or End. Start is the bottom and/or left-most end. End is the top and/or right-most end. Different symbols are typically specified for Start and End when the symbols are unsymmetrical.

1 - Start

2 - End

WebCutFilter, TopFlangeCutFilter, BottomFlangeCutFilter

Specify a filter as defined in the Catalog. The complete filter path is specified using the XML character data CDATA format. No end cut symbol is placed for an end cut that does not meet the filter criteria.

symbol

Specify the end cut 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 End Cut Embedded Symbols (Steel Order Rule Set).

Example

Each combination of options in symbolInfo can place a different end cut symbol. Three types are shown in the example.