module PrimitiveCommandInterface

Public Instance Methods

Cleanup() click to toggle source
# File lib/microstation/primitive_command_interface.rb, line 12
def Cleanup
end
DataPoint(pt, view) click to toggle source
# File lib/microstation/primitive_command_interface.rb, line 6
def DataPoint(pt, view)
end
Dynamics(pt,view,drawmode) click to toggle source
# File lib/microstation/primitive_command_interface.rb, line 15
def Dynamics(pt,view,drawmode)
end
Keyin(keyin) click to toggle source
# File lib/microstation/primitive_command_interface.rb, line 3
def Keyin(keyin)
end
Reset() click to toggle source
# File lib/microstation/primitive_command_interface.rb, line 9
def Reset
end
Start() click to toggle source
# File lib/microstation/primitive_command_interface.rb, line 18
def Start
end