Module: VORuby::STC::V1_10::Coords::CSize

Includes:
SerializableToXml
Included in:
Size, SizeRef
Defined in:
lib/voruby/stc/1.10/coords.rb

Overview

Substitution group for a scalar coordinate size

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Instance Method Details

#==(size) ⇒ Object



564
565
566
# File 'lib/voruby/stc/1.10/coords.rb', line 564

def ==(size)
  self.value == size.value
end

#to_sObject



560
561
562
# File 'lib/voruby/stc/1.10/coords.rb', line 560

def to_s
  self.value.to_s
end