paya.runtime.comps.NurbsCurveCV#

class NurbsCurveCV(*args, **kwargs)#

Inheritance

NurbsCurveCV MItComponent1D MItComponent1D MItComponent MItComponent Component1D Component1D DiscreteComponent DiscreteComponent DimensionedComponent DimensionedComponent Component Component PyNode ProxyUnicode

isRange()#
Returns

True if this component represents a range, otherwise False.

Return type

bool

__int__()#
Raises

ValueError – Can’t return an integer because this instance represents a range of CVs.

Returns

The CV index.

Return type

int

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

Cluster