How can I check for "type" in IronPython?

Hi @cutmeat,

Try this to filter the points :

if isinstance(obj,geom.Point) should maybe be replaced by if not isinstance(obj,geom.Point)