Page 1 of 1

Break and Split Curve.

Posted: Sun Nov 24, 2019 9:35 am
by QuanNguyen
Hi all,
There are new two commands for CMS IntelliCAD 9.2 (not sure they work on previous version) :
+ "SplitCurve" command : devide a curve into segments of equal length.
+ "BreakCurve" command : break any selected curves at their intersects.

Please refer the attached for more detail.
Regards,

Download here: https://www.dropbox.com/s/vulwxzpt1cm5p ... Divide.zip

Re: Break and Split Curve.

Posted: Wed Oct 28, 2020 12:02 am
by QuanNguyen
Update for CMS IntelliCAD 10.0
- Download here: https://www.dropbox.com/s/kca0jn01qwccb ... de_v10.zip

Re: Break and Split Curve.

Posted: Thu Jan 20, 2022 10:30 am
by SPirou4D
QuanNguyen wrote:
Wed Oct 28, 2020 12:02 am
Update for CMS IntelliCAD 10.0
- Download here: https://www.dropbox.com/s/kca0jn01qwccb ... de_v10.zip
Thanks a lot!
Excuse me QuanNguyen is there a lot of LISP members on this forum because I am new here and I saw this forum is not very used, not?
I study LISP since some days but I code in python for Blender since a lot...
I need to meet coder like you.

I tryed to use an AutoCAD lisp file but I had errors with the CHPROP command
"This command could not be recognized "CHPROP". Please try again."

Why there are difference between Auto@LISP and ICAD, please?
Do exist a dictonnary of LISP commands for ICAD?
How can I obtain the parameters list for a LISP command, please?

Re: Break and Split Curve.

Posted: Thu Jan 20, 2022 7:15 pm
by QuanNguyen
Hi Spirou,

Please go to the menu Help then select the "Developer Help" or "HelpDev" command to see the documents of IntelliCAD for the developer.

Regards,
HelpDev.png
HelpDev.png (72.21 KiB) Viewed 25206 times

Re: Break and Split Curve.

Posted: Fri Jan 21, 2022 3:03 am
by SPirou4D
QuanNguyen wrote:
Thu Jan 20, 2022 7:15 pm
Hi Spirou,

Please go to the menu Help then select the "Developer Help" or "HelpDev" command to see the documents of IntelliCAD for the developer.

Regards,
HelpDev.png
Thks Quan,

Very good help indeed..... I didn't know it.
I go to read..... At soon.