API documentation for visualization library

Michael Galloy

single page | use frames     summary     class     fields     routine details     file attributes

povray/

visgrpovraypolygon__define.pro

object graphics


A VISgrPOVRayPolygon represents a polygon with POV-Ray specific attributes like the finish attribute class.

Class description for visgrpovraypolygon

Inheritance

All ancestor classes: IDLGRPOLYGON IDLGRGRAPHIC IDLGRCOMPONENT IDLITCOMPONENT visgrpovrayobject

Properties

_extra init

properties of IDLgrPolygon

finish get set init

IDLgrPOVRayFinish attribute object for the polygon

no_shadow get set init
_ref_extra get set

properties of IDLgrPolygon

Routines

visgrpovraypolygon::getProperty, finish=finish, no_shadow=no_shadow, _ref_extra=_ref_extra

Get properties.

visgrpovraypolygon::setProperty, finish=finish, no_shadow=no_shadow, _ref_extra=_ref_extra

Set properties.

visgrpovraypolygon::cleanup

Free resources.

result = visgrpovraypolygon::init( [x] [, y] [, z], finish=finish, no_shadow=no_shadow, _extra=_extra)

Create visgrpovraypolygon object.

visgrpovraypolygon__define

Define instance variables.

Routine details

top visgrpovraypolygon::getProperty

visgrpovraypolygon::getProperty, finish=finish, no_shadow=no_shadow, _ref_extra=_ref_extra

Get properties.

Keywords

finish

IDLgrPOVRayFinish attribute object for the polygon

no_shadow
_ref_extra

properties of IDLgrPolygon

top visgrpovraypolygon::setProperty

visgrpovraypolygon::setProperty, finish=finish, no_shadow=no_shadow, _ref_extra=_ref_extra

Set properties.

Keywords

finish

IDLgrPOVRayFinish attribute object for the polygon

no_shadow
_ref_extra

properties of IDLgrPolygon

top visgrpovraypolygon::cleanup

visgrpovraypolygon::cleanup

Free resources.

top visgrpovraypolygon::init

result = visgrpovraypolygon::init( [x] [, y] [, z], finish=finish, no_shadow=no_shadow, _extra=_extra)

Create visgrpovraypolygon object.

Return value

1 for success, 0 for failure

Parameters

x in optional type=fltarr(n)

x-coordinates of vertices of the polygon

y in optional type=fltarr(n)

y-coordinates of vertices of the polygon

z in optional type=fltarr(n)

z-coordinates of vertices of the polygon

Keywords

finish

IDLgrPOVRayFinish attribute object for the polygon

no_shadow
_extra

properties of IDLgrPolygon

top visgrpovraypolygon__define

visgrpovraypolygon__define

Define instance variables.

File attributes

Modification date: Wed Jun 29 12:12:14 2011
Lines: 240
Docformat: rst rst