unreal.InterchangeGroomBindingFactoryNode

class unreal.InterchangeGroomBindingFactoryNode(outer: Object | None = None, name: Name | str = 'None')

Bases: InterchangeFactoryBaseNode

Interchange Groom Binding Factory Node

C++ Source:

  • Plugin: Interchange

  • Module: InterchangeFactoryNodes

  • File: InterchangeGroomBindingFactoryNode.h

get_num_interpolation_points() int32 or None

Get the number of points used for the rbf interpolation

Returns:

attribute_value (int32):

Return type:

int32 or None

set_num_interpolation_points(attribute_value) bool

Set the number of points used for the rbf interpolation

Parameters:

attribute_value (int32)

Return type:

bool