| Trees | Indices | Help |
|
|---|
|
|
object --+
|
common.Primitive --+
|
Polygon --+
|
MaestroPolygon
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
Creates polygon object in Maestro.
Constructor requires:
vertices: List of vertex coordinates (x, y, z).
Specify at least 3 vertices in consecutive order.
All vertices must be in the same plane.
color: One of:
Color object (Color class)
Color name (string)
Tuple of (R, G, B) (each a float in range 0.0-1.0)
Optional arguments:
opacity: 0.0 (invisible) through 1.0 (opaque)
Defaults to 1.0
style: LINE or FILL. Default is FILL.
|
For this class, we don't need to do any setup
|
For this class, we don't need to do anything
|
For this class, we don't need to do anything
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:54 2016 | http://epydoc.sourceforge.net |