CADability dotNET
Base class for construct actions.
The ConstructAction..::..PlaneInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConstructAction..::..PlaneInput(String) |
Constructs a PlaneInput object.
| |
| ConstructAction..::..PlaneInput(String, Plane) |
Constructs a PlaneInput object with a initial value.
|
Methods
| Name | Description | |
|---|---|---|
| AdjustHighlight | (Overrides ConstructAction..::..InputObject..::..AdjustHighlight()()()().) | |
| ForceValue |
Forces the input object to the specified value. The input filed is updated accordingly.
|
Properties
| Name | Description | |
|---|---|---|
| ForwardMouseInputTo |
Mouse input should be forwarded to another input object and only processed
by this input, when the other input object is fixed.
| |
| ReadOnly |
true: this input field does not accept user input,
false: normal input field that requires user input
(Overrides ConstructAction..::..InputObject..::..ReadOnly.) |
Events
| Name | Description | |
|---|---|---|
| GetPlaneEvent |
Provide a method here, if the length not only depends from this input, but is also
modified by other means.
| |
| MouseClickEvent |
Event that is fired when a mousclick happens and this input has the focus.
| |
| SetPlaneEvent |
Provide a method here to get the result of this input (and modify your object)
|