paya.runtime.comps.NurbsCurveCV#
- class NurbsCurveCV(*args, **kwargs)#
Inheritance
NurbsCurveCV
MItComponent1D
MItComponent1D
MItComponent
MItComponent
Component1D
Component1D
DiscreteComponent
DiscreteComponent
DimensionedComponent
DimensionedComponent
Component
Component
PyNode
ProxyUnicode
- __int__()#
- Raises
ValueError – Can’t return an integer because this instance represents a range of CVs.
- Returns
The CV index.
- Return type
- getWorldPosition(plug=False)#
- Alias
gwp
- Parameters
plug/p (bool) – force a dynamic output; defaults to
False
- Returns
The world-space point position of the specified CV.
- cluster(**createFlags)#
Clusters this CV.
- Parameters
**createFlags – forwarded to
paya.runtime.nodes.Cluster.create()
.- Returns
The cluster node.
- Return type