IDragParams¶
- class IDragParams¶
Bases:
ImpactCOMWrapperBase- Description:
Parameters used in conjunction with the IGUI.drag2 method
- Remarks:
Introduced in Impact 8.0.0.35
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property drop_point¶
Gets drop_point.
- Description:
Get the point picked by the user
- Returns:
The value of drop_point.
- Return type:
- property help_message¶
Gets help_message.
- Description:
Set the message to be shown on the Impact status bar
- Returns:
The value of help_message.
- Return type:
help_message (str)
- property leave_original¶
Gets leave_original.
- Description:
Set the default value for the Leave Original edit bar setting.
- Returns:
The value of leave_original.
- Return type:
leave_original (bool)
- property mirror_x¶
Gets mirror_x.
- Description:
Set the default value for the About X edit bar setting.
- Returns:
The value of mirror_x.
- Return type:
mirror_x (bool)
- property mirror_y¶
Gets mirror_y.
- Description:
Set the default value for the About Y edit bar setting.
- Returns:
The value of mirror_y.
- Return type:
mirror_y (bool)
- property new_entities¶
Gets new_entities.
- Description:
Gets a collection of the new entities
- Returns:
The value of new_entities.
- Return type:
- property pick_up_point¶
Gets pick_up_point.
- Description:
Set the point relative to which the entities are dragged.
- Remarks:
This point determine where the entities are displayed relative to the cursor position.
- Returns:
The value of pick_up_point.
- Return type: