Go to: Synopsis. Return value. MEL examples.
bluePencilDrawCtx
bluePencilDrawCtx is undoable, queryable, and editable.
Command to create the blue pencil drawing context.None
In query mode, return type is based on queried flag.
// Create blue pencil draw context. bluePencilDrawCtx contextName; // Flag the draw context as dirty. bluePencilDrawCtx -e contextName;