LayoutLengthOptionsRoundingMethod Enumeration

NXOpen.Formboard.LayoutLengthOptions.RoundingMethod is an alias for NXOpen.Formboard.LayoutLengthOptionsRoundingMethod

class NXOpen.Formboard.LayoutLengthOptionsRoundingMethod

Bases: object

Methods of rounding lengths for Formboard geometry. The rounding method determines the value of the length in the Formboard by modifying the original length values from the 3D harness part file.

Enum Members

Enum Member Enum Member Description
Exact Lengths are unmodified.
Nearest Lengths are rounded up or down to the nearest increment value.
UpToNearest Lengths are rounded up to the nearest increment value.
DownToNearest Lengths are rounded down to the nearest increment value.
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.