Method: VORuby::STC::V1_10::Region::EllipseType#==

Defined in:
lib/voruby/stc/1.10/region.rb

#==(s) ⇒ Object



227
228
229
230
231
232
# File 'lib/voruby/stc/1.10/region.rb', line 227

def ==(s)
  super(s) and
  self.minor_radius = s.minor_radius and
  self.pos_angle = s.pos_angle and
  self.pos_angle_unit = s.pos_angle_unit
end