Delegate ConstructAction.PlaneInput.SetPlaneDelegate
Delegate definition for SetPlaneEvent
Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate bool SetPlaneDelegate(Plane val);
Parameters
| Type | Name | Description |
|---|---|---|
| Plane | val | the value that has been provided by the user |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if accepted, fale otherwise |