Go to: Synopsis. Return value. MEL examples.
polyCutCtx
polyCutCtx is undoable, queryable, and editable.
Create a new context to cut facets on polygonal objectsNone
In query mode, return type is based on queried flag.
// Create a poly plane polyPlane -w 10 -h 10 -sx 1 -sy 1 -n pPlane1; // Create a new cut facets context, then switch to it polyCutCtx polyCutCtx1; setToolTo polyCutCtx1;