API Reference¶
Load a SketchUp .skp file and return a fully parsed Model. |
|
|
Load standalone SketchUp material packages. |
Custom exceptions for skppy. |
|
|
Utility helpers for working with parsed SketchUp models. |
|
Polygon triangulation with hole support for skppy. |
Document metadata data classes. |
|
|
Text, leader, and dimension entities shared by both SKP parsers. |
|
Construction geometry, camera, and georeferenced shadow settings. |
|
Geometry, topology, components, and scoped entity builder methods. |
Binary file header data class. |
|
Image texture data class. |
|
Layer and LayerFolder data classes. |
|
Material and texture data classes. |
|
|
Parsed model metadata ( |
|
Top-level SketchUp document model and its high-level builder API. |
|
Model-level metadata data structures for skppy. |
|
Vector and transformation primitives used throughout the public model. |
Scene output data structures. |
|
Scene (named page / saved view) data class. |
|
Decode component definitions and their independent entity scopes. |
|
Decode modern TLV camera records shared by models and saved scenes. |
|
Parser for the entities section (tag 0x1388) of model.dat. |
|
Parser for the SketchUp file header. |
|
Parser for the layers section (TlvTag.LAYERS_CONTAINER = 0x3A98) of model.dat. |
|
Parser for the materials section (tag 0x01F7) of model.dat. |
|
Parser for the |
|
Full model.dat -> Model pipeline. |
|
Decode modern TLV display settings into shared rendering options. |
|
Parser for the scenes block (TlvTag.SCENES_BLOCK = 0x0207) of model.dat. |
|
Core TLV primitives for SketchUp model.dat binary encoding. |
ZIP entry reader. |
|
|
Read little-endian primitives and MFC-style object tags from legacy SKP. |
|
Inspect parser support and failures for pre-ZIP SketchUp files. |
|
Parse the legacy file envelope and its authoritative class-version map. |
|
Build the shared public model from a pre-ZIP SketchUp object graph. |
|
Decode version-gated pre-ZIP rendering options in strict wire order. |
|
Represent product versions and per-file class schemas for legacy SKP. |