Ok we have this function, but how can I make the points dynamic. That is, the user points them out
'Creates a new circle object.
Dim NewObj as object
NewObj = Exec("MapCAD.mbx","CircleFromPointsXY",
434204.02,5566829.13,434219.39 ,5566833.997,434218.18,5566852.19)
Insert into [Table] (obj) values (NewObj)
'Updates objects with calculated circles from coordinate columns (X1 ...Y3).
Update [Table] set obj=Exec("MapCAD.mbx","CircleFromPointsXY", X1, Y1, X2, Y2, X3, Y3)
------------------------------
Mayca González Pérez
COMUNIDAD. AUT. REG MURCIA
------------------------------
Original Message:
Sent: 05-14-2024 03:07
From: Peter Møller
Subject: functions icons dimensions
Hi
Several of the MapCAD functions can be called via the Exec() function through MapBasic.
Check out this document: MapCAD Tools Executable via Exec() function
------------------------------
Peter Horsbøll Møller
Principal Presales Consultant | Distinguished Engineer
Precisely | Trust in Data
Original Message:
Sent: 05-13-2024 15:18
From: Mayca González Pérez
Subject: functions icons dimensions
And how can I call those functions from MAPBASIC?
------------------------------
Mayca González Pérez
COMUNIDAD. AUT. REG MURCIA
Original Message:
Sent: 05-13-2024 09:44
From: Peter Møller
Subject: functions icons dimensions
The other 3 are features from MapCAD so they aren't referenced in the menu.def
------------------------------
Peter Horsbøll Møller
Principal Presales Consultant | Distinguished Engineer
Precisely | Trust in Data
Original Message:
Sent: 05-13-2024 02:51
From: Mayca González Pérez
Subject: functions icons dimensions
What functions in the MENU.def file correspond to the following icons?
The first is M_TOOLS_RULER and the rest?

Thanks
------------------------------
Mayca González Pérez
COMUNIDAD. AUT. REG MURCIA
------------------------------