Delegate ConstructAction.LengthInput.CalculateLengthDelegate
Delegate definition for CalculateLengthEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate double CalculateLengthDelegate(GeoPoint MousePosition);
Parameters
| Type | Name | Description |
|---|---|---|
| GeoPoint | MousePosition | mouse position in model coordinates |
Returns
| Type | Description |
|---|---|
| System.Double | the calculated length |