CreatePoint

Using Python / RhinoScript: When using CreatePoint, does this actually add an object to the Rhino document? I know AddPoint does obviously since it creates a graphical point. When creating a point using CreatePoint do we have to destroy the object by using something like DeleteObject if it’s a temporary point or do I not have to worry about it?

Hi @Mike24, no. It just creates a point in memory which is not added to the document.

_
c.

1 Like