Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 ?
On 18/03/2003 at 10:09, xxxxxxxx wrote:
Perhaps you have to use MODIFY_POLYGONSELECTION instead of MODIFY_ALL?