Class: VORuby::STC::V1_10::Region::UnionType

Inherits:
BooleanOperatorType show all
Defined in:
lib/voruby/stc/1.10/region.rb

Overview

The union of two or more regions is a region

Direct Known Subclasses

Union

Instance Attribute Summary

Attributes inherited from BooleanOperatorType

#regions

Attributes inherited from RegionType

#note

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BooleanOperatorType

#==, from_xml, #initialize, #to_xml

Methods included from SerializableToXml

#element

Methods inherited from RegionType

#==, #fill_factor, #fill_factor=, from_xml, #initialize, #to_xml

Constructor Details

This class inherits a constructor from VORuby::STC::V1_10::Region::BooleanOperatorType

Class Method Details

.xml_typeObject



813
# File 'lib/voruby/stc/1.10/region.rb', line 813

def self.xml_type; 'unionType' end

Instance Method Details

#to_sObject



815
816
817
# File 'lib/voruby/stc/1.10/region.rb', line 815

def to_s
  super('UNION')
end