class Wire_Widget(QGroupBox2):
Method | __init__ |
Populates the widget. |
Method | clear_rotational_symmetry |
Clears the rotational symmetry values. |
Method | clear_stretch |
Clears the stretch values. |
Method | on_table_cell_edited |
Gets called after a table cell has been edited. |
Method | on_table_row_added |
Gets called after a row has been added to the table. |
Method | on_table_row_deleted |
Gets called after a row has been deleted from the table. |
Method | reload |
Reloads the widget. |
Method | set_rotational_symmetry |
Handles changes to rotational symmetry transform parameters. |
Method | set_stretch |
Handles changes to stretch transform parameters. |
Method | set_wire |
Sets the wire. This will overwrite the currently set wire in the model. Any underscored parameter may be left set to None in order to load its default value. |
Method | update |
Updates the widget. |
Method | update_controls |
Updates the controls. |
Method | update_labels |
Updates the labels. |
Method | update_rotational_symmetry |
Updates the rotational symmetry controls. |
Method | update_stretch |
Updates the stretch controls. |
Method | update_table |
Populates the table. |
Class Variable | DcMax |
Undocumented |
Class Variable | DcMin |
Undocumented |
Class Variable | DcPrecision |
Undocumented |
Class Variable | DcStep |
Undocumented |
Class Variable | RotationalSymmetryCountMax |
Undocumented |
Class Variable | RotationalSymmetryCountMin |
Undocumented |
Class Variable | RotationalSymmetryOffsetMax |
Undocumented |
Class Variable | RotationalSymmetryOffsetMin |
Undocumented |
Class Variable | RotationalSymmetryOffsetPrecision |
Undocumented |
Class Variable | RotationalSymmetryOffsetStep |
Undocumented |
Class Variable | RotationalSymmetryRadiusMax |
Undocumented |
Class Variable | RotationalSymmetryRadiusMin |
Undocumented |
Class Variable | RotationalSymmetryRadiusPrecision |
Undocumented |
Class Variable | RotationalSymmetryRadiusStep |
Undocumented |
Class Variable | SlicerLimitMax |
Undocumented |
Class Variable | SlicerLimitMin |
Undocumented |
Class Variable | SlicerLimitPrecision |
Undocumented |
Class Variable | SlicerLimitStep |
Undocumented |
Class Variable | StretchMax |
Undocumented |
Class Variable | StretchMin |
Undocumented |
Class Variable | StretchPrecision |
Undocumented |
Class Variable | StretchStep |
Undocumented |
Class Variable | UnitsLabelWidth |
Undocumented |
Instance Variable | close_loop_checkbox |
Undocumented |
Instance Variable | dc_spinbox |
Undocumented |
Instance Variable | gui |
Undocumented |
Instance Variable | rotational_symmetry_axis_combobox |
Undocumented |
Instance Variable | rotational_symmetry_count_spinbox |
Undocumented |
Instance Variable | rotational_symmetry_offset_spinbox |
Undocumented |
Instance Variable | rotational_symmetry_radius_spinbox |
Undocumented |
Instance Variable | sliced_total_label |
Undocumented |
Instance Variable | slicer_limit_spinbox |
Undocumented |
Instance Variable | stretch_spinbox |
Undocumented |
Instance Variable | table |
Undocumented |
Instance Variable | table_total_label |
Undocumented |
Instance Variable | transformed_total_label |
Undocumented |
Inherited from QGroupBox2
:
Method | set_color |
Sets the style and label color of the groupbox. |
Inherited from QLayouted
(via QGroupBox2
):
Method | addButtons |
Adds buttons. |
Method | addLayout |
Adds layout. |
Method | addSpacing |
Adds spacing. |
Method | addWidget |
Adds widget. |
Method | install_layout |
Installs this layout in the parent. |
Instance Variable | _layout |
Undocumented |
Parameters | |
value:float | Cell value |
row:int | Row index |
column:int | Column index |
Parameters | |
index:int | Row index |
Sets the wire. This will overwrite the currently set wire in the model. Any underscored parameter may be left set to None in order to load its default value.
Note: Currently, only `stretch` and `rotational symmetry` controls are automatically updated by this function.
Parameters | |
_points_:Optional[ | Points (List of 3D points) |
_stretch_:Optional[ | XYZ stretch transform factors (3D point) |
_rotational_symmetry_:Optional[ | Dictionary for rotational symmetry transform |
_close_loop_:Optional[ | Enable to transform the wire into a closed loop (append first point) |
_slicer_limit_:Optional[ | Slicer limit |
_dc_:Optional[ | DC value |
invalidate:bool | Enable to invalidate this model hierarchy level |
recalculate:bool | Enable to trigger final recalculation |
readjust_sampling_volume:bool | Enable to readjust sampling volume |