mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
Batting Annotation pattern
Added batting pattern to line annotations. The way to use it is: 1) Add "Line" Annotation; 2) Change object type to "BATTING" 3) Add object property set "Pset_BBIM_Bating" (also added in this commit) to specify the batting thickness. Currently there is no preview for batting in viewport. Other changes: - EPset_Annotation.ifc -> Psets_BBIM_Annotation.ifc (more general psets ifc library for the future use)
This commit is contained in:
@@ -707,9 +707,17 @@ def hit_undo():
|
||||
bpy.ops.ed.undo_push(message="UNDO STEP")
|
||||
bpy.ops.ed.undo()
|
||||
|
||||
|
||||
# These definitions are not to be used in tests but simply in debugging failing tests
|
||||
|
||||
|
||||
@given(parsers.parse("I run test code"))
|
||||
@when(parsers.parse("I run test code"))
|
||||
@then(parsers.parse("I run test code"))
|
||||
def run_test_code():
|
||||
pass
|
||||
|
||||
|
||||
@given(parsers.parse("I save sample test files"))
|
||||
@when(parsers.parse("I save sample test files"))
|
||||
@then(parsers.parse("I save sample test files"))
|
||||
|
||||
Reference in New Issue
Block a user