How to draw point in autoCAD using C#

How to draw point in autoCAD using C#

Anonymous
Not applicable
1,552 Views
1 Reply
Message 1 of 2

How to draw point in autoCAD using C#

Anonymous
Not applicable
How to draw point in autoCAD using C#.

because the class given Point3d is a structure. and it is giving error while AppendEntity.
0 Likes
1,553 Views
1 Reply
Reply (1)
Message 2 of 2

SEANT61
Advisor
Advisor
A point entity can be set via:

Autodesk.AutoCAD.DatabaseServices.DBPoint

with that Point3D used in the constructor

************************************************************
May your cursor always snap to the location intended.
0 Likes