When selected, this parameter explodes blocks and return the entities that form the
components of the block as separate features.
When the reader resolves blocks, it outputs a feature for each of the
AutoCAD entities that are part of the block definition. The original insert
is not output. This results in the full graphical representation of the
block transferred through FME, but the exact insertion point of the block
is lost.
Each block member feature is given the attribute autocad_block_number
which is set to the same value for each block so that the features comprising
each block may be combined in subsequent processing. Arbitrary deep block
nesting is permitted, however, the autocad_block_number attribute is only
updated for each block at the outermost level. By
default, all block members will be on the same layer as that of the original
block.
Usual AutoCAD-to-AutoCAD translation setting: Not selected
Use Block Feature Type for Components
Specifies how the reader sets the feature type of block component entities when resolving (or exploding) insert entities. This parameter applies only if Explode Blocks into Entities is checked.
When the reader resolves blocks, it outputs a feature for each of the AutoCAD entities that are part of the block definition. If this parameter is checked, all block members will be on the same layer-based feature type as that of the original block. If this parameter is unchecked, the block members will appear on their respective layer-based feature types.
This parameter is useful when resolving components and using a layer-based schema, and you want block component features to share a layer-based feature type. To change the layer information on the component features to match their layer-based feature type, use the Use Block Layer Information for Components parameter.
Usual AutoCAD-to-AutoCAD translation setting: Not selected
Use Block Layer Information for Components
Specifies how the reader sets the layer information attributes of the block component entities when resolving (or exploding) insert entities. This parameter applies only if Explode Blocks into Entities is selected.
When the reader resolves blocks, it outputs a feature for each of the AutoCAD entities that are part of the block definition.
If this parameter is checked, all block members will have the same layer information as that of the original block. If this parameter is unchecked, the block members will have the layer information of their respective layers.
Examples of layer specific attributes are autocad_layer, autocad_layer_hidden, and autocad_layer_color. This parameter also affects related symbology attributes such as autocad_lineweight and autocad_color which may have ByLayer values.
Usual AutoCAD-to-AutoCAD translation setting: Not selected
Store Insert Location on Components
When selected, the reader adds the insert point location as attributes to the block component entities when resolving (or exploding) inserts entities.
When the reader resolves blocks, it outputs a feature for each of the AutoCAD entities that are part of the block definition. The original insert is not part of the block definition, but this parameter allows the insert location to still be represented.
Each block member feature will include the attribute autocad_block_insert_[xyz].
Usual AutoCAD-to-AutoCAD translation setting: Not selected
Preserve Insert Points
If the parameter Explode Blocks Into Entities is selected, and this parameter is also selected, then the insert points of exploded blocks are output as point features.
Explode Selected Blocks – This parameter is a space-delimited list of the block names that are to be exploded, and is processed only when Explode Blocks into Entities is selected.
Read as Geometry Instances
If the parameter Explode Blocks Into Entities is selected and this parameter is also selected, then blocks will be read as Geometry Definitions and Instances. In this way, a block definition will be stored as a geometry definition and each block insert point will become a geometry instance.