creo12 config.pro option documentation for: INTF2D_OUT_ACAD_TABLES

intf2d_out_acad_tables
as_tables
*
, as_blocks
, as_tables_and_blocks
Controls how tables are exported to DXF and DWG formats.
as_tables
- Tables are exported as tables.
as_blocks
- Tables are exported as blocks.
as_tables_and_blocks
- Tables without blank lines are exported as tables; tables with blank lines are exported as blocks.
|
|
The configuration option intf2d_out_acad_brk_tbl_w_bl_ln
was deprecated. You can use intf2d_out_acad_tables
to control the visibility of blanked lines of tables in drawings exported to the DXF and DWG formats. Exporting tables with blanked lines as separate entities is not supported.
|