DoubleBlock Class

class NXOpen.BlockStyler.DoubleBlock

Bases: NXOpen.BlockStyler.UIBlock

Represents a Double block

New in version NX8.5.0.

Properties

Property Description
AdaptiveScaleLimits Returns or sets the AdaptiveScaleLimits
BalloonTooltipImage Returns or sets the BalloonTooltipImage
BalloonTooltipLayoutAsString Returns or sets the BalloonTooltipLayout as string
BalloonTooltipText Returns or sets the BalloonTooltipText
Bitmap Returns or sets the Bitmap
Enable Returns or sets the Enable.
Expanded Returns or sets the Expanded
Group Returns or sets the Group
Increment Returns or sets the Increment
Label Returns or sets the Label
LineIncrement Returns or sets the LineIncrement
Localize Returns or sets the Localize
MaxInclusive Returns or sets the MaxInclusive
MaximumValue Returns or sets the MaximumValue
MinInclusive Returns or sets the MinInclusive
MinimumValue Returns or sets the MinimumValue
Name Returns the name of the block or BlockID
PageIncrement Returns or sets the PageIncrement
PresentationStyleAsString Returns or sets the PresentationStyle as string
ReadOnlyValue Returns or sets the ReadOnlyValue
RetainValue Returns or sets the RetainValue
ScaleLimits Returns or sets the ScaleLimits
ScaleMaxLimitLabel Returns or sets the ScaleMaxLimitLabel
ScaleMinLimitLabel Returns or sets the ScaleMinLimitLabel
Show Returns or sets the Visibility of block.
ShowScaleValue Returns or sets the ShowScaleValue
Tag Returns the Tag for this object.
TitleVisibility Returns or sets the TitleVisibility
Type Returns the type of block
Value Returns or sets the Value
WrapSpin Returns or sets the WrapSpin

Methods

Method Description
Focus Focuses on the block.
GetBalloonTooltipLayoutMembers Gets the BalloonTooltipLayout member @return Value to get from the proprty.
GetComboOptions Gets the ComboOptions @return
GetPresentationStyleMembers Gets the PresentationStyle members @return Value to get for the property.
GetProperties Returns the properties of the block @return
SetComboOptions Sets the ComboOptions

Property Detail

AdaptiveScaleLimits

DoubleBlock.AdaptiveScaleLimits

Returns or sets the AdaptiveScaleLimits

-------------------------------------

Getter Method

Signature AdaptiveScaleLimits()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AdaptiveScaleLimits(scaleLimits)

Parameters:scaleLimits (bool) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipImage

DoubleBlock.BalloonTooltipImage

Returns or sets the BalloonTooltipImage

-------------------------------------

Getter Method

Signature BalloonTooltipImage()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BalloonTooltipImage(imageString)

