Basic Clip Properties - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Hangers and Supports SmartParts Configuration

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

These properties define the geometry of the beam clip body.

For these properties, millimeters (mm) is the default unit of distance. Use "in" at the end of the dimensional value to specify inches.

IJUAhsClip::ShapeType

Specifies the codelist number of the clip shape type as defined in the hsShapeType sheet in the HS_S3DParts_Codelist.xls workbook. The shape origin is shown by

The valid values include:

IJUAhsClip::ClipWidth1

Specifies the first width of the beam clip. This value must be greater than or equal to zero.

For Shape P and Q, if ClipWidth1 is not given or Zero, then ClipWidth1 is calculated in the code as shown below.

ClipWidth1 = FlangeWidth/2+ClipGap-Gap/2

IJUAhsClip::ClipWidth2

Specifies the second width of the beam clip. This value must be greater than or equal to zero.

For Shape P and Q, if ClipWidth2 is not given, then it is calculated in the code as shown below.

For P,

ClipWidth2 = FlangeWidth/2+ClipGap - Gap/2 + ClipThickness

For Q,

ClipWidth2 = FlangeWidth/2 + ClipGap - Gap/2

IJUAhsClip::ClipWidth3

Specifies the third width of the beam clip depending on the shape of the clip. This value must be greater than or equal to zero.

For Shape Q, if ClipWidth3 is not given, then it is calculated in the code as shown below.

ClipWidth3 = Gap + ClipThickness

IJUAhsClip::ClipThickness

Specifies the first thickness of the beam clip shape. This value must be greater than zero.

IJUAhsClip::ClipThickness1

Specifies the second thickness of the beam clip shape. This value must be greater than zero.

IJUAhsClip::ClipThickness2

Specifies the third thickness of the beam clip shape. This value must be greater than zero.

IJUAhsClip::ClipHeight1

Specifies the first height of the beam clip shape. This value must be greater than or equal to zero.

For Shape P and Q, if ClipHeight1 is not given, then it is calculated in the code as shown below.

ClipHeight1 = FlangeThickness + 2*ClipThickness

IJUAhsClip::ClipHeight2

Specifies the second height of the beam clip shape. This value must be greater than zero.

For Shape P, if ClipHeight2 is not given, then it is calculated in the code as shown below.

ClipHeight2 = Height3 + 2*ClipThickness