The PointOnSurfaceManip allows the user to manipulate a point constrained to move along a surface, in order to specify the (u, v) surface parameter values. This manipulator generates two floating point values corresponding to the surface (u, v) parameters. Method resolution order: - MFnPointOnSurfaceManip - MFnManip3D - OpenMaya.MFnTransform - OpenMaya.MFnDagNode - OpenMaya.MFnDependencyNode - OpenMaya.MFnBase - __builtin__.object
Properties | |
isDrawSurfaceOn | |
uParam | |
vParam | |
![]() | |
isOptimizePlaybackOn | |
isVisible | |
manipScale | |
![]() | |
boundingBox | |
inModel | |
inUnderWorld | |
isInstanceable | |
isIntermediateObject | |
objectColor | |
objectColorRGB | |
objectColorType | |
useObjectColor | |
![]() | |
isDefaultNode | |
isFromReferencedFile | |
isLocked | |
isShared | |
namespace | |
pluginName | |
typeId | |
typeName | |
OpenMayaUI.MFnPointOnSurfaceManip.__init__ | ( | ) |
x.__init__(...) initializes x; see help(type(x)) for signature
OpenMayaUI.MFnPointOnSurfaceManip.connectToParamPlug | ( | ) |
connectToParamPlug(paramPlug) -> self Connect to the param plug. The data type corresponding to the paramPlug is MFnNumericData.k2Double. * paramPlug (MPlug) - the param plug
OpenMayaUI.MFnPointOnSurfaceManip.connectToSurfacePlug | ( | ) |
connectToSurfacePlug(surfacePlug) -> self Connect to the surface plug. The data type corresponding to the surfacePlug is MFnData.kNurbsSurface. * surfacePlug (MPlug) - the surface plug
OpenMayaUI.MFnPointOnSurfaceManip.create | ( | ) |
create(manipName=None, paramName=None) -> MObject Creates a new PointOnSurfaceManip. This function set's object is set to be the new manipulator. This method should only be used to create a non-composite PointOnSurfaceManip. The name that appears in the feedback line is specified by the paramName argument. * manipName (string) - Name of the manip for UI purposes. * paramName (string) - Label for the parameter value which appears in the feedback line
OpenMayaUI.MFnPointOnSurfaceManip.paramIndex | ( | ) |
paramIndex() -> int Returns the index of the parameter of the PointOnSurfaceManip. The data type corresponding to this index is MFnNumericData.k2Double.
OpenMayaUI.MFnPointOnSurfaceManip.setDrawArrows | ( | ) |
setDrawArrows(state) -> self Sets whether or not the arrows should be drawn. * state (bool) - whether or not the arrows should be drawn
OpenMayaUI.MFnPointOnSurfaceManip.surfaceIndex | ( | ) |
surfaceIndex() -> int Returns the index of the surface. The data type corresponding to this index is MFnData.kNurbsSurface.
|
static |
Whether or not the surface is drawn.
|
static |
The u parameter
|
static |
The v parameter