vis/povray/
mggrpovraypolygon__define.pro
object graphics
A MGgrPOVRayPolygon
represents a polygon with POV-Ray specific attributes
like the finish attribute class.
Class description for mggrpovraypolygon
Inheritance
- IDLGRPOLYGON
- mggrpovrayobject
All ancestor classes: IDLGRPOLYGON IDLGRGRAPHIC IDLGRCOMPONENT IDLITCOMPONENT mggrpovrayobject
Properties
Properties in mggrpovraypolygon
- _extra init
properties of
IDLgrPolygon
- _ref_extra get set
properties of
IDLgrPolygon
- finish get set init
IDLgrPOVRayFinish
attribute object for the polygon- no_shadow get set init
Routines
Routines from mggrpovraypolygon__define.pro
mggrpovraypolygon::getProperty, finish=finish, no_shadow=no_shadow, _ref_extra=_ref_extra
Get properties.
mggrpovraypolygon::setProperty, finish=finish, no_shadow=no_shadow, _ref_extra=_ref_extra
Set properties.
mggrpovraypolygon::cleanup
Free resources.
result = mggrpovraypolygon::init( [x] [, y] [, z], finish=finish, no_shadow=no_shadow, _extra=_extra)
Create MGgrPOVRayPolygon object.
mggrpovraypolygon__define
Define instance variables.
Routine details
top mggrpovraypolygon::getProperty
mggrpovraypolygon::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 mggrpovraypolygon::setProperty
mggrpovraypolygon::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 mggrpovraypolygon::init
result = mggrpovraypolygon::init( [x] [, y] [, z], finish=finish, no_shadow=no_shadow, _extra=_extra)
Create MGgrPOVRayPolygon
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
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 138 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.