SelectNode Class

class NXOpen.BlockStyler.SelectNode

Bases: NXOpen.BlockStyler.UIBlock

Represents a Select Node block

New in version NX8.5.0.

Properties

Property Description
AutomaticProgression Returns or sets the AutomaticProgression
Bitmap Returns or sets the Bitmap
Cue Returns or sets the Cue
Enable Returns or sets the Enable.
Expanded Returns or sets the Expanded
Group Returns or sets the Group
Label Returns or sets the Label
LabelString Returns or sets the LabelString
Name Returns the name of the block or BlockID
SelectModeAsString Returns or sets the SelectMode as string
Show Returns or sets the Visibility of block.
ShowSelection Returns or sets the Show Selection.
StepStatusAsString Returns or sets the StepStatus as string
Tag Returns the Tag for this object.
Type Returns the type of block

Methods

Method Description
Focus Focuses on the block.
GetProperties Returns the properties of the block @return
GetSelectModeMembers Gets the SelectMode members @return Value to get from the property
GetSelectedObjects Gets the SelectedObjects @return Value to get from the property
GetStepStatusMembers Gets the StepStatus members @return Value to get from the property
SetSelectedObjects Sets the SelectedObjects

Property Detail

AutomaticProgression

SelectNode.AutomaticProgression

Returns or sets the AutomaticProgression

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

Getter Method

Signature AutomaticProgression()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature AutomaticProgression(automaticProgression)

Parameters:automaticProgression (bool) –

New in version NX8.5.0.

License requirements: None.

Bitmap

SelectNode.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.

Cue

SelectNode.Cue

Returns or sets the Cue

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

Getter Method

Signature Cue()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature Cue(cue)

Parameters:cue (str) –

New in version NX8.5.0.

License requirements: None.

LabelString

SelectNode.LabelString

Returns or sets the LabelString

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

Getter Method

Signature LabelString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature LabelString(labelString)

Parameters:labelString (str) –

New in version NX8.5.0.

License requirements: None.

SelectModeAsString

SelectNode.SelectModeAsString

Returns or sets the SelectMode as string

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

Getter Method

Signature SelectModeAsString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature SelectModeAsString(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

ShowSelection

SelectNode.ShowSelection

Returns or sets the Show Selection.

If true,the graphical selection part of this block is shown.

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

Getter Method

Signature ShowSelection()

Returns:
Return type:bool

New in version NX8.5.0.

Deprecated since version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ShowSelection(showSelection)

Parameters:showSelection (bool) –

New in version NX8.5.0.

Deprecated since version NX11.0.0.

License requirements: None.

StepStatusAsString

SelectNode.StepStatusAsString

Returns or sets the StepStatus as string

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

Getter Method

Signature StepStatusAsString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature StepStatusAsString(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

Method Detail

GetSelectModeMembers

SelectNode.GetSelectModeMembers

Gets the SelectMode members

Signature GetSelectModeMembers()

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

New in version NX8.5.0.

License requirements: None.

GetSelectedObjects

SelectNode.GetSelectedObjects

Gets the SelectedObjects

Signature GetSelectedObjects()

Returns:Value to get from the property
Return type:list of NXOpen.TaggedObject

New in version NX8.5.0.

License requirements: None.

GetStepStatusMembers

SelectNode.GetStepStatusMembers

Gets the StepStatus members

Signature GetStepStatusMembers()

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

New in version NX8.5.0.

License requirements: None.

SetSelectedObjects

SelectNode.SetSelectedObjects

Sets the SelectedObjects

Signature SetSelectedObjects(objectVector)

Parameters:objectVector (list of NXOpen.TaggedObject) – Value to set for the property

New in version NX8.5.0.

License requirements: None.