QuadSelection Class

This helper class provides access to actual entity selection (picked, hovered), when the Quad is about to be shown - the AcEdQuadReactor::appendQuadItems() provides an instance of this class, to provide the Quad client information about actual selection.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Bricscad.QuadQuadSelection

Namespace: Bricscad.Quad
Assembly: BrxMgd (in BrxMgd.dll) Version: 24.0.1.0
Syntax
public class QuadSelection : DisposableWrapper

The QuadSelection type exposes the following members.

Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Overrides DisposableWrapperDeleteUnmanagedObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method fullData the full set will contain entities/boundaries from both (pickfirst and hovered) sets; this function is provided to reduce efforts and operations at client side
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method hasHoveredData the hovered set contains the entity/boundary over which the mouse is just hovering; this entity can also be in the pickfirst set, when it is also (pre-)selected
Public method hasPickFirstData the pickfirst set contains the pre-selected entities/boundaries; this can also contain the hovered entity/boundary, if that is pre-selected
Public method hoveredData the hovered set contains the entity/boundary over which the mouse is just hovering; this entity can also be in the pickfirst set, when it is also (pre-)selected
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method isValid Returns 'true' if this AcEdQuadSelection is valid; returns 'false' for an empty object, without any (hovered or pickfirst) data
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public method pickFirstData the pickfirst set contains the pre-selected entities/boundaries; this can also contain the hovered entity/boundary, if that is pre-selected
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.