paya.runtime.networks.CurveUpVectorAimCurveSampler#

class CurveUpVectorAimCurveSampler(*args, **kwargs)#

Inheritance

CurveUpVectorSampler System Network Network DependNode DependNode PyNode ProxyUnicode

Works similarly to the ‘aim curve’ mode of a curveWarp deformer.

Note

Returned vectors won’t be perpendicular to curve tangents, with the expectation that they will be perpendicularized during subsequent matrix construction.

classmethod create(curve, aimCurve, closestPoint=True)#
Parameters
Returns

The network system.

Return type

CurveUpVectorAimCurveSampler

classmethod _create(curve, aimCurve, closestPoint=True)#
Parameters
Returns

The network system.

Return type

CurveUpVectorAimCurveSampler

byClosestPoint()#
Returns

True if this sampler was configured to use closest-point calculations, otherwise False.

Return type

bool

aimCurve()#
Returns

The aim curve output connected to this system.

Return type

NurbsCurve