pymel.core.nodetypes.CurveIntersect

digraph inheritancee121002c87 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "AbstractBaseCreate" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.AbstractBaseCreate.html#pymel.core.nodetypes.AbstractBaseCreate",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "AbstractBaseCreate" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "CurveIntersect" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.CurveIntersect",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" -> "CurveIntersect" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

class CurveIntersect(*args, **kwargs)

class counterpart of mel function curveIntersect

You must specify two curves to intersect. This command either returns the parameter values at which the given pair of curves intersect, or returns a dependency node that provides the intersection information. If you want to find the intersection of the curves in a specific direction you must use BOTH the -useDirectionflag and the directionflag.

getDirection(**kwargs)

The direction that the input curves are projected in before intersecting. This vector is only used if useDirectionflag is true.

Derived from mel command maya.cmds.curveIntersect

getTolerance(**kwargs)

The tolerance that the intersection is calculated with. For example, given two curves end-to-end, the ends must be within tolerance for an intersection to be returned. Default:0.001 Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.curveIntersect

getUseDirection(**kwargs)

If true, use direction flag. The input curves are first projected in a specified direction and then intersected. If false, this command will only find true 3D intersections. Default:false

Derived from mel command maya.cmds.curveIntersect

setDirection(val=True, **kwargs)

The direction that the input curves are projected in before intersecting. This vector is only used if useDirectionflag is true.

Derived from mel command maya.cmds.curveIntersect

setTolerance(val=True, **kwargs)

The tolerance that the intersection is calculated with. For example, given two curves end-to-end, the ends must be within tolerance for an intersection to be returned. Default:0.001 Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.curveIntersect

setUseDirection(val=True, **kwargs)

If true, use direction flag. The input curves are first projected in a specified direction and then intersected. If false, this command will only find true 3D intersections. Default:false

Derived from mel command maya.cmds.curveIntersect

Previous topic

pymel.core.nodetypes.CurveInfo

Next topic

pymel.core.nodetypes.CurveNormalizer

Core

Core Modules

Other Modules

This Page