Results 57 comments of Shing Liu

Hello Roman, Happy new year! I agree with you and prefer JSON format, JSON is simple and compact. For IsoAlgo I will keep the old ISOGEN skey file support and...

Hello Roman, ```json "spindle_skey": "", "scale_factor": 1.0, "orientation": "Use on non-symmetrical component", "flow_arrow": "Default", "dimensioned": "Default", ``` These options I think it is better use number for programming, for position...

Hello Roman, ![image](https://user-images.githubusercontent.com/8439181/220941860-1702868f-1117-4e38-9292-7e1adfbf6229.png) :thumbsup: :thumbsup: :thumbsup:

Hello, Roman, In Isodraft there is an option to control material list to file: ![Material List File](https://user-images.githubusercontent.com/8439181/201223796-ce239fe0-d0f8-4d81-8fed-c9753c3011e3.png) I will add this option and output the material list file to dictionary...

The Ribbon menu use the 3rd lib SARibbon: https://github.com/czyt1988/SARibbon I found the lastest version SARibbon support customize by *.xml file. I will check it.

Yes, Let user to comtomize menu and link Python function themselves.

1. Define user actions in PipeCAD.Design.uic if you want to customize actions in Design Module; ![image](https://user-images.githubusercontent.com/8439181/178488323-0cae2f84-e0eb-4ea0-bc89-4d40d11ff46e.png) 2. In PipeCAD right upper button to customize Ribbon Bar; ![image](https://user-images.githubusercontent.com/8439181/178488714-e8228fe1-6074-4a82-a948-eec14a6f4051.png) This will save...

https://github.com/eryar/PipeCAD/releases/tag/1.0.20

Hello Roman, The icon path is the path of QAction, You can use a local path of the icon. 在 2022-08-30 16:23:44,"Roman PARYGIN" ***@***.***> 写道: Hello Shing, Please, can you...

OK. Now there is a function PipeCad.PickPoint(int theMode), set theMode=1 can pick the vertex of model, this will be better. I will consider to add mode to pick P-Point.