pymel.core.nodetypes.CloseSurface

Inheritance diagram of CloseSurface

class CloseSurface(*args, **kwargs)

class counterpart of mel function closeSurface

The closeSurface command closes a surface in the U, V, or both directions, making it periodic. The close direction is controlled by the direction flag. If a surface is not specified in the command, then the first selected surface will be used. The pathname to the newly closed surface and the name of the resulting dependency node are returned. This command also handles selected surface isoparms. For example, if an isoparm is specified, surface1.u[0.33], then the surface will be closed in V, regardless of the direction flag.

getBlendBias(**kwargs)

Skew the result toward the first or the second surface depending on the blend value being smaller or larger than 0.5.Default:0.5

Derived from mel command maya.cmds.closeSurface

getBlendKnotInsertion(**kwargs)

If set to true, insert a knot in one of the original surfaces (relative position given by the parameter attribute below) in order to produce a slightly different effect.Default:false

Derived from mel command maya.cmds.closeSurface

getCaching(**kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.closeSurface

getDirection(**kwargs)

The direction in which to close: 0 - U, 1 - V, 2 - Both U and VDefault:0Advanced flags

Derived from mel command maya.cmds.closeSurface

getNodeState(**kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.closeSurface

getParameter(**kwargs)

The parameter value for the positioning of the newly inserted knot.Default:0.1

Derived from mel command maya.cmds.closeSurface

getPreserveShape(**kwargs)

0 - without preserving the shape 1 - preserve shape 2 - blendDefault:1

Derived from mel command maya.cmds.closeSurface

setBlendBias(val=True, **kwargs)

Skew the result toward the first or the second surface depending on the blend value being smaller or larger than 0.5.Default:0.5

Derived from mel command maya.cmds.closeSurface

setBlendKnotInsertion(val=True, **kwargs)

If set to true, insert a knot in one of the original surfaces (relative position given by the parameter attribute below) in order to produce a slightly different effect.Default:false

Derived from mel command maya.cmds.closeSurface

setCaching(val=True, **kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.closeSurface

setDirection(val=True, **kwargs)

The direction in which to close: 0 - U, 1 - V, 2 - Both U and VDefault:0Advanced flags

Derived from mel command maya.cmds.closeSurface

setNodeState(val=True, **kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.closeSurface

setParameter(val=True, **kwargs)

The parameter value for the positioning of the newly inserted knot.Default:0.1

Derived from mel command maya.cmds.closeSurface

setPreserveShape(val=True, **kwargs)

0 - without preserving the shape 1 - preserve shape 2 - blendDefault:1

Derived from mel command maya.cmds.closeSurface

Previous topic

pymel.core.nodetypes.CloseCurve

Next topic

pymel.core.nodetypes.ClosestPointOnMesh

Core

Core Modules

Other Modules

This Page