pymel.core.modeling.nurbsCopyUVSet

nurbsCopyUVSet(*args, **kwargs)

This is only a sample command for debugging purposes, which makes a copy of the implicit st parameterization on a nurbs surface to be the 1st explicit uvset.

Derived from mel command maya.cmds.nurbsCopyUVSet

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.nurbsCopyUVSet()

Previous topic

pymel.core.modeling.nurbsBoolean

Next topic

pymel.core.modeling.nurbsCube

Core

Core Modules

Other Modules

This Page