Package Documentation

Object: arcoid-mixin (The :geom-base Package)
Mixins: vanilla-mixin

Description

This object is a low level object used to define an arc like object. It is not recommended to be used directly by GDL common users. For developers it should be used as a mixin.


Input Slots (required)

radius number

Distance from center to any point on the arc.



Input Slots (optional)

end-angle angle in radians

End angle of the arc. Defaults to twice pi.


hidden? [from vanilla-mixin*] boolean

Indicates whether the object should effectively be a hidden-object even if specified in :objects. Default is nil.


root [from vanilla-mixin*] gdl instance

The root-level node in this object's ``tree'' (instance hierarchy).


safe-children [from vanilla-mixin*] list of gdl instances

All objects from the :objects specification, including elements of sequences as flat lists. Any children which throw errors come back as a plist with error information


start-angle angle in radians

Start angle of the arc. Defaults to zero.


strings-for-display [from vanilla-mixin*] string or list of strings

Determines how the name of objects of this type will be printed in most places. This defaults to the name-for-display (generally the part's name as specified in its parent), followed by an index number if the part is an element of a sequence.


visible-children [from vanilla-mixin*] list of gdl instances

Additional objects to display in Tatu tree. Typically this would be a subset of hidden-children. Defaults to NIL.


Package Documentation