SelectionReactorResult Enumeration

Selection result provided by a selection reactor.

Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public enum SelectionReactorResult
Members
Member name Value Description
Continue 0 Continues collision detection between entities.
Break 1 Interrupts the collision detection process. This can be useful for checking whether collisions exist without having to check which entities collide.
SkipDrawable 2 Skips selection of a drawable.
NotImplemented -2,147,483,648 Not implemented.
See Also

©  Bricsys NV. All rights reserved.