Show / Hide Table of Contents

Delegate ConstructAction.CurveInput.CurveSelectionChangedDelegate

Delegate definition for CurveSelectionChangedEvent

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate void CurveSelectionChangedDelegate(ConstructAction.CurveInput sender, ICurve SelectedCurve);
Parameters
Type Name Description
ConstructAction.CurveInput sender

this object

ICurve SelectedCurve

the usere selected curve

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