Is it possible to make "wraps" setting automatically changed with "Clockwork" package nodes?

Hello,

I hope you are having a great day.

I’m working with Dynamo to automatically create compound walls. I’ve been using GeniusLoci’s “Get CompoundStructureLayers” node, but whenever I run it, all the “wraps” settings get turned off.

I would like to be able to check or uncheck the “wraps” setting using the CompoundStructureLayers node, but I can’t figure out how to make the wraps setting to input value. Since I am a beginner-level user in Dynamo, I desperately need your help!

Thank you for reading.


i don’t think that wrap is for that parameter

i think it is talking about the wrapping on At Inserts and At Ends you can check with the documentation

1 Like

Thank you for your respond. I think this is what I need, but I don’t know how to convert this information to Python Script in my custom node. ParticipatesInWrapping Method

Hard to help you with your custom node when you haven’t provided any context for your custom node.

I do not recommend trying to edit the nodes in a package as those will be reset next time you download an update, and won’t transfer to other users or environments (i.e. you install Revit 2026).

1 Like

Thank you for your respond. Nodes in the images are not custom nodes that I created. Those are from GeniusLoci and Clockwork.

Ok - and those nodes read data that already exists, not create new or modify existing. So you need to find a node which does what you’re after, or start a new node from scratch.

Have you attempted anything on those fronts yet?

1 Like

Yes, that’s exactly what I want to attempt. I realize that it’s not a good idea to edit existing nodes in a package, as you said. I couldn’t find any nodes that meet my needs, so it might be better to create a new node from scratch. Do you think I need to use Python to do this kind of work?