Click or drag to resize

GroupSelectionEdit Class

Allow undo/redo of grouping a selection. NOTE: Work in progress, not yet finished.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsDocumentEdit
    Demo3D.VisualsDocumentVisualsEdit
      Demo3D.VisualsGroupSelectionEdit

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class GroupSelectionEdit : DocumentVisualsEdit

The GroupSelectionEdit type exposes the following members.

Constructors
 NameDescription
Public methodGroupSelectionEdit Initializes a new instance of the GroupSelectionEdit class.
Top
Properties
 NameDescription
Public propertyDocument The document that contains the edit.
(Inherited from DocumentEdit)
Public propertyIds The Ids of the affected visuals.
(Inherited from DocumentVisualsEdit)
Top
Methods
 NameDescription
Public methodFindVisuals Find all visuals in the scene which match an id in the Ids property."/>
(Inherited from DocumentVisualsEdit)
Public methodRedo Executed when redo is called on this edit from the UndoManager
(Overrides DocumentEditRedo)
Public methodSetVisuals Set the list of affected visuals.
(Inherited from DocumentVisualsEdit)
Public methodUndo Executed when undo is called on this edit from the UndoManager
(Overrides DocumentEditUndo)
Protected methodVisualsToString Returns a string representation of the affected visuals for display purposes.
(Inherited from DocumentVisualsEdit)
Top
See Also