Hi forum,
I need to split a poly object with projected curve in Python.
So far, I created the projected curves on poly with the
cmds.polyProjectCurve(projCurve1,'mainBody1',direction=(0,0,1),constructionHistory=True)
command.I can not find the command to actually split the poly and get the new edges.
Can anyone help?
tx a lot
