Re: Spline.Knots
You can use the .NET API to get the Knots info.
- Forum: VBA, . NET & IRX
- Topic: Spline.Knots
- Replies: 2
- Views: 227
- Mon Dec 23, 2024 6:26 pm
- Jump to post
Code: Select all
Public Function HandleToObject( ByVal Handle As String) As Object
Code: Select all
C^C^P-vbarun "C:\IntelliCad\VBA_example.vbi!Module1.UserFormEx"
In my case, reinstalling the v.12 will resolve the problem.DAN O'HALLORAN wrote: ↑Sun Sep 15, 2024 4:56 pmI loaded v.13 and opened my v.12 file while v.12 is installed.
THEN I saved my file in v.13 and cannot open that file in v.12
....
Code: Select all
(setq pt1 (getpoint "\nFirst point:"))
(setq pt2 (getpoint pt1 "\nNext point:"))