| IO | Parameter | Type | Description
|
| in | theCADArea | longint | Area ID
|
| in | theBlockID | longint | A Block ID or kCADRootBlockID for the root
drawing
|
| in | theLayerOrSubLayerID | longint | Layer ID or Sublayer ID
|
| in | theCenterX | real |
|
| in | theCenterY | real |
|
| in | theTurtleAngle | real |
|
| in | theTurtleDistanceStep | real |
|
| in | theTurtleDistanceMax | real |
|
| in | theAutoColorFlag | integer | A boolean constant
|
| in | theAutoColorStep | real |
|
| in | theAutoColorMin | longint | A rainbow color index in the range 0 to theAutoColorMax
|
| in | theAutoColorMax | longint | kCADSpirographDefaultColorMax or a rainbow color index in the range
theAutoColorMin to kCADSpirographLastColorMax
|
| in | theLineColor | longint | Color or a color constant
|
| in | theLineWidth | real | Linewidth (also see Linewidth and linetype restrictions)
|
| in | theOptionalTargetObjScope | longint | 0 or kCADScopeSelectedObjects
or a programmer scope ID
|
| out | function result | OSErr | Error result code, also see Error handling
|