CADability dotNET

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

Events

  NameDescription
Public eventCalculateLengthEvent
Provide a method here, if you want to calculate the length yourself, i.e. if distance from point, line or plane is not appropriate to your needs.
Public eventGetLengthEvent
Provide a method here, if the length not only depends from this input, but is also modified by other means.
Public eventMouseClickEvent
Event that is fired when a mousclick happens and this input has the focus.
Public eventSetLengthEvent
Provide a method here to get the result of this input (and modify your object)

See Also