How to get an ObjectId of a Point3d.

How to get an ObjectId of a Point3d.

MarkJamesRogolino
Advocate Advocate
377 Views
3 Replies
Message 1 of 4

How to get an ObjectId of a Point3d.

MarkJamesRogolino
Advocate
Advocate

Hello, everyone. First of all Thank you to everyone who has helped so far. Now I have a list of mistake Point3d. So I should select those points automatically in some function.

In my opinion in order to select point I have to get that ObjectId. Could someone help me?

0 Likes
Accepted solutions (1)
378 Views
3 Replies
Replies (3)
Message 2 of 4

_gile
Consultant
Consultant
Accepted solution

Hi,

Point3d is just a location in the 3D space. It is not an Entity and does not have an ObjectId.

Perhaps you're confusing with DBPoint ?



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 4

MarkJamesRogolino
Advocate
Advocate

Thanks for your reply, _gile.  Then is there a way to select a Point3d automatically?

0 Likes
Message 4 of 4

_gile
Consultant
Consultant

You cannot select a Point3d. You can only select entities.

Please, read carefully the answers you receive and the links they contain.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub