CADability dotNET

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

Events

  NameDescription
Public eventCalculateAngleEvent
Provide a method here, if you want to calculate the angle yourself, i.e. if distance from point, line or plane is not appropriate to your needs.
Public eventGetAngleEvent
Provide a method here, if the angle 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 AngleInput has the focus.
Public eventSetAngleEvent
Provide a method here to get the result of this input (and modify your object)

See Also