I am developing a Python script tool to transform a 2D feature class into a multipatch.
Right now, I have to split the script into 2 scripts and manually do the extrusion, because I cannot figure out how to make the extrusion based on a field. I could apply a fixed extrusion by writing:
Solved! Go to Solution.
I have been looking for a solution like this for quite some time. Thank you @AnonymousUser23 and @clc for sharing your code and solutions. The [isFlattened = "false"] was also key in my testing. Thank you both!