IPickInfo

class IPickInfo

Bases: ImpactCOMWrapperBase

Description:

A data object used by the IPicker object to return information.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property entity

Gets Entity.

Description:

The entity that was picked.

Returns:

The value of Entity.

Return type:

entity (IEntity)

property modifier

Gets Modifier.

Description:

Any modifier keys (such as Shift or Control) that the user held down while picking.

Remarks:

Introduced in Impact 8.0.0.54.

Returns:

The value of Modifier.

Return type:

modifier (ipModifierKey)

property point

Gets Point.

Description:

The point that was picked.

Returns:

The value of Point.

Return type:

point (IVector)

property recursed_entity

Gets recursed_entity.

Description:

An IRecursedEntity object which provides the transformation matrix.

Remarks:

See IPicker.get_entity2 for an example of how this may be used. Introduced in Impact 8.0.0.77

Returns:

The value of recursed_entity.

Return type:

recursed_entity (IRecursedEntity)

property side

Gets Side.

Description:

The side of the picked entity.

Returns:

The value of Side.

Return type:

side (ipEntitySide)