pymel.core.nodetypes.OffsetSurface

Inheritance diagram of OffsetSurface

class OffsetSurface(*args, **kwargs)

class counterpart of mel function offsetSurface

The offset command creates new offset surfaces from the selected surfaces. The default method is a surface offset, which offsets relative to the surface itself. The CV offset method offsets the CVs directly rather than the surface, so is usually slightly less accurate but is faster. The offset surface will always have the same degree, number of CVs and knot spacing as the original surface.

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.offsetSurface

getDistance(**kwargs)

Offset distanceDefault:1.0

Derived from mel command maya.cmds.offsetSurface

getMethod(**kwargs)

Offset method 0 - Surface Fit 1 - CV FitDefault:0Advanced flags

Derived from mel command maya.cmds.offsetSurface

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.offsetSurface

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.offsetSurface

setDistance(val=True, **kwargs)

Offset distanceDefault:1.0

Derived from mel command maya.cmds.offsetSurface

setMethod(val=True, **kwargs)

Offset method 0 - Surface Fit 1 - CV FitDefault:0Advanced flags

Derived from mel command maya.cmds.offsetSurface

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.offsetSurface

Previous topic

pymel.core.nodetypes.OffsetCurve

Next topic

pymel.core.nodetypes.OldBlindDataBase

Core

Core Modules

Other Modules

This Page