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 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).
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.
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?