Inserting a Block with defined Attribute Text from a Tool Palette

Inserting a Block with defined Attribute Text from a Tool Palette

Anonymous
Not applicable
855 Views
4 Replies
Message 1 of 5

Inserting a Block with defined Attribute Text from a Tool Palette

Anonymous
Not applicable

Hey Everyone, we have been creating equipment tags to easily identify equipment on the floor plan for a store. These tags have the equipment's unique identifier as well as information such as manufacturer and model number stored as Attributes of the tag block. If we want to store these tags on a tool palette, when we insert them from the palette, all of the stored attribute data is lost. Is there a way to get these tag blocks on and off the tool palette while also retaining the attribute text?

0 Likes
856 Views
4 Replies
Replies (4)
Message 2 of 5

cadffm
Consultant
Consultant

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

0 Likes
Message 3 of 5

john.vellek
Alumni
Alumni

HI @Anonymous,

 

Did @cadffm's suggestion answer your question?

 

It sounds as if each block has fixed data attached to it so I suggest marking the attributes as constant in their properties. 

 

 

Please select the Accept as Solution button if my post solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 4 of 5

john.vellek
Alumni
Alumni

Hi @Anonymous,

 

I am checking back to see if my post or @cadffm's helped you with your problem. Please add a post with how you decide to proceed and your results so other Community members may benefit.

 

Please hit the Accept as Solution button if a post or posts solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 5 of 5

Heuvel
Participant
Participant

Constant would remove the attribute on insertion. I prefer to use Preset and fill in the values that i'd like to see on insertion in the default value box.

 settings.JPG

0 Likes