Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX