Show / Hide Table of Contents

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

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