TransitionLawNodeBuilderTransitionType Enumeration

NXOpen.GeometricUtilities.TransitionLawNodeBuilder.TransitionType is an alias for NXOpen.GeometricUtilities.TransitionLawNodeBuilderTransitionType

class NXOpen.GeometricUtilities.TransitionLawNodeBuilderTransitionType

Bases: object

Represents a transition type at a law node. Transition type is a type of interpolation used to evaluate intermediate values from one law node to the next law node. The transition is applied in the direction of the spine on which the law nodes reside. Not all nodes support all types of transitions. Consult the referencing law class documentation to see which transition types are supported by which law nodes.

Enum Members

Enum Member Enum Member Description
Unknown No interpolation type
Constant Constant transition
Linear Linear transition
Blend Smooth blended transition
Minmax Minimum-Maximum type transition
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.