End Cut Rules - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Structural Detailing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Detailing
Search by Category
Reference Data
Smart 3D Version
12 (2018)

Determines end cut generation for profile stiffeners. Profile stiffeners are children of plates and are created in the Molded Forms task. An end cut is a combination of a web cut and a flange cut, and is placed when a profile is detailed in the Structural Detailing task. The type of end cut is set by the assembly connection rules. For more information, see Assembly Connection Rules.

C# Project: [Programming Resources Folder]\Programming\ExampleCode\StructDetail\CustomAssemblies\EndCuts\EndCuts.csproj

Compiled Rule: [Reference Data Folder]\SharedContent\Bin\StructDetail\CustomAssemblies\Release\EndCuts.dll

Bulkload: FT_SRDConstDetailsEndCuts.xls

The following selector class modules are included in the C# project:

FlangeCutSelectorRule

The inputs to this selector rule are the bounded profile and the bounding parts from the model. This selector rule determines the end cut type and calls the appropriate sub-selector rule (below). This selector rule provides the EndCutType, TheBottomFlange, FreeEndCutDirectionType, and ApplyTreatment questions, and passes the answers down to the sub-selector rules. This selector rule is associated with the FlangeCuts sheet of the bulkload workbook.

FlangeCutEndToEndSelectorRule

This sub-selector rule provides the EndCutType, WeldPart, BottomFlange, SplitEndToEndCase, FlipEndToEndAngle, and ApplyTreatment questions. This selector rule is associated with the FlangeCutsEndToEnd sheet of the bulkload workbook.

FlangeCutLongBoxSelectorRule

This sub-selector rule provides the EndCutType, KnuckleEndCut, and BottomFlange questions. This selector rule is associated with the FlangeCutsLongBox sheet of the bulkload workbook.

FlangeCutMiterSelectorRule

This sub-selector rule provides the EndCutType, WeldPart, KnuckleEndCut, and BottomFlange questions. This selector rule is associated with the FlangeCutsMiter sheet of the bulkload workbook.

WebCutSelectionRule

The inputs to this selector rule are the bounded profile and the bounding parts from the model. This selector rule determines the web cut type and calls the appropriate sub- selector rule (below). This selector rule provides the End Cut Type, AddCornerFeature, FreeEndCutDirectionType, and Apply Treatment questions, and passes the answers down to the sub-selector rules. This selector rule is associated with the WebCuts sheet of the bulkload workbook.

WebCutEndToEndSelectorRule

This sub-selector rule provides the EndCutType, WeldPart, SplitEndToEndCase, FlipEndToEndAngle, AddCornerFeatureApplyChamfer, and ApplyTreatment questions. This selector rule is associated with the WebCutsEndToEnd sheet of the bulkload workbook.

WebCutLongBoxSelectorRule

This sub-selector rule provides the KnuckleEndCut and EndCutType questions. This selector rule is associated with the WebCutsLongBox sheet of the bulkload workbook.

WebCutMiterSelectorRule

This sub-selector rule provides the EndCutType, WeldPart, KnuckleEndCut, AddCornerFeature, ApplyChamfer, and KnuckleEndCut questions. This selector rule is associated with the WebCutsMiter sheet of the bulkload workbook.

See Also

Structural Detailing Reference Data Workflow
Structural Detailing Rules