SelectPartFromList Class¶
-
class
NXOpen.BlockStyler.SelectPartFromList¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents 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 |
| GetSelectedObjects | Gets the SelectedObjects |
| 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.TaggedObjectNew 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 propertyNew in version NX8.5.0.
License requirements: None.