SelectPartFromList Class

class NXOpen.BlockStyler.SelectPartFromList

Bases: NXOpen.BlockStyler.UIBlock

Represents a Select Part From List block

New in version NX8.5.0.

Properties

Property Description
Enable Returns or sets the Enable.
Expanded Returns or sets the Expanded
Group Returns or sets the Group
Label Returns or sets the Label
Name Returns the name of the block or BlockID
Show Returns or sets the Visibility of block.
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
GetSelectedObjects Gets the SelectedObjects @return Value to get from the property
SetSelectedObjects Sets the SelectedObjects

Method Detail

GetSelectedObjects

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

SetSelectedObjects

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