载入文件 CadalogBeamTool.rb 时出错
Error: #<SyntaxError: C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:21: syntax error, unexpected ',', expecting ')'
...pport_file ("CadalogParts.dll", "Plugins/Cadalog")
... ^
C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:21: syntax error, unexpected ')', expecting keyword_end
C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:296: syntax error, unexpected ',', expecting ')'
edges.push (beam_entities.add_line (startPt, endPt))
^
C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:306: syntax error, unexpected ',', expecting ')'
...eam_entities.add_arc (centerPt, xAxis, normal, radius, start...
... ^
C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:306: syntax error, unexpected ')', expecting '='
..., radius, startAngle, endAngle))
... ^
C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:313: syntax error, unexpected ',', expecting ')'
edges.concat(beam_entities.add_circle (centerPt, normal, radius))
^
C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:313: syntax error, unexpected ')', expecting '='
edges.concat(beam_entities.add_circle (centerPt, normal, radius))
^
C:/Users/46015/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/CadalogBeamTool.rb:362: syntax error, unexpected end-of-input, expecting keyword_end>
|
|