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-09-25 08:22:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
89d3ee995dc2333c9ffcd41877a572b5f89d392c
IfcOpenShell
/
src
/
serializers
T
History
Thomas Krijnen
5af30b6f07
#3660
Oops... propagate setting
2024-04-16 10:26:58 +02:00
..
schema_dependent
…
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
2024-04-16 10:26:48 +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
2024-04-16 10:26:48 +02:00
HdfSerializer.cpp
item_id vector
#3120
2024-04-15 13:02:45 +02:00
HdfSerializer.h
item_id vector
#3120
2024-04-15 13:02:45 +02:00
IgesSerializer.h
…
OpenCascadeBasedSerializer.cpp
…
OpenCascadeBasedSerializer.h
…
serializers_api.h
…
StepSerializer.h
…
SvgSerializer.cpp
#3660
setSegmentProjection() / --svg-segment-projection options
2024-04-16 10:26:51 +02:00
SvgSerializer.h
#3660
Oops... propagate setting
2024-04-16 10:26:58 +02:00
USDSerializer.cpp
prepare for referencing
2024-04-15 11:39:21 +02:00
USDSerializer.h
prepare for referencing
2024-04-15 11:39:21 +02:00
util.cpp
…
util.h
…
WavefrontObjSerializer.cpp
…
WavefrontObjSerializer.h
…
XmlSerializer.cpp
…
XmlSerializer.h
…