pymel.core.general.ContinuousComponent

digraph inheritancef6327e9833 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "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];
  "DimensionedComponent" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.general.DimensionedComponent.html#pymel.core.general.DimensionedComponent",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Component" -> "DimensionedComponent" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="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)"];
  "Component" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.general.Component.html#pymel.core.general.Component",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "Component" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ContinuousComponent" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.general.ContinuousComponent",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DimensionedComponent" -> "ContinuousComponent" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class ContinuousComponent(*args, **kwargs)

Components whose dimensions are continuous.

Ie, there are an infinite number of possible components, referenced by floating point parameters.

Example: nurbsCurve.u[7.48], nurbsSurface.uv[3.85][2.1]

Derived classes should implement: _dimRange

Previous topic

pymel.core.general.ComponentIndex

Next topic

pymel.core.general.DimensionedComponent

Core

Core Modules

Other Modules

This Page