@kitjmv wrote:
Hello !
For my actual project i use
rhinoscriptsyntax-structured-docstring.json
for auto generate differents testsI have remark an error, there are some arguments that are omitted in the
Arguments
fieldsfor
AddBlock(object_ids, base_point, name=None, delete_input=False)
the coresponding json is:
... { "ModuleName": "block", "functions": [ { "ModuleName": "block", "Name": "AddBlock", "Arguments": [ { "Name": "base_point", "TypeInfo": "(point)", "Desc": " 3D base point for the block definition\r\n " }, { "Name": "name", "TypeInfo": "(str, optional)", "Desc": " name of the block definition. If omitted a name will be\r\n automatically generated\r\n " }, { "Name": "delete_input", "TypeInfo": "(bool)", "Desc": " if True, the object_ids will be deleted\r\n " } ], ...
Posts: 2
Participants: 1