Creates a 3D double sided plane with the given width (X) and height (Y). The plane is created in the XY plane and has no size in the Z direction. Returns an ID you can use to reference this object in other commands.
integer CreateObjectPlane( width, height )
CreateObjectPlane( objID, width, height )