scriptup
Advanced tools
+19
-0
@@ -6,1 +6,20 @@ # About | ||
| The SketchUp C API is much more limmited than the ruby api. There is no gui event loop, nor observers, nor view, nor does this extension aim to provide such functionality. | ||
| # Fully implemented classes | ||
| * Attribute Dictionary | ||
| * Color | ||
| * Component Definition | ||
| * Definition List | ||
| * Entity | ||
| * Material | ||
| # Partially implemented classes | ||
| * Attribute Dictionaries | ||
| * Behavior | ||
| * Component Instance | ||
| * Drawing Element | ||
| * Entities | ||
| * Materials | ||
| * Model | ||
| * Texture |