Go to: Synopsis. Return value. MEL examples.

Synopsis

polyCutCtx

polyCutCtx is undoable, queryable, and editable.

Create a new context to cut facets on polygonal objects

Return value

None

In query mode, return type is based on queried flag.

MEL examples

// 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;