Hi!
I’m working on a graph that creates a filled region with the same shape as a floor sketch, and with the same fill pattern as the finish material of the floor. I’m wondering if it is possible to retrieve the surface fill pattern from a specific material via Dynamo? This is what I have so far:
(Sidenote: The Clockwork node FamilyType.CompoundStructureLayers seems to be producing a different object type than the Material.ByName node.)
I have noticed that there is a node called Material.CutPatternId, but there doesn’t seem to be a corresponding one for surface patterns. If I managed to retrieve the ID of the surface fill pattern, could that ID then be used to retrieve a filled region type, based on the ID of its fill pattern?