Class: VORuby::STC::V1_30::SpaceRefFrameType
- Inherits:
-
CoordRefFrameType
- Object
- CoordRefFrameType
- VORuby::STC::V1_30::SpaceRefFrameType
- Defined in:
- lib/voruby/stc/1.30/stc.rb
Overview
Abstract space reference frame type
Instance Attribute Summary
Attributes inherited from CoordRefFrameType
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from CoordRefFrameType
#==, coord_ref_frame_from_xml, from_xml, #initialize
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::STC::V1_30::CoordRefFrameType
Class Method Details
.space_ref_frame_from_xml(root) ⇒ Object
6465 6466 6467 |
# File 'lib/voruby/stc/1.30/stc.rb', line 6465 def self.space_ref_frame_from_xml(root) CoordRefFrameType.coord_ref_frame_from_xml(root) end |
Instance Method Details
#to_xml(name = nil) ⇒ Object
6461 6462 6463 |
# File 'lib/voruby/stc/1.30/stc.rb', line 6461 def to_xml(name=nil) super(name) end |