Description:

Cause objects selection state to change momentarily so the object appears to flash on the screen.

Syntax:
public void FlashObjects(
IEnumerable<RhinoObject> list,
bool useSelectionColor
)
Parameters:
  • list
  • Type: IEnumerable<RhinoObject>
  • An array, a list or any enumerable set of Rhino objects.
  • useSelectionColor
  • Type: bool
  • If true, flash between object color and selection color. If false, flash between visible and invisible.
Returns:
Type: void
Available since:
5.0

Nothing found