Public Member Functions | |
| def | dump (self, flo, indent, flags) |
| def | read (self, fbuf, flags) |
| def | write (self) |
Public Member Functions inherited from Dice3DS.dom3ds.MatrixChunk | |
| def | dump_array (self, flo, indent, flags) |
| def | read_array (self, fbuf, flags) |
| def | write_array (self) |
Public Member Functions inherited from Dice3DS.dom3ds.ChunkBase | |
| def | document_html (cls, flo, done) |
| def | dump_chunks (self, flo, indent, flags) |
| def | dump_header (self, flo, flags) |
| def | dump_struct (self, flo, indent, flags) |
| def | out_attr (self, attr, flo, indent, flags) |
| def | out_chunk (self, attr, flo, indent, flags) |
| def | out_chunk_index (self, attr, i, flo, indent, flags) |
| def | read_chunks (self, fbuf, flags) |
| def | read_struct (self, fbuf, flags) |
| def | write_chunks (self) |
| def | write_struct (self) |
Public Attributes | |
| cyl_height | |
| icon_height | |
| icon_width | |
Public Attributes inherited from Dice3DS.dom3ds.MatrixChunk | |
| array | |
Public Attributes inherited from Dice3DS.dom3ds.ChunkBase | |
| subchunks | |
Static Public Attributes | |
| tuple | struct |
| int | tag = 0x4170 |
Static Public Attributes inherited from Dice3DS.dom3ds.ChunkBase | |
| document_html = classmethod(document_html) | |
| bool | freechunks = True |
| bool | swallow = False |
Additional Inherited Members | |
Static Public Member Functions inherited from Dice3DS.dom3ds.ChunkBase | |
| def | get_byte (fbuf, flags) |
| def | get_chunk (fbuf, flags) |
| def | get_float (fbuf, flags) |
| def | get_long (fbuf, flags) |
| def | get_short (fbuf, flags) |
| def | get_string (fbuf, flags) |
| def | set_byte (value) |
| def | set_chunk (value) |
| def | set_float (value) |
| def | set_long (value) |
| def | set_short (value) |
| def | set_string (value) |
Member Function Documentation
◆ dump()
| def Dice3DS.dom3ds.MESH_TEXTURE_INFO.dump | ( | self, | |
| flo, | |||
| indent, | |||
| flags | |||
| ) |
◆ read()
| def Dice3DS.dom3ds.MESH_TEXTURE_INFO.read | ( | self, | |
| fbuf, | |||
| flags | |||
| ) |
Reimplemented from Dice3DS.dom3ds.ChunkBase.
References Dice3DS.dom3ds.ChunkBase.read_array(), and Dice3DS.dom3ds.ChunkBase.read_struct().
Referenced by gzip_utf8.GzipFile.readline(), and gzip_utf8.GzipFile.seek().
◆ write()
| def Dice3DS.dom3ds.MESH_TEXTURE_INFO.write | ( | self | ) |
Reimplemented from Dice3DS.dom3ds.ChunkBase.
References Dice3DS.dom3ds.MESH_TEXTURE_INFO.cyl_height, Dice3DS.dom3ds.MESH_TEXTURE_INFO.icon_height, Dice3DS.dom3ds.MESH_TEXTURE_INFO.icon_width, Dice3DS.dom3ds.ChunkBase.write_array(), Dice3DS.dom3ds.ChunkBase.write_chunks(), and Dice3DS.dom3ds.ChunkBase.write_struct().
Referenced by gzip_utf8.GzipFile.seek().
Member Data Documentation
◆ cyl_height
| Dice3DS.dom3ds.MESH_TEXTURE_INFO.cyl_height |
Referenced by Dice3DS.dom3ds.MESH_TEXTURE_INFO.write().
◆ icon_height
| Dice3DS.dom3ds.MESH_TEXTURE_INFO.icon_height |
Referenced by Dice3DS.dom3ds.MESH_TEXTURE_INFO.write().
◆ icon_width
| Dice3DS.dom3ds.MESH_TEXTURE_INFO.icon_width |
Referenced by Dice3DS.dom3ds.MESH_TEXTURE_INFO.write().
◆ struct
|
static |
◆ tag
|
static |
Referenced by PathScripts.PathDressupHoldingTags.MapWireToTag.add(), PathScripts.PathDressupHoldingTags.MapWireToTag.cleanupEdges(), PathScripts.PathDressupHoldingTags.MapWireToTag.commandsForEdges(), Dice3DS.dom3ds.ChunkBase.document_html(), Dice3DS.dom3ds.ChunkBase.dump_header(), and PathScripts.PathDressupHoldingTags.MapWireToTag.shell().
The documentation for this class was generated from the following file:
- src/Mod/Arch/Dice3DS/dom3ds.py
Public Member Functions inherited from
1.8.17