mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 00:00:11 +00:00
Add basic support for sloped walls, sloping along the local X axis
This commit is contained in:
@@ -229,6 +229,7 @@ class BIMModelProperties(PropertyGroup):
|
||||
y: bpy.props.FloatProperty(name="Y", default=0.5)
|
||||
z: bpy.props.FloatProperty(name="Z", default=0.5)
|
||||
rl: bpy.props.FloatProperty(name="RL", default=1)
|
||||
x_angle: bpy.props.FloatProperty(name="X Angle", default=0)
|
||||
type_page: bpy.props.IntProperty(name="Type Page", default=1, update=update_type_page)
|
||||
type_template: bpy.props.EnumProperty(
|
||||
items=(
|
||||
|
||||
Reference in New Issue
Block a user