Next
Previous Contents
Ayam Custom Objects Writers Guide
Randolf Schultz
(randolf.schultz@gmail.com)
2. Sep 2001
This document describes how to write a custom object for Ayam.
1.
Introduction
2.
Preparation
3.
Functions
3.1 Initialization (mandatory)
3.2 Create (mandatory)
3.3 Delete (mandatory)
3.4 Copy (mandatory)
3.5 Draw
3.6 Shade
3.7 Drawh - Draw Handles
3.8 SetProp - Set Properties
3.9 GetProp - Get Properties
3.10 GetPoint, Single Point Editing
3.11 Write/Read (mandatory)
3.12 Wrib - Write RIB
3.13 BBC - Bounding Box Calculation
3.14 Notification
3.15 Conversion
3.16 Provide
3.17 Tree-Drop
4.
Custom Objects from the Tcl Side of Life
4.1 Property GUI Elements
4.2 The Custom Menu
5.
Compiling, Installing, Loading a Custom Object
Next
Previous Contents