add files
This commit is contained in:
parent
e869a5ab6a
commit
8f2d3a01a5
3 changed files with 38943 additions and 0 deletions
35
ifc-commit.yaml
Normal file
35
ifc-commit.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
src: ifc/duplex.ifc
|
||||
|
||||
operations:
|
||||
- name: List
|
||||
command: list
|
||||
input: ifc/duplex.ifc
|
||||
- name: List by type
|
||||
command: info
|
||||
input: ifc/duplex.ifc
|
||||
ifc_type: IfcSpace
|
||||
- name: Extract
|
||||
command: extract
|
||||
input: ifc/duplex.ifc
|
||||
output: ifc/duplex_extract.ifc
|
||||
type: IfcSpace
|
||||
id: A102
|
||||
- name: Modify
|
||||
command: modify
|
||||
tag: move table
|
||||
input: ifc/duplex_extract.ifc
|
||||
output: ifc/duplex_modified.ifc
|
||||
element: "168381"
|
||||
x: 2
|
||||
- name: Merge
|
||||
command: merge
|
||||
tag: merge table displacement
|
||||
base: ifc/duplex.ifc
|
||||
space: A102
|
||||
part: ifc/duplex_modified.ifc
|
||||
output: ifc/duplex_merge.ifc
|
||||
- name: History
|
||||
command: history
|
||||
output: OPERATIONS.md
|
||||
|
||||
dest: ifc/duplex_merge.ifc
|
||||
1
ifc/README.md
Normal file
1
ifc/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# IFC
|
||||
38907
ifc/duplex.ifc
Normal file
38907
ifc/duplex.ifc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue