FieldEvaluatorInverseDistanceWeightingEnum Enumeration

NXOpen.Fields.FieldEvaluator.InverseDistanceWeightingEnum is an alias for NXOpen.Fields.FieldEvaluatorInverseDistanceWeightingEnum

class NXOpen.Fields.FieldEvaluatorInverseDistanceWeightingEnum

Bases: object

Options for IDW (inverse weighted distance) interpolator

Enum Members

Enum Member Enum Member Description
All Sum of the weighted value of all points, based on the inverse of the distance
Radius Sum of the weighted value of points within a radius (as a fraction of the bounding box diagonal), based on the inverse of the distance
NearestPoints Sum of the weighted value of N nearest points (as a fraction of the total number of points), based on the inverse of the distance
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.