-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extrusion always occurs along "local" z axis #4
Comments
To quickly change this behaviour you can edit line 223 of file op_import_shp.py, change "vect=normal*offset" to "vect=(0,0,offset)" I will add an option to choose between the two behavior. |
This solution works for me, it will indeed be great to have to option in the configuration window. |
It will also be cool if you could choose whether the top face of the extruded polygon will be parallel to the base face or if you want it flat (useful if you are extruding buildings footprint and adding roof geometry later) |
Hi, Now there is an option to choose extrusion axis. Handle roof orientation is much more complex, maybe the next time. |
As stated,when you set an attribute for "extrusion from field" while importing shapefile, extrusion always happens along the normal of the face (in a polygon). If your polygon has a non-horizontal base but you still want to just extrude it along the global z axis, you can't achieve the result
The text was updated successfully, but these errors were encountered: