Problem with property set

Hello,

I am trying to create a property set routine, which consists of selecting some solids (with an empty property set template) and make it intersect with some solids that have a property that I am interested in, and this property is transferred to these solids.

When I use “object.updateproperty” I can’t update all the objects, only some of them… I know it’s a problem with the lists, I’m new in dynamo, I hope you can help me.

thanks

Property Sets have their dedicated nodes. The node you are using attempts to set the Properties of an object that cannot be removed (such as property sets, ObjectData, XData). In a nutshell it writes (where possible) the values of the properties that you don’t find in the Extended Data tab.

Object.updateProperty is one of them, isn’t it?

no

Can you tell me where these nodes are, or how I can start to fix it?

In the same package, under AutoCAD, probably you need to install the latest version.

But with those nodes, I can’t update a property in the property set, can I?

you can, why do you keep asking?

image

1 Like

Sorry, I didn’t see one of your previous answers, now it’s all clear! thanks!