CADability dotNET
Base class for construct actions.
The ConstructAction..::..BooleanInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConstructAction..::..BooleanInput(String, String) |
Constructs a BooleanInput object with no initial value
| |
| ConstructAction..::..BooleanInput(String, String, Boolean) |
Constructs a BooleanInput object with an initial value
|
Properties
| Name | Description | |
|---|---|---|
| DefaultBoolean |
Sets a DefaultGeoVector, which should be a static value, that carries the last
input value of this vector to the next instantiation of the action.
| |
| ForwardMouseInputTo |
Mouse input should be forwarded to another input object and only processed
by this input, when the other input object is fixed.
|
Events
| Name | Description | |
|---|---|---|
| GetBooleanEvent |
Provide a method here, if the boolean value not only depends from this input, but is also
modified by other means.
| |
| SetBooleanEvent |
Provide a method here to get the result of this input (and modify your object)
|