Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

cadffm
en respuesta a: Anonymous

You could make a nested Block:

New File with one Insert on 0,0,0 rotate0 Skale 1,1,1 with defined Attribut-Value

Add this file into the Palette, change explode propertie to YES

 

 

 

not exactly, but

 

For one block, and every inserts of the block the same data?

Than redefine the blocks and use constant attdefs or set the value by default.

 

For one Block, and different data of insert attributes, you can insert by a macro-tool (possible in toolpalettes too)

Example, Block with two non-constant Attributes

^C^C_INSERT;MYBLOCK;\1;1;0;Attval1;Attval2

 

 

Sebastian