@SherifTarabishy wrote:
The title says it all.
I am scripting Export and Import commands from GHPython.
But the blnEcho option when scripting those two does not work the same like when scripting other commands.
rs.Command("_Sphere 0,0,0 5 “,False)
rs.Command(”_SelLast “,False)
rs.Command(”-Export " + file_name + " x e p e" + " _EnterEnd",False)
the command prompts are visible in rhino in the export step.
** file_name is a path …\test.objAs opposed to doing this , rs.Command("_Point 0,0,0 ",False) where no command prompts are echoed, as it should be.
Is this normal?
Posts: 2
Participants: 2