Parameters:imageString (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipLayoutAsString

DoubleBlock.BalloonTooltipLayoutAsString

Returns or sets the BalloonTooltipLayout as string

-------------------------------------

Getter Method

Signature BalloonTooltipLayoutAsString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BalloonTooltipLayoutAsString(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipText

DoubleBlock.BalloonTooltipText

Returns or sets the BalloonTooltipText

-------------------------------------

Getter Method

Signature BalloonTooltipText()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BalloonTooltipText(balloonTooltipText)

Parameters:balloonTooltipText (str) –

New in version NX8.5.0.

License requirements: None.

Bitmap

DoubleBlock.Bitmap

Returns or sets the Bitmap

-------------------------------------

Getter Method

Signature Bitmap()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Bitmap(bitmapString)

Parameters:bitmapString (str) –

New in version NX8.5.0.

License requirements: None.

Increment

DoubleBlock.Increment

Returns or sets the Increment

-------------------------------------

Getter Method

Signature Increment()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Increment(increment)

Parameters:increment (float) –

New in version NX8.5.0.

License requirements: None.

LineIncrement

DoubleBlock.LineIncrement

Returns or sets the LineIncrement

-------------------------------------

Getter Method

Signature LineIncrement()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LineIncrement(lineIncrement)

Parameters:lineIncrement (float) –

New in version NX8.5.0.

License requirements: None.

Localize

DoubleBlock.Localize

Returns or sets the Localize

-------------------------------------

Getter Method

Signature Localize()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Localize(localize)

Parameters:localize (bool) –

New in version NX8.5.0.

License requirements: None.

MaxInclusive

DoubleBlock.MaxInclusive

Returns or sets the MaxInclusive

-------------------------------------

Getter Method

Signature MaxInclusive()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MaxInclusive(maxInclusive)

Parameters:maxInclusive (bool) –

New in version NX8.5.0.

License requirements: None.

MaximumValue

DoubleBlock.MaximumValue

Returns or sets the MaximumValue

-------------------------------------

Getter Method

Signature MaximumValue()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MaximumValue(maxValue)

Parameters:maxValue (float) –

New in version NX8.5.0.

License requirements: None.

MinInclusive

DoubleBlock.MinInclusive

Returns or sets the MinInclusive

-------------------------------------

Getter Method

Signature MinInclusive()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MinInclusive(minInclusive)

Parameters:minInclusive (bool) –

New in version NX8.5.0.

License requirements: None.

MinimumValue

DoubleBlock.MinimumValue

Returns or sets the MinimumValue

-------------------------------------

Getter Method

Signature MinimumValue()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature MinimumValue(minValue)

Parameters:minValue (float) –

New in version NX8.5.0.

License requirements: None.

PageIncrement

DoubleBlock.PageIncrement

Returns or sets the PageIncrement

-------------------------------------

Getter Method

Signature PageIncrement()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PageIncrement(pageIncrement)

Parameters:pageIncrement (float) –

New in version NX8.5.0.

License requirements: None.

PresentationStyleAsString

DoubleBlock.PresentationStyleAsString

Returns or sets the PresentationStyle as string

-------------------------------------

Getter Method

Signature PresentationStyleAsString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature PresentationStyleAsString(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

ReadOnlyValue

DoubleBlock.ReadOnlyValue

Returns or sets the ReadOnlyValue

-------------------------------------

Getter Method

Signature ReadOnlyValue()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ReadOnlyValue(readOnly)

Parameters:readOnly (bool) –

New in version NX8.5.0.

License requirements: None.

RetainValue

DoubleBlock.RetainValue

Returns or sets the RetainValue

-------------------------------------

Getter Method

Signature RetainValue()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature RetainValue(retain)

Parameters:retain (bool) –

New in version NX8.5.0.

License requirements: None.

ScaleLimits

DoubleBlock.ScaleLimits

Returns or sets the ScaleLimits

-------------------------------------

Getter Method

Signature ScaleLimits()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ScaleLimits(scaleLimits)

Parameters:scaleLimits (bool) –

New in version NX8.5.0.

License requirements: None.

ScaleMaxLimitLabel

DoubleBlock.ScaleMaxLimitLabel

Returns or sets the ScaleMaxLimitLabel

-------------------------------------

Getter Method

Signature ScaleMaxLimitLabel()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ScaleMaxLimitLabel(maxLimitLabel)

Parameters:maxLimitLabel (str) –

New in version NX8.5.0.

License requirements: None.

ScaleMinLimitLabel

DoubleBlock.ScaleMinLimitLabel

Returns or sets the ScaleMinLimitLabel

-------------------------------------

Getter Method

Signature ScaleMinLimitLabel()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ScaleMinLimitLabel(minLimitLabel)

Parameters:minLimitLabel (str) –

New in version NX8.5.0.

License requirements: None.

ShowScaleValue

DoubleBlock.ShowScaleValue

Returns or sets the ShowScaleValue

-------------------------------------

Getter Method

Signature ShowScaleValue()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowScaleValue(showValue)

Parameters:showValue (bool) –

New in version NX8.5.0.

License requirements: None.

TitleVisibility

DoubleBlock.TitleVisibility

Returns or sets the TitleVisibility

-------------------------------------

Getter Method

Signature TitleVisibility()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature TitleVisibility(visibility)

Parameters:visibility (bool) –

New in version NX8.5.0.

License requirements: None.

Value

DoubleBlock.Value

Returns or sets the Value

-------------------------------------

Getter Method

Signature Value()

Returns:
Return type:float

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Value(doubleValue)

Parameters:doubleValue (float) –

New in version NX8.5.0.

License requirements: None.

WrapSpin

DoubleBlock.WrapSpin

Returns or sets the WrapSpin

-------------------------------------

Getter Method

Signature WrapSpin()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature WrapSpin(wrapSpin)

Parameters:wrapSpin (bool) –

New in version NX8.5.0.

License requirements: None.

Method Detail

GetBalloonTooltipLayoutMembers

DoubleBlock.GetBalloonTooltipLayoutMembers

Gets the BalloonTooltipLayout member

Signature GetBalloonTooltipLayoutMembers()

Returns:Value to get from the proprty.
Return type:list of str

New in version NX8.5.0.

License requirements: None.

GetComboOptions

DoubleBlock.GetComboOptions

Gets the ComboOptions

Signature GetComboOptions()

Returns:
Return type:list of float

New in version NX8.5.0.

License requirements: None.

GetPresentationStyleMembers

DoubleBlock.GetPresentationStyleMembers

Gets the PresentationStyle members

Signature GetPresentationStyleMembers()

Returns:Value to get for the property.
Return type:list of str

New in version NX8.5.0.

License requirements: None.

SetComboOptions

DoubleBlock.SetComboOptions

Sets the ComboOptions

Signature SetComboOptions(optionValue)

Parameters:optionValue (list of float) –

New in version NX8.5.0.

License requirements: None.