Class: Lightwave::LightwaveObject::Polygon
- Inherits:
-
Array
- Object
- Array
- Lightwave::LightwaveObject::Polygon
- Defined in:
- lib/lightwave.rb
Instance Attribute Summary collapse
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#points ⇒ Object
Returns the value of attribute points.
-
#surface_id ⇒ Object
Returns the value of attribute surface_id.
Instance Method Summary collapse
Instance Attribute Details
#flags ⇒ Object
Returns the value of attribute flags.
317 318 319 |
# File 'lib/lightwave.rb', line 317 def flags @flags end |
#points ⇒ Object
Returns the value of attribute points.
318 319 320 |
# File 'lib/lightwave.rb', line 318 def points @points end |
#surface_id ⇒ Object
Returns the value of attribute surface_id.
319 320 321 |
# File 'lib/lightwave.rb', line 319 def surface_id @surface_id end |
Instance Method Details
#new(poly_set, flags = nil) ⇒ Object
320 321 322 323 |
# File 'lib/lightwave.rb', line 320 def new(poly_set, flags=nil) @points = poly_set @flags = flags end |