CADability dotNET

Base class for construct actions.

The ConstructAction..::..BooleanInput type exposes the following members.

Constructors

  NameDescription
Public methodConstructAction..::..BooleanInput(String, String)
Constructs a BooleanInput object with no initial value
Public methodConstructAction..::..BooleanInput(String, String, Boolean)
Constructs a BooleanInput object with an initial value

Properties

  NameDescription
Public propertyDefaultBoolean
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.
Public propertyForwardMouseInputTo
Mouse input should be forwarded to another input object and only processed by this input, when the other input object is fixed.

Events

  NameDescription
Public eventGetBooleanEvent
Provide a method here, if the boolean value not only depends from this input, but is also modified by other means.
Public eventSetBooleanEvent
Provide a method here to get the result of this input (and modify your object)

See Also