Class: VORuby::STC::V1_10::STC::Cartesian
- Inherits:
-
CoordFlavorType
- Object
- CoordFlavorType
- VORuby::STC::V1_10::STC::Cartesian
- Includes:
- CoordFlavor
- Defined in:
- lib/voruby/stc/1.10/stc.rb
Overview
Cartesian 1-, 2-, or 3-D coordinates
Instance Attribute Summary
Attributes inherited from CoordFlavorType
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from CoordFlavorType
#==, #coord_naxes, #coord_naxes=, from_xml, #initialize
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::STC::V1_10::STC::CoordFlavorType
Class Method Details
.element_name ⇒ Object
1055 |
# File 'lib/voruby/stc/1.10/stc.rb', line 1055 def self.element_name; 'CARTESIAN' end |
Instance Method Details
#to_xml ⇒ Object
1057 1058 1059 |
# File 'lib/voruby/stc/1.10/stc.rb', line 1057 def to_xml super('CARTESIAN') end |