Reduce Bolt Fit_Volume

The Reduce Bolt command is intended to prepare a volume identified as a bolt for analysis by simplifying its geometry, fitting to overlapping geometry, creating blocks and groups, etc. The fit_volume option can also modify the surrounding hole geometry or optional insert which may be at the bolt shaft. In addition to simplifying the bolt and insert geometry, this operation can remove any overlap and fit the shaft geometry to its surrounding volume or insert. See also the reduce bolt core option which adds the ability to generate a core region surrounding the bolt.

Figure 1. Example before and after of the Reduce Bolt Fit_Volume command. Also shows optional insert geometry at the bolt shaft.

Syntax:

 Reduce {volume <ids>} bolt fit_volume [insert {volume <ids>}] [diameter {<value>|auto}] [align_axis] [tight_fit] [adjust_hole_diameter] [simplify_hole] [remove_key] [merge] [webcut [{Head|Shank|BOTH}]] [mesh] [mesh_size <value>] [bolt_block_id {<value>|Default}] [increment_bolt_block_id] [bolt_block_name {<string>|Default}] [head_block_id {<value>|Default}] [increment_head_block_id] [head_block_name {<string>|Default}] [shank_block_id {<value>|Default}] [increment_shank_block_id] [shank_block_name {<string>|Default}] [plug_block_id {<value>|Default}] [increment_plug_block_id] [plug_block_name {<string>|Default}] [insert_block_id {<value>|Default}] [increment_insert_block_id] [insert_block_name {<string>|Default}] [preview]

Discussion:

 

CAD representations of a bolt assembly can often define overlapping volumetric regions or leave gaps between the bolt and its surrounding geometry. It may also include an optional insert, a cylindrical part surrounding the bolt shaft which can also overlap the bolt and surrounding geometry. The fit_volume option is intended to manage this overlap or gap by adjusting the hole or insert diameter and/or removing void space below the bolt.

In addition to removing overlap or gap, the bolt can be automatically webcut into three parts: head, shank and plug as shown in figure 1. The resulting webcut volumes can in turn be assigned to blocks and the diameter of the shank can be altered. The plug can also be merged or contiguously meshed with the fastened geometry.

The following outlines the options for the reduce bolt fit_volume command.

volume ids: Specify the ids of the volumes to be reduced. The Geometry Power Tool classification diagnosic can be used for identifying volumes as "bolts".

Optional Arguments

insert {volume <ids>}: An insert is a cylindrical shaped volume which may be surrounding the shaft of the bolt. The top of the insert is usually flush with the lower volume (light grey volume in figure 1). When using the insert option with the ID of the insert volume, the reduce command will automatically simplify the insert geometry, removing any fillets, rounds or small features on the insert. Any overlap or gap between the shaft and surrounding geometry will be removed so that the insert will fit flush with the shaft and bolt hole. The tight_fit and adjust_hole_diameter options cannot be used when including an insert. If the insert option is not used, any existing insert geometry that may be present at the bolt shaft will be ignored.

diameter {<value>|auto}: Use the diameter option to alter the diameter of the bolt shank to a specific diameter indicated by <value>. The auto option will change the diameter of the bolt to exactly match the diameter of its hole. If the diameter option is not used, the existing diameter of the bolt will be used.

Figure 2. Bolt geometry prior to reduce operation showing nearby volumes.

Figure 3. Bolt after reduce operation using fit_volume, webcut and block assignment options.

align_axis: Use this option if the center line of the bolt does not exactly match its hole center line. This option will automatically transform and rotate the bolt volume so that the center line of the hole and bolt are aligned and the bolt head is in contact with the upper volume.

tight_fit: This option is normally used when the bolt shaft is overlapping the lower geometry as shown in figure 2. The tight_fit option will perform a boolean subtract operation to ensure that the bolt exactly fits the shaft geometry to the lower volume, removing any gaps and overlaps surrounding or below the bolt. Figure 3 shows the result of the tight_fit option. This option cannot be used if an insert volume is also specified. See figure 4. for an example illustrating the tight_fit option.

adjust_hole_diameter: This option is normally used to adjust the diameter of the surrounding hole to match that of the bolt shaft, removing any gap or overlap. In contrast to the tight_fit option, only the hole diameter is tweaked without removing any existing void space below the bolt. This option cannot be used if an insert volume is also specified. See figure 4 for an example illustrating the the adjust_hole_diameter option.

simplify_hole: Bolt holes can sometimes include a fillet at the lip of the hole and/or a conical shape indentation at its base. The simplify_hole option will automatically remove these features from the hole leaving a flat base and sharp corner at the lip. Simplify_hole is usually used with the adjust_hole_diameter to ensure the shank fits flush with the hole surfaces and the hole is simplified. Simplify_hole has no effect on the lower volume if the tight_fit option is used. It can however simplify the upper volume if it contains any fillets or chamfers at its lip.

remove_key: The bolt geometry can often include a hexagonal shaped hole at the top of the bolt that fits an allen key. By default, this key hole will not be removed. Including the remove_key will ensure this hole is removed from the bolt geometry. If the mesh option is used, a hex mesh can be generated in most cases either with or without the key removed. Hex meshing will most likely be unsuccessful if the diameter of the key hole exceeds that of the bolt shaft. As a consequence, remove_key option may be necessary to facilitate meshing.

webcut [{Head|Shank|BOTH}]: The bolt can be cut into up to 3 different volumes as shown in figure 1. Using the optional Head or Shank options a single webcut can be executed separating just the head from the shank or just the shank from the plug respectively. If no arguments are used to the webcut option, or the both option is used, both webcuts will be performed resulting in three volumes. The location of the webcut on the shank will be where the bolt exits the lower volume.

merge: When the merge option is used. the plug portion of the bolt will be imprinted and merged with the hole surface(s) in the lower volume. In addition, the plug, shaft and head will be merged together. If an insert volume is specified, the exterior insert surface will be imprinted and merged with the hole surface(s) and the bolt plug will be imprinted and merged with the interior surface(s) of the insert. If the merge option is not used, all volumes created from the reduce command will not be imprinted or merged.

mesh: This option will attempt to generate a swept mesh on the bolt and insert geometries as part of the reduce command. If the allen key hole is present in the bolt head, a webcut will be performed on the bolt geometry to facilitate meshing. If meshing is unsuccessful, consider using the remove_key option.

mesh_size <value>: Specifies the mesh size to be used with the mesh option. If not specified, an automatic size will be determined.

Block ID and name assignment:When the webcut option is used, the resulting volumes may be assigned to a block. The following options may be used to assign to blocks based on an ID or a block name:

The blocks may be defined by either a block_name or block_id. If the block does not yet exist, a new one will be created. The Default option will automatically select an id or name.

If webcut is not used, the resulting reduced bolt volume may still be assigned to a block id using either the bolt_block_id {<value>|Default} or bolt_block_name {<string>|Default} options.

Each of the block ID specifications for bolt, plug, shaft and head also have a corresponding optional increment argument. When assigning new webcut volumes to blocks, the block ID can be automatically generated by incrementing from a specified block_id. For example, if head_block_id is defined as 100, and the increment_head_block_ids option is used, each new head volume generated will be assigned to a new unique block id starting with 100, followed by 101, 102, 103, etc.

If an insert volume is specified, insert_block_id, insert_block_name and increment_insert_block_id may also be used in a similar manner to set up block information on the insert volume.

preview: optional argument to display a preview of the reduce bolt fit_volume operation without execution of the reduction. This option will display the reduced bolt geometry in blue with the surrounding volumes displayed in wireframe.

 

Examples

The following figures illustrate variations on the fit_volume option for the reduce bolt command. The original CAD geometry is pictured on the left with results on the right.

(a)

(b)

(c)

(d)

(e)

Initial CAD geometry

reduce volume 2 bolt fit_volume adjust_hole_diameter simplify_hole remove_key merge

reduce volume 2 bolt fit_volume tight_fit remove_key merge

reduce volume 2 bolt fit_volume remove_key adjust_hole_diameter simplify_hole webcut merge

reduce volume 2 bolt fit_volume remove_key adjust_hole_diameter simplify_hole webcut merge mesh

Figure 4. Example of four different variations of syntax for the reduce bolt fit_volume command on a single bolt. In this case, the bolt (volume 2) overlaps the cyan colored lower volume. Note the difference between the adjust_hole in figures (b), (d) and (e) and tight_fit (c) options. In both cases, volume overlap is removed, however adjust_hole_diameter only adjusts the hole diameter to match the bolt shaft, but tight_fit also removes any void space below the bolt. Also note in figure (d), three separate volumes are created from the bolt geometry when the webcut option is used. In figure (e), the bolt has been meshed with default sizing using Cubit's sweep tool

(a)

(b)

Initial CAD geometry

reduce volume 1, 2 bolt fit adjust_hole_diameter simplify_hole remove_key webcut merge mesh head_block_ID 10 increment_head_block_ID shank_block_ID 20 increment_shank_block_ID plug_block_ID 30

Figure 5. Example of using the reduce bolt fit_volume command to reduce multiple bolts with a single command while specifying blocks. In this case the block IDs are specified for head, shank and plug volumes. Note that the increment_head_block_ID and increment_shank_block_ID options are used, but the increment_plug_block_ID option is not. The result is that the block IDs on the heads (block 10, 11) and shanks (blocks 20, 21) are incremented with each new bolt, while the block defined on all plugs will remain the same (block 30) without incrementing.

(a)

(b)

Initial CAD geometry

reduce volume 2 bolt fit_volume insert volume 1 simplify_hole webcut merge mesh

Figure 6. Example of using the reduce bolt fit_volume command with the insert option. In this case, volume 1 is specified as the insert and volume 2 is the bolt. Note that both the bolt and insert volumes have been simplified and the insert volume imprinted and merged with both the hole surfaces and the bolt plug.