split# Object3d.split(plane, sides='Both')[source]# Split the active object. Parameters: planestrCoordinate plane of the cut or the Application.PLANE object. Choices for the coordinate plane are "XY", "YZ", and "ZX". sidesstr, optionalWhich side to keep. Options are "Both", "PositiveOnly", and "NegativeOnly". The default is "Both", in which case all objects are kept after the split. Returns: list of strList of split objects. References >>> oEditor.Split