Show / Hide Table of Contents

Delegate ConstructAction.GeoVectorInput.CalculateGeoVectorDelegate

Delegate definition for the CalculateGeoVectorEvent.

Namespace: CADability.Actions
Assembly: CADability.dll
Syntax
public delegate GeoVector CalculateGeoVectorDelegate(GeoPoint MousePosition);
Parameters
Type Name Description
GeoPoint MousePosition

current mouse position in model coordinates

Returns
Type Description
GeoVector

the calculated vector

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