Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5804

Arguments of Rhino Macros....where can I look those up?

$
0
0

@Mr_Sinter wrote:

Hi all,

I need to know what arguments those Rhino Commands take....

"_-TextObject" takes arguments like "_GroupOutput=_Yes _FontName="{}" _Italic=_No _Bold=_No ", but how can I look those up?

I tried to Display Help for the Command ID the following:

command_id = rhi.Commands.Command.LookupCommandId('_GrasshopperOpen', False)
print "%s"%command_id
print "%s"%rhi.Commands.Command.DisplayHelp(command_id)

, but the help did not tell which arguments are accepted by this command....

I need this knowledge, as I want to start Grasshopper with a specific GH-file and Rhino brep as argument...

Thanks a lot in advance
Mr Sinter

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5804

Trending Articles