IfcConvert enhancements by Stinkfist0 · Pull Request #42 · IfcOpenShell/IfcOpenShell · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
84e7a86
XmlSerializer: handle openings. Original author of the commit/idea @o…
Stinkfist0 Feb 28, 2016
e35cefa
Fix crash (deleting garbage ptr) when nonexisting file passed to IfcS…
Stinkfist0 Mar 4, 2016
0da0e63
Begin to implement IfcConvert enhancements discussed in #20. Remove C…
Stinkfist0 Mar 7, 2016
50a467f
Fix IfcUtil::wildcard_string_to_regex()
Stinkfist0 Mar 7, 2016
43f5d44
Implement --use-names and --use-guids for DAE, OBJ, and SVG output.
Stinkfist0 Mar 10, 2016
24e2aec
Rename --use-guids and --use-names to --use-element-guids and --use-e…
Stinkfist0 Mar 10, 2016
ce38854
Add --no-normals
Stinkfist0 Mar 10, 2016
5008c35
--center-model for DAE output, fixes #8 (TODO: implement also for OBJ)
Stinkfist0 Mar 10, 2016
83e5096
Support for --deflection-tolerance
Stinkfist0 Mar 10, 2016
4953b35
--generate-uvs, applicable for DAE only currently
Stinkfist0 Mar 10, 2016
b9c5b0e
Add IFCCONVERT_DOUBLE_PRECISION build option
Stinkfist0 Mar 10, 2016
e9f551e
--names for filtering included or excluded entities by name, e.g. --i…
Stinkfist0 Mar 10, 2016
923f121
Clean up program_options printings
Stinkfist0 Mar 11, 2016
76d3823
Make UVs a property of IfcGeom::Representation::Triangulation. Implem…
Stinkfist0 Mar 16, 2016
562f387
Calculate and store min. and max. placements IfcGeom::Iterator. Imple…
Stinkfist0 Mar 17, 2016
bf76bd1
Add large_offset.ifc (wallwindow.ifc, courtesy of @klokoy) as test in…
Stinkfist0 Mar 18, 2016
f7453c0
IfcConvert: check if output file already exists and ask user for conf…
Stinkfist0 Mar 18, 2016
798597d
IfcConvert: check that input file exist early, print filenames in err…
Stinkfist0 Mar 18, 2016
54a9d72
IfcConvert: use temp file when writing output.
Stinkfist0 Mar 20, 2016
b171bd4
Add note/todo regarding Collada stream's double precision feature.
Stinkfist0 Mar 20, 2016
0fd2f04
Utilise Collada stream's double precision feature
Stinkfist0 Mar 21, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cmake/CMakeLists.txt
159 changes: 106 additions & 53 deletions src/ifcconvert/ColladaSerializer.cpp
Loading