Go to: Related nodes. Attributes.

Translate, rotate or scale edges of a polygonal object.

This node is derived from polyMoveVertex and reuses many of the attributes from that node. It is also a base for some nodes that perform geometric transformations (polyMoveFace, polyChipOff, polyExtrudeFace).
Node name Parents MFn type Compatible function sets
polyMoveEdge polyMoveVertex kPolyMoveEdge kBase
kNamedObject
kDependencyNode
kMidModifier
kPolyMoveVertex
kPolyMoveEdge

Related nodes

polyBevel, polyPlanarProj, polyProj, polyQuad, polySoftEdge, polySubdEdge, polyMoveVertex, polyExtrudeEdge, polyMoveFace, polyChipOff, polyExtrudeFace, polySewEdge, polySphProj, polyCylProj, polyMergeVert

Attributes (9)

localCenter, localRotate, localRotateX, localRotateY, localRotateZ, localScale, localScaleX, localScaleY, localScaleZ

Long name (short name) Type Default Flags
localRotate (lr) double3 0.0, 0.0, 0.0 outputinputconnectablestorablekeyable
The local rotations.
localRotateX (lrx) angle (double) 0.0deg outputinputconnectablestorablekeyable
Local rotate X coord. The range is [0, 360].
localRotateY (lry) angle (double) 0.0deg outputinputconnectablestorablekeyable
Local rotate Y coord. The range is [0, 360].
localRotateZ (lrz) angle (double) 0.0deg outputinputconnectablestorablekeyable
Local rotate Z coord : Rotation along the normal. The range is [0, 360].
localScale (ls) double3 1.0, 1.0, 1.0 outputinputconnectablestorablekeyable
Local Scale.
localScaleX (lsx) double 0.0 outputinputconnectablestorablekeyable
Scale X coord.
localScaleY (lsy) double 0.0 outputinputconnectablestorablekeyable
Scale Y coord.
localScaleZ (lsz) double 0.0 outputinputconnectablestorablekeyable
Scale Z coord.
localCenter (lc) enum 0 outputinputconnectablestorablekeyable
Local center on the edge : 0=Middle point, 1=Start point, 2=End point.