Is there a way to accomplish this without using rs.Command()?

rs.UnselectAllObjects()
rs.SelectObject(obj)
rs.Command("_CPlane O ", False)

Hi @Asterisk,

Is there a reason you don’t want to script the CPlane command?

– Dale

Nope, just thought there might be a more elegant way of accomplishing it or the method I’m not aware of that does the same thing.