SessionModelingCurveFitMethodType Enumeration

NXOpen.Preferences.SessionModeling.CurveFitMethodType is an alias for NXOpen.Preferences.SessionModelingCurveFitMethodType

class NXOpen.Preferences.SessionModelingCurveFitMethodType

Bases: object

Describes whether the Curve Fit Method type is selected as cubic or quintic or advanced

Enum Members

Enum Member Enum Member Description
Cubic Indicates the Curve Fit Method type is cubic
Quintic Indicates the Curve Fit Method type is quintic
Advanced Indicates the Curve Fit Method type is advanced
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.