pymel.core.general.distanceDimension

distanceDimension(*args, **kwargs)

This command is used to create a distance dimension to display the distance between two specified points.

Modifications:
  • returns a PyNode object
Flags:
  • endPoint : ep (float, float, float) [create]

    Specifies the point to measure distance to, from the startPoint. Flag can have multiple arguments, passed either as a tuple or a list.

  • startPoint : sp (float, float, float) [create]

    Specifies the point to start measuring distance from.

Derived from mel command maya.cmds.distanceDimension

Previous topic

pymel.core.general.displaySurface

Next topic

pymel.core.general.duplicate

Core

Core Modules

Other Modules

This Page