Go to checkbox in room family

Hello

 

Do you know the method to make the different properties of the configuration appear in the excel table of a family of parts?

Among other things, the "use in nomenclature" checkbox and the "description" property.

Thank you.

 

A+

with a property form maybe?

https://www.youtube.com/watch?feature=player_embedded&v=LWxaynRpd6A

https://www.youtube.com/watch?feature=player_detailpage&v=sueIfwDTW_Q

Thank you for your answer, no, I don't think it's appropriate.

In fact I have a part file with all the screw configurations, and I reach through the table (excel) the different dimensions. I would like to add to this table the check box control that appears for the different configurations.

A priori, we should add the "checkbox" property?

All ideas are welcome.

Thank you.

Hello

Regarding the "Description" property, you must:

$PROPRIETE@description.

 

For the box, I don't know sorry

2 Likes

Hello

 

For the box 'use in the nomenclature' I don't think it's possible.

 

Otherwise, the easiest method I use to add fields like description (or create a part family) is to edit (the field/dimension/etc) so that when I edit the part family again, SolidWorks offers me the chamsps and just click!

 

But you must have checked the box "Show unselected objects again" otherwise add $PROPRIETE @description. in a column header.

1 Like

Adding $PROPRIETE@description can be a solution, but you should know what to put in the column: 1/0, -1/0, R/S, S NS don't seem to work.

1 Like

But description is simply text, and it can be empty!

Hello

 

Yes, unfortunately it seems that this property is not reachable by the excel table.

 

A+

 

Edit

for those who would be interested. If you want your part to take the document name or Config or Parent in a BOM.

You have to put in the column header $NUMERO OF PART and then put $C for config or $D for document.

Otherwise still not found for the checkbox...

Hello

Just by the way I got confirmation from the HotLine that it was a Bug referenced under the number (...).

I solved my problem by "creating" a small macro to traverse each part cconfig and check the box...

A+

1 Like