CADability dotNET
A DefaultGeoVector object is usually used in conjunction with a ConstructAction..::..GeoVectorInput object (see DefaultGeoVector). It specifies a default value for the input field as long as the user didn't specify that input via keybord or mouse. When the point input is locked, the value is saved in the corresponding DefaultGeoVector object. DefaultGeoVector objects are usually static in a ConstructAction to preserve that value from one instance of the action to the next instance.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class DefaultGeoVector
Visual Basic
Public Class DefaultGeoVector
Visual C++
public ref class DefaultGeoVector

Inheritance Hierarchy

System..::..Object
  CADability.Actions..::..ConstructAction..::..DefaultGeoVector

See Also