CADability dotNET
The Action type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| CurrentMouseView |
The view from which the last OnMouseMove/Up/Down was evoked
| |
| IgnoreForSnap |
a list of objects that are not considered when snapping is resolved. Usually the
object currently under construction (if any) is in this list.
| |
| MenuId |
Contains the menu id of the command that invoked this action. used in OnUpdateCommand(String, CommandState).
| |
| OnlyThisModel |
If OnlyThisModel is not null, only those mouseevents are forwarded which come from a view
that presents this model.
| |
| OnlyThisView |
If OnlyThisView is not null, only those mouseevents are forwarded which come from this view.
| |
| UseFilter |
Use the active filter objects of the project for adjusting the mouse position (snap etc.)
| |
| ViewType |
If ViewType is not null, only those mouseevents are forwarded which come from a view
of that type.
|