BlankLayoutBuilderSnapSizeOption Enumeration

NXOpen.Tooling.BlankLayoutBuilder.SnapSizeOption is an alias for NXOpen.Tooling.BlankLayoutBuilderSnapSizeOption

class NXOpen.Tooling.BlankLayoutBuilderSnapSizeOption

Bases: object

Specifies the option of snap size.

Enum Members

Enum Member Enum Member Description
Tenth the snap size is 0.1
Fifth the snap size is 0.2
Half the snap size is 1/2
One the snap size is 1
Two the snap size is 2
Five the snap size is 5
Ten the snap size is 10
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.