mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 06:48:30 +00:00
ifc array modifier: adds the option to choose between "total" and "increment" as dimension input
This commit is contained in:
committed by
Dion Moult
parent
a1adbe2b34
commit
2cd7e737cd
@@ -261,6 +261,14 @@ class BIMArrayProperties(PropertyGroup):
|
||||
description="Use local space for array items offset instead of world space",
|
||||
default=True,
|
||||
)
|
||||
dimension_input_type: bpy.props.EnumProperty(
|
||||
items=(
|
||||
("Increment", "Increment", ""),
|
||||
("Total", "Total", ""),
|
||||
),
|
||||
name="Type of input dimension",
|
||||
default="Increment",
|
||||
)
|
||||
|
||||
|
||||
class BIMStairProperties(PropertyGroup):
|
||||
|
||||
Reference in New Issue
Block a user