SendModellingCommand::Split

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 16/03/2003 at 08:12, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   7.3 
Platform:   Windows  ;   
Language(s) :   C.O.F.F.E.E  ;

---------
I have a PolygonObject, with a Polygon being selected. I use

    
    
      var data = new(BaseContainer);  
      var result = SendModelingCommand( MCOMMAND_SPLIT, doc, op, data, MODIFY_ALL);    
      println(result);

to try to split this into a new object. it always returns false. what did i do wrong ?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 18/03/2003 at 10:09, xxxxxxxx wrote:

Perhaps you have to use MODIFY_POLYGONSELECTION instead of MODIFY_ALL?