This website requires JavaScript.
Explore
Help
Register
Sign In
Glassvision
/
IfcOpenShell
Watch
1
Star
0
Fork
0
You've already forked IfcOpenShell
mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced
2026-08-10 09:48:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eee844e2045e97d72f2266f620d6c7e43d7a353f
IfcOpenShell
/
src
/
serializers
T
History
Thomas Krijnen
9cc1f5f0e3
#3660
Oops... propagate setting
2023-08-31 08:27:45 +02:00
..
schema_dependent
#2805
IfcGeom updates
2023-06-22 12:07:10 +02:00
ColladaSerializer.cpp
…
ColladaSerializer.h
…
GltfSerializer.cpp
Create constants ELEMENT_ARRAY_BUFFER and ARRAY_BUFFER to allow for more descriptive bufferview construction. Change the bufferViewId variable from a static variable to a member variable because python instances of IfcOpenShell can have multiple serializers open at any given time. This commit also includes some minor code reformatting and code comments explaining the changes done. Finally integer constants GLB_FILE_HEAER, GLB_JSON_HEADER, GLB_BINARY_CHUNK_HEADER were added to make the glb file header creation more descriptive
2023-08-28 08:46:11 +02:00
GltfSerializer.h
Create constants ELEMENT_ARRAY_BUFFER and ARRAY_BUFFER to allow for more descriptive bufferview construction. Change the bufferViewId variable from a static variable to a member variable because python instances of IfcOpenShell can have multiple serializers open at any given time. This commit also includes some minor code reformatting and code comments explaining the changes done. Finally integer constants GLB_FILE_HEAER, GLB_JSON_HEADER, GLB_BINARY_CHUNK_HEADER were added to make the glb file header creation more descriptive
2023-08-28 08:46:11 +02:00
HdfSerializer.cpp
#3120
item_id vector
2023-06-19 13:47:55 +02:00
HdfSerializer.h
#3120
item_id vector
2023-06-19 13:47:55 +02:00
IgesSerializer.h
…
OpenCascadeBasedSerializer.cpp
…
OpenCascadeBasedSerializer.h
…
serializers_api.h
…
StepSerializer.h
…
SvgSerializer.cpp
#3660
setSegmentProjection() / --svg-segment-projection options
2023-08-30 10:57:33 +02:00
SvgSerializer.h
#3660
Oops... propagate setting
2023-08-31 08:27:45 +02:00
USDSerializer.cpp
prepare for referencing
2023-06-09 13:28:25 +02:00
USDSerializer.h
prepare for referencing
2023-06-09 13:28:25 +02:00
util.cpp
…
util.h
#2822
svg: begin group lazily when data is actually being appended
2023-03-06 09:16:27 +01:00
WavefrontObjSerializer.cpp
…
WavefrontObjSerializer.h
…
XmlSerializer.cpp
…
XmlSerializer.h
